OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_hGetCaptureVolumeThread
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.cc
53
_hGetCaptureVolumeThread
(NULL),
247
_hGetCaptureVolumeThread
=
249
if (
_hGetCaptureVolumeThread
== NULL)
256
SetThreadPriority(
_hGetCaptureVolumeThread
, THREAD_PRIORITY_NORMAL);
308
int32_t ret = WaitForSingleObject(
_hGetCaptureVolumeThread
, 2000);
314
CloseHandle(
_hGetCaptureVolumeThread
);
315
_hGetCaptureVolumeThread
= NULL;
338
CloseHandle(
_hGetCaptureVolumeThread
);
339
_hGetCaptureVolumeThread
= NULL;
[
all
...]
audio_device_core_win.h
313
HANDLE
_hGetCaptureVolumeThread
;
audio_device_wave_win.h
219
HANDLE
_hGetCaptureVolumeThread
;
audio_device_core_win.cc
447
_hGetCaptureVolumeThread
(NULL),
[
all
...]
Completed in 562 milliseconds