HomeSort by relevance Sort by last modified time
    Searched full:in_dev (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/libjingle/source/talk/session/phone/
channelmanager.cc 440 Device in_dev, out_dev; local
441 if (!device_manager_->GetAudioInputDevice(in_name, &in_dev) ||
450 AudioOptions options(opts, &in_dev, &out_dev);
463 bool ChannelManager::SetAudioOptions_w(int opts, const Device* in_dev,
474 ret = media_engine_->SetSoundDevices(in_dev, out_dev);
channelmanager.h 175 bool SetAudioOptions_w(int opts, const Device* in_dev,
filemediaengine.h 91 virtual bool SetSoundDevices(const Device* in_dev, const Device* out_dev) {

Completed in 59 milliseconds