Searched defs:pManager (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc799 IAudioSessionManager* pManager = NULL; local
803 (void**)&pManager);
804 if (ret != 0 || pManager == NULL)
808 SAFE_RELEASE(pManager);
813 ret = pManager->GetSimpleAudioVolume(NULL, FALSE, &_ptrRenderSimpleVolume);
818 SAFE_RELEASE(pManager);
822 SAFE_RELEASE(pManager);
933 IAudioSessionManager* pManager = NULL; local
936 hr = _ptrDeviceOut->Activate(__uuidof(IAudioSessionManager), CLSCTX_ALL, NULL, (void**)&pManager);
939 hr = pManager
[all...]

Completed in 203 milliseconds