Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.h218 int32_t _GetListDeviceName(EDataFlow dir,
Daudio_device_core_win.cc1520 ret = _GetListDeviceName(eRender, index, szDeviceName, bufferLen); in PlayoutDeviceName()
1596 ret = _GetListDeviceName(eCapture, index, szDeviceName, bufferLen); in RecordingDeviceName()
3572 int32_t AudioDeviceWindowsCore::_GetListDeviceName(EDataFlow dir, in _GetListDeviceName() function in webrtc::AudioDeviceWindowsCore