Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc346 : _avrtLibrary(NULL), in AudioDeviceWindowsCore()
401 if (!_avrtLibrary) { in AudioDeviceWindowsCore()
403 _avrtLibrary = LoadLibrary(TEXT("Avrt.dll")); in AudioDeviceWindowsCore()
404 if (_avrtLibrary) { in AudioDeviceWindowsCore()
412 _avrtLibrary, "AvRevertMmThreadCharacteristics"); in AudioDeviceWindowsCore()
415 _avrtLibrary, "AvSetMmThreadCharacteristicsA"); in AudioDeviceWindowsCore()
417 _avrtLibrary, "AvSetMmThreadPriority"); in AudioDeviceWindowsCore()
534 if (_avrtLibrary) { in ~AudioDeviceWindowsCore()
535 BOOL freeOK = FreeLibrary(_avrtLibrary); in ~AudioDeviceWindowsCore()
Daudio_device_core_win.h183 HMODULE _avrtLibrary; variable