Home | History | Annotate | Download | only in win

Lines Matching refs:avrt

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)) {