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 443 _avrtLibrary(NULL),
484 if (!_avrtLibrary)
487 _avrtLibrary = LoadLibrary(TEXT("Avrt.dll"));
488 if (_avrtLibrary)
494 _PAvRevertMmThreadCharacteristics = (PAvRevertMmThreadCharacteristics)GetProcAddress(_avrtLibrary, "AvRevertMmThreadCharacteristics");
495 _PAvSetMmThreadCharacteristicsA = (PAvSetMmThreadCharacteristicsA)GetProcAddress(_avrtLibrary, "AvSetMmThreadCharacteristicsA");
496 _PAvSetMmThreadPriority = (PAvSetMmThreadPriority)GetProcAddress(_avrtLibrary, "AvSetMmThreadPriority");
629 if (_avrtLibrary)
631 BOOL freeOK = FreeLibrary(_avrtLibrary);
    [all...]

Completed in 36 milliseconds