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

  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_wave_win.cc 54 _hGetCaptureVolumeThread(NULL),
276 _hGetCaptureVolumeThread = CreateThread(NULL,
282 if (_hGetCaptureVolumeThread == NULL)
289 SetThreadPriority(_hGetCaptureVolumeThread, THREAD_PRIORITY_NORMAL);
356 int32_t ret = WaitForSingleObject(_hGetCaptureVolumeThread, 2000);
362 CloseHandle(_hGetCaptureVolumeThread);
363 _hGetCaptureVolumeThread = NULL;
386 CloseHandle(_hGetCaptureVolumeThread);
387 _hGetCaptureVolumeThread = NULL;
    [all...]
audio_device_core_win.h 314 HANDLE _hGetCaptureVolumeThread;
audio_device_wave_win.h 218 HANDLE _hGetCaptureVolumeThread;
audio_device_core_win.cc 453 _hGetCaptureVolumeThread(NULL),
    [all...]

Completed in 39 milliseconds