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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediaengine.h 135 virtual bool SetLocalMonitor(bool enable) = 0;
212 virtual bool SetLocalMonitor(bool enable) {
213 return voice_.SetLocalMonitor(enable);
300 bool SetLocalMonitor(bool enable) { return true; }
channelmanager.h 139 bool SetLocalMonitor(bool enable);
filemediaengine.h 97 virtual bool SetLocalMonitor(bool enable) { return true; }
channelmanager.cc 544 bool ChannelManager::SetLocalMonitor(bool enable) {
556 return media_engine_->SetLocalMonitor(enable);

Completed in 65 milliseconds