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

  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_core_win.h 217 HMODULE _avrtLibrary;
audio_device_core_win.cc 437 _avrtLibrary(NULL),
478 if (!_avrtLibrary)
481 _avrtLibrary = LoadLibrary(TEXT("Avrt.dll"));
482 if (_avrtLibrary)
488 _PAvRevertMmThreadCharacteristics = (PAvRevertMmThreadCharacteristics)GetProcAddress(_avrtLibrary, "AvRevertMmThreadCharacteristics");
489 _PAvSetMmThreadCharacteristicsA = (PAvSetMmThreadCharacteristicsA)GetProcAddress(_avrtLibrary, "AvSetMmThreadCharacteristicsA");
490 _PAvSetMmThreadPriority = (PAvSetMmThreadPriority)GetProcAddress(_avrtLibrary, "AvSetMmThreadPriority");
623 if (_avrtLibrary)
625 BOOL freeOK = FreeLibrary(_avrtLibrary);
    [all...]

Completed in 108 milliseconds