Searched refs:_GetListDeviceName (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc1860 ret = _GetListDeviceName(eRender, index, szDeviceName, bufferLen);
1940 ret = _GetListDeviceName(eCapture, index, szDeviceName, bufferLen);
4430 // _GetListDeviceName
4440 int32_t AudioDeviceWindowsCore::_GetListDeviceName(EDataFlow dir, int index, LPWSTR szBuffer, int bufferLen) function in class:webrtc::AudioDeviceWindowsCore
H A Daudio_device_core_win.h262 int32_t _GetListDeviceName(EDataFlow dir, int index, LPWSTR szBuffer, int bufferLen);

Completed in 97 milliseconds