Searched refs:_GetListDeviceName (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/audio_device/win/ |
D | audio_device_core_win.h | 261 int32_t _GetListDeviceName(EDataFlow dir, int index, LPWSTR szBuffer, int bufferLen);
|
D | audio_device_core_win.cc | 1860 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
|