Searched refs:GetAudioDevicesByPlatform (Results 1 – 2 of 2) sorted by relevance
95 bool GetAudioDevicesByPlatform(bool input, std::vector<Device>* devs);
218 return GetAudioDevicesByPlatform(true, devices); in GetAudioInputDevices()222 return GetAudioDevicesByPlatform(false, devices); in GetAudioOutputDevices()329 bool DeviceManager::GetAudioDevicesByPlatform(bool input, in GetAudioDevicesByPlatform() function in cricket::DeviceManager