MCPcopy Create free account
hub / github.com/briankendall/proxy-audio-device / ProxyAudio_AddRef

Method ProxyAudio_AddRef

proxyAudioDevice/ProxyAudioDevice.cpp:108–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108ULONG ProxyAudioDevice::ProxyAudio_AddRef(void *inDriver) {
109 ProxyAudioDevice *device = ProxyAudioDevice::deviceForDriver(inDriver);
110
111 if (!device) {
112 return 0;
113 }
114
115 return device->AddRef(inDriver);
116}
117
118ULONG ProxyAudioDevice::ProxyAudio_Release(void *inDriver) {
119 ProxyAudioDevice *device = ProxyAudioDevice::deviceForDriver(inDriver);

Callers

nothing calls this directly

Calls 1

AddRefMethod · 0.80

Tested by

no test coverage detected