Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.h265 int32_t _GetDefaultDeviceIndex(EDataFlow dir, ERole role, int* index);
Daudio_device_core_win.cc4289 if (_GetDefaultDeviceIndex(eCapture, role, &inDevIndex) == -1) in SetDMOProperties()
4303 if (_GetDefaultDeviceIndex(eRender, role, &outDevIndex) == -1) in SetDMOProperties()
4594 int32_t AudioDeviceWindowsCore::_GetDefaultDeviceIndex(EDataFlow dir, in _GetDefaultDeviceIndex() function in webrtc::AudioDeviceWindowsCore