Home
last modified time | relevance | path

Searched refs:SetLocalMonitor (Results 1 – 4 of 4) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
Dmediaengine.h135 virtual bool SetLocalMonitor(bool enable) = 0;
212 virtual bool SetLocalMonitor(bool enable) { in SetLocalMonitor() function
213 return voice_.SetLocalMonitor(enable); in SetLocalMonitor()
300 bool SetLocalMonitor(bool enable) { return true; } in SetLocalMonitor() function
Dchannelmanager.h139 bool SetLocalMonitor(bool enable);
Dfilemediaengine.h97 virtual bool SetLocalMonitor(bool enable) { return true; } in SetLocalMonitor() function
Dchannelmanager.cc544 bool ChannelManager::SetLocalMonitor(bool enable) { in SetLocalMonitor() function in cricket::ChannelManager
556 return media_engine_->SetLocalMonitor(enable); in SetLocalMonitor_w()