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

  /external/chromium_org/media/audio/win/
avrt_wrapper_win.h 5 // The avrt namespace encapsulates the details needed to support MMCSS.
12 // MMCSS requires Windows Vista or higher and that the Avrt DLL is loaded.
21 #include <avrt.h>
25 namespace avrt { namespace
27 // Loads the Avrt.dll which is available on Windows Vista and later.
36 } // namespace avrt
avrt_wrapper_win.cc 9 namespace avrt { namespace
23 // The avrt.dll is available on Windows Vista and later.
25 ExpandEnvironmentStrings(L"%WINDIR%\\system32\\avrt.dll", path,
64 } // namespace avrt
audio_low_latency_input_win.cc 31 // Load the Avrt DLL if not already loaded. Required to support MMCSS.
32 bool avrt_init = avrt::Initialize();
33 DCHECK(avrt_init) << "Failed to load the Avrt.dll";
305 HANDLE mm_task = avrt::AvSetMmThreadCharacteristics(L"Pro Audio",
308 (mm_task && avrt::AvSetMmThreadPriority(mm_task, AVRT_PRIORITY_CRITICAL));
444 if (mm_task && !avrt::AvRevertMmThreadCharacteristics(mm_task)) {
audio_low_latency_output_win.cc 153 // Load the Avrt DLL if not already loaded. Required to support MMCSS.
154 bool avrt_init = avrt::Initialize();
155 DCHECK(avrt_init) << "Failed to load the avrt.dll";
403 HANDLE mm_task = avrt::AvSetMmThreadCharacteristics(L"Pro Audio",
406 (mm_task && avrt::AvSetMmThreadPriority(mm_task, AVRT_PRIORITY_CRITICAL));
470 if (mm_task && !avrt::AvRevertMmThreadCharacteristics(mm_task)) {
audio_unified_win.cc 161 // Load the Avrt DLL if not already loaded. Required to support MMCSS.
162 bool avrt_init = avrt::Initialize();
163 DCHECK(avrt_init) << "Failed to load the avrt.dll";
664 HANDLE mm_task = avrt::AvSetMmThreadCharacteristics(L"Pro Audio",
667 (mm_task && avrt::AvSetMmThreadPriority(mm_task, AVRT_PRIORITY_CRITICAL));
740 if (mm_task && !avrt::AvRevertMmThreadCharacteristics(mm_task)) {
    [all...]
  /external/chromium_org/remoting/host/
audio_capturer_win.cc 8 #include <avrt.h>

Completed in 86 milliseconds