Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.h261 int32_t _GetListDeviceName(EDataFlow dir, int index, LPWSTR szBuffer, int bufferLen);
Daudio_device_core_win.cc1860 ret = _GetListDeviceName(eRender, index, szDeviceName, bufferLen); in PlayoutDeviceName()
1940 ret = _GetListDeviceName(eCapture, index, szDeviceName, bufferLen); in RecordingDeviceName()
4449 int32_t AudioDeviceWindowsCore::_GetListDeviceName(EDataFlow dir, int index, LPWSTR szBuffer, int b… in _GetListDeviceName() function in webrtc::AudioDeviceWindowsCore