Searched refs:SetLocalMonitor (Results 1 – 15 of 15) 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()
123 virtual bool SetLocalMonitor(bool enable) = 0;229 virtual bool SetLocalMonitor(bool enable) { in SetLocalMonitor() function230 return voice_.SetLocalMonitor(enable); in SetLocalMonitor()306 bool SetLocalMonitor(bool enable) { return true; } in SetLocalMonitor() function
115 virtual bool SetLocalMonitor(bool enable) { return true; } in SetLocalMonitor() function
234 EXPECT_TRUE(engine_->SetLocalMonitor(true)); in TEST_F()
779 bool SetLocalMonitor(bool enable) { return true; } in SetLocalMonitor() function
122 virtual bool SetLocalMonitor(bool enable) OVERRIDE { in SetLocalMonitor() function123 return delegate_->SetLocalMonitor(enable); in SetLocalMonitor()
130 bool SetLocalMonitor(bool enable);
1766 EXPECT_TRUE(engine_.SetLocalMonitor(true)); in TEST_F()1824 EXPECT_FALSE(engine_.SetLocalMonitor(true)); in TEST_F()
1080 bool WebRtcVoiceEngine::SetLocalMonitor(bool enable) { in SetLocalMonitor() function in cricket::WebRtcVoiceEngine
83 virtual bool SetLocalMonitor(bool enable) { return true; } in SetLocalMonitor() function
164 bool SetLocalMonitor(bool enable);
715 bool ChannelManager::SetLocalMonitor(bool enable) { in SetLocalMonitor() function in cricket::ChannelManager717 Bind(&MediaEngineInterface::SetLocalMonitor, in SetLocalMonitor()