Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.h259 int16_t _DeviceListCount(EDataFlow dir);
Daudio_device_core_win.cc1695 return (_DeviceListCount(eRender)); in PlayoutDevices()
1985 return (_DeviceListCount(eCapture)); in RecordingDevices()
4411 int16_t AudioDeviceWindowsCore::_DeviceListCount(EDataFlow dir) in _DeviceListCount() function in webrtc::AudioDeviceWindowsCore