OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_hSetCaptureVolumeThread
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.cc
55
_hSetCaptureVolumeThread
(NULL),
258
_hSetCaptureVolumeThread
=
260
if (
_hSetCaptureVolumeThread
== NULL)
267
SetThreadPriority(
_hSetCaptureVolumeThread
, THREAD_PRIORITY_NORMAL);
324
ret = WaitForSingleObject(
_hSetCaptureVolumeThread
, 2000);
330
CloseHandle(
_hSetCaptureVolumeThread
);
331
_hSetCaptureVolumeThread
= NULL;
341
CloseHandle(
_hSetCaptureVolumeThread
);
342
_hSetCaptureVolumeThread
= NULL;
[
all
...]
audio_device_core_win.h
314
HANDLE
_hSetCaptureVolumeThread
;
audio_device_wave_win.h
221
HANDLE
_hSetCaptureVolumeThread
;
audio_device_core_win.cc
448
_hSetCaptureVolumeThread
(NULL),
[
all
...]
Completed in 4545 milliseconds