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

/external/chromium_org/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc418 _ptrCaptureClient(NULL),
731 SAFE_RELEASE(_ptrCaptureClient);
2685 SAFE_RELEASE(_ptrCaptureClient);
2688 (void**)&_ptrCaptureClient);
2705 SAFE_RELEASE(_ptrCaptureClient);
2835 SAFE_RELEASE(_ptrCaptureClient);
2894 assert(err == -1 || _ptrCaptureClient == NULL);
3978 if (_ptrCaptureClient == NULL || _ptrClientIn == NULL)
3988 hr = _ptrCaptureClient->GetBuffer(&pData, // packet which is ready to be read by used
4024 hr = _ptrCaptureClient
[all...]
H A Daudio_device_core_win.h295 IAudioCaptureClient* _ptrCaptureClient; member in class:webrtc::AudioDeviceWindowsCore

Completed in 417 milliseconds