Searched refs:_GetDefaultDeviceID (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/modules/audio_device/win/ |
D | audio_device_core_win.h | 227 int32_t _GetDefaultDeviceID(EDataFlow dir,
|
D | audio_device_core_win.cc | 1537 _GetDefaultDeviceID(eRender, eCommunications, szDeviceName, bufferLen); in PlayoutDeviceName() 1613 _GetDefaultDeviceID(eCapture, eCommunications, szDeviceName, bufferLen); in RecordingDeviceName() 3683 int32_t AudioDeviceWindowsCore::_GetDefaultDeviceID(EDataFlow dir, in _GetDefaultDeviceID() function in webrtc::AudioDeviceWindowsCore 3722 if (_GetDefaultDeviceID(dir, role, szDefaultDeviceID, kDeviceIDLength) == in _GetDefaultDeviceIndex()
|