Searched refs:GetNumberDevices (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/audio_device/mac/ |
D | audio_device_mac.cc | 893 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()
|
D | audio_device_mac.h | 196 int32_t GetNumberDevices(const AudioObjectPropertyScope scope,
|