HomeSort by relevance Sort by last modified time
    Searched refs:GetAudioDevicesByPlatform (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.h 95 bool GetAudioDevicesByPlatform(bool input, std::vector<Device>* devs);
devicemanager.cc 218 return GetAudioDevicesByPlatform(true, devices);
222 return GetAudioDevicesByPlatform(false, devices);
329 bool DeviceManager::GetAudioDevicesByPlatform(bool input,

Completed in 136 milliseconds