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

  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_wave_win.cc 56 _hSetCaptureVolumeThread(NULL),
291 _hSetCaptureVolumeThread = CreateThread(NULL,
297 if (_hSetCaptureVolumeThread == NULL)
304 SetThreadPriority(_hSetCaptureVolumeThread, THREAD_PRIORITY_NORMAL);
372 ret = WaitForSingleObject(_hSetCaptureVolumeThread, 2000);
378 CloseHandle(_hSetCaptureVolumeThread);
379 _hSetCaptureVolumeThread = NULL;
389 CloseHandle(_hSetCaptureVolumeThread);
390 _hSetCaptureVolumeThread = NULL;
    [all...]
audio_device_core_win.h 315 HANDLE _hSetCaptureVolumeThread;
audio_device_wave_win.h 220 HANDLE _hSetCaptureVolumeThread;
audio_device_core_win.cc 454 _hSetCaptureVolumeThread(NULL),
    [all...]

Completed in 69 milliseconds