Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/session/phone/
Ddevicemanager.h95 bool GetAudioDevicesByPlatform(bool input, std::vector<Device>* devs);
Ddevicemanager.cc218 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