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