Home
last modified time | relevance | path

Searched refs:SAFE_RELEASE (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc49 #define SAFE_RELEASE(p) do { if ((p)) { (p)->Release(); (p) = NULL; } } while(0) macro
315 SAFE_RELEASE(pIMMD); in CoreAudioIsSupported()
561 SAFE_RELEASE(ptrDMO); in AudioDeviceWindowsCore()
577 SAFE_RELEASE(_ptrEnumerator); in ~AudioDeviceWindowsCore()
724 SAFE_RELEASE(_ptrRenderCollection); in Terminate()
725 SAFE_RELEASE(_ptrCaptureCollection); in Terminate()
726 SAFE_RELEASE(_ptrDeviceOut); in Terminate()
727 SAFE_RELEASE(_ptrDeviceIn); in Terminate()
728 SAFE_RELEASE(_ptrClientOut); in Terminate()
729 SAFE_RELEASE(_ptrClientIn); in Terminate()
[all …]