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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.h 90 virtual bool GetAudioDevice(bool is_input, const std::string& name,
devicemanager.cc 226 return GetAudioDevice(true, name, out);
230 return GetAudioDevice(false, name, out);
305 bool DeviceManager::GetAudioDevice(bool is_input, const std::string& name,

Completed in 1355 milliseconds