OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AvSetMmThreadPriority
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/media/audio/win/
avrt_wrapper_win.h
34
bool
AvSetMmThreadPriority
(HANDLE avrt_handle, AVRT_PRIORITY priority);
avrt_wrapper_win.cc
38
GetProcAddress(g_avrt, "
AvSetMmThreadPriority
"));
58
bool
AvSetMmThreadPriority
(HANDLE avrt_handle, AVRT_PRIORITY priority) {
audio_low_latency_input_win.cc
313
(mm_task && avrt::
AvSetMmThreadPriority
(mm_task, AVRT_PRIORITY_CRITICAL));
audio_low_latency_output_win.cc
373
(mm_task && avrt::
AvSetMmThreadPriority
(mm_task, AVRT_PRIORITY_CRITICAL));
audio_unified_win.cc
651
(mm_task && avrt::
AvSetMmThreadPriority
(mm_task, AVRT_PRIORITY_CRITICAL));
[
all
...]
Completed in 152 milliseconds