HomeSort by relevance Sort by last modified time
    Searched refs:_ptrCaptureVolume (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.h 295 IAudioEndpointVolume* _ptrCaptureVolume;
audio_device_core_win.cc 419 _ptrCaptureVolume(NULL),
732 SAFE_RELEASE(_ptrCaptureVolume);
884 reinterpret_cast<void **>(&_ptrCaptureVolume));
885 if (ret != 0 || _ptrCaptureVolume == NULL)
889 SAFE_RELEASE(_ptrCaptureVolume);
    [all...]

Completed in 43 milliseconds