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

  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_core_win.h 296 IAudioEndpointVolume* _ptrCaptureVolume;
audio_device_core_win.cc 425 _ptrCaptureVolume(NULL),
738 SAFE_RELEASE(_ptrCaptureVolume);
890 reinterpret_cast<void **>(&_ptrCaptureVolume));
891 if (ret != 0 || _ptrCaptureVolume == NULL)
895 SAFE_RELEASE(_ptrCaptureVolume);
    [all...]

Completed in 44 milliseconds