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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediaengine.h 111 virtual bool SetAudioOptions(int options) = 0;
187 virtual bool SetAudioOptions(int o) {
mediasessionclient.h 117 bool SetAudioOptions(const std::string& in_name, const std::string& out_name,
119 return channel_manager_->SetAudioOptions(in_name, out_name, opts);
channelmanager.h 131 bool SetAudioOptions(const std::string& wave_in_device,
filemediaengine.h 86 virtual bool SetAudioOptions(int options) { return true; }
channelmanager.cc 242 if (!SetAudioOptions(audio_in_device_, audio_out_device_,
244 LOG(LS_WARNING) << "Failed to SetAudioOptions with"
437 bool ChannelManager::SetAudioOptions(const std::string& in_name,
469 bool ret = media_engine_->SetAudioOptions(opts);

Completed in 197 milliseconds