Searched refs:_ptrCaptureClient (Results 1 – 2 of 2) sorted by relevance
363 _ptrCaptureClient(nullptr), in AudioDeviceWindowsCore()628 SAFE_RELEASE(_ptrCaptureClient); in Terminate()2305 SAFE_RELEASE(_ptrCaptureClient); in InitRecording()2307 (void**)&_ptrCaptureClient); in InitRecording()2324 SAFE_RELEASE(_ptrCaptureClient); in InitRecording()2404 SAFE_RELEASE(_ptrCaptureClient); in StopRecording()2430 RTC_DCHECK(err == -1 || _ptrCaptureClient == NULL); in StopRecording()3204 if (_ptrCaptureClient == NULL || _ptrClientIn == NULL) { in DoCaptureThread()3213 hr = _ptrCaptureClient->GetBuffer( in DoCaptureThread()3250 hr = _ptrCaptureClient->ReleaseBuffer(framesAvailable); in DoCaptureThread()[all …]
237 IAudioCaptureClient* _ptrCaptureClient; variable