Home
last modified time | relevance | path

Searched refs:_avrtLibrary (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc437 _avrtLibrary(NULL), in AudioDeviceWindowsCore()
478 if (!_avrtLibrary) in AudioDeviceWindowsCore()
481 _avrtLibrary = LoadLibrary(TEXT("Avrt.dll")); in AudioDeviceWindowsCore()
482 if (_avrtLibrary) in AudioDeviceWindowsCore()
488 …eadCharacteristics = (PAvRevertMmThreadCharacteristics)GetProcAddress(_avrtLibrary, "AvRevertMmThr… in AudioDeviceWindowsCore()
489 …readCharacteristicsA = (PAvSetMmThreadCharacteristicsA)GetProcAddress(_avrtLibrary, "AvSetMmThread… in AudioDeviceWindowsCore()
490 …_PAvSetMmThreadPriority = (PAvSetMmThreadPriority)GetProcAddress(_avrtLibrary, "AvSetMmThreadPrior… in AudioDeviceWindowsCore()
623 if (_avrtLibrary) in ~AudioDeviceWindowsCore()
625 BOOL freeOK = FreeLibrary(_avrtLibrary); in ~AudioDeviceWindowsCore()
Daudio_device_core_win.h217 HMODULE _avrtLibrary; variable