Searched refs:SetLocalMonitor (Results 1 – 4 of 4) sorted by relevance
135 virtual bool SetLocalMonitor(bool enable) = 0;212 virtual bool SetLocalMonitor(bool enable) { in SetLocalMonitor() function213 return voice_.SetLocalMonitor(enable); in SetLocalMonitor()300 bool SetLocalMonitor(bool enable) { return true; } in SetLocalMonitor() function
139 bool SetLocalMonitor(bool enable);
97 virtual bool SetLocalMonitor(bool enable) { return true; } in SetLocalMonitor() function
544 bool ChannelManager::SetLocalMonitor(bool enable) { in SetLocalMonitor() function in cricket::ChannelManager556 return media_engine_->SetLocalMonitor(enable); in SetLocalMonitor_w()