HomeSort by relevance Sort by last modified time
    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 308 (mm_task && avrt::AvSetMmThreadPriority(mm_task, AVRT_PRIORITY_CRITICAL));
audio_low_latency_output_win.cc 406 (mm_task && avrt::AvSetMmThreadPriority(mm_task, AVRT_PRIORITY_CRITICAL));
audio_unified_win.cc 667 (mm_task && avrt::AvSetMmThreadPriority(mm_task, AVRT_PRIORITY_CRITICAL));
    [all...]

Completed in 151 milliseconds