Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.h213 int16_t _DeviceListCount(EDataFlow dir);
Daudio_device_core_win.cc1376 return (_DeviceListCount(eRender)); in PlayoutDevices()
1639 return (_DeviceListCount(eCapture)); in RecordingDevices()
3539 int16_t AudioDeviceWindowsCore::_DeviceListCount(EDataFlow dir) { in _DeviceListCount() function in webrtc::AudioDeviceWindowsCore