Searched refs:_ptrClientOut (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc415 _ptrClientOut(NULL),
728 SAFE_RELEASE(_ptrClientOut);
2202 SAFE_RELEASE(_ptrClientOut);
2207 (void**)&_ptrClientOut);
2212 hr = _ptrClientOut->GetMixFormat(&pWfxOut);
2251 hr = _ptrClientOut->IsFormatSupported(
2270 // Is _ptrClientOut->Initialize expected to fail?
2322 hr = _ptrClientOut->Initialize(
2362 hr = _ptrClientOut->GetBufferSize(
2372 hr = _ptrClientOut
[all...]
H A Daudio_device_core_win.h291 IAudioClient* _ptrClientOut; member in class:webrtc::AudioDeviceWindowsCore

Completed in 88 milliseconds