Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.cc893 return GetNumberDevices(kAudioDevicePropertyScopeOutput, playDevices, in PlayoutDevices()
905 uint32_t nDevices = GetNumberDevices(kAudioDevicePropertyScopeOutput, in SetPlayoutDevice()
968 return GetNumberDevices(kAudioDevicePropertyScopeInput, recDevices, in RecordingDevices()
978 uint32_t nDevices = GetNumberDevices(kAudioDevicePropertyScopeInput, in SetRecordingDevice()
1721 int32_t AudioDeviceMac::GetNumberDevices(const AudioObjectPropertyScope scope, in GetNumberDevices() function in webrtc::AudioDeviceMac
1845 int numberDevices = GetNumberDevices(scope, deviceIds, MaxNumberDevices); in GetDeviceName()
1927 GetNumberDevices(deviceScope, deviceIds, MaxNumberDevices); in InitDevice()
Daudio_device_mac.h196 int32_t GetNumberDevices(const AudioObjectPropertyScope scope,