Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.h263 int32_t _GetListDeviceID(EDataFlow dir, int index, LPWSTR szBuffer, int bufferLen);
Daudio_device_core_win.cc1879 ret = _GetListDeviceID(eRender, index, szDeviceName, bufferLen); in PlayoutDeviceName()
1959 ret = _GetListDeviceID(eCapture, index, szDeviceName, bufferLen); in RecordingDeviceName()
4527 int32_t AudioDeviceWindowsCore::_GetListDeviceID(EDataFlow dir, int index, LPWSTR szBuffer, int buf… in _GetListDeviceID() function in webrtc::AudioDeviceWindowsCore