Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.h223 int32_t _GetListDeviceID(EDataFlow dir,
Daudio_device_core_win.cc1539 ret = _GetListDeviceID(eRender, index, szDeviceName, bufferLen); in PlayoutDeviceName()
1615 ret = _GetListDeviceID(eCapture, index, szDeviceName, bufferLen); in RecordingDeviceName()
3646 int32_t AudioDeviceWindowsCore::_GetListDeviceID(EDataFlow dir, in _GetListDeviceID() function in webrtc::AudioDeviceWindowsCore