HomeSort by relevance Sort by last modified time
    Searched defs:avrt (Results 1 - 2 of 2) 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

Completed in 81 milliseconds