Searched refs:SetLocalMonitor (Results 1 – 11 of 11) sorted by relevance
123 virtual bool SetLocalMonitor(bool enable) = 0;239 virtual bool SetLocalMonitor(bool enable) { in SetLocalMonitor() function240 return voice_.SetLocalMonitor(enable); in SetLocalMonitor()316 bool SetLocalMonitor(bool enable) { return true; } in SetLocalMonitor() function
114 virtual bool SetLocalMonitor(bool enable) { return true; } in SetLocalMonitor() function
232 EXPECT_TRUE(engine_->SetLocalMonitor(true)); in TEST_F()
825 bool SetLocalMonitor(bool enable) { return true; } in SetLocalMonitor() function
148 virtual bool SetLocalMonitor(bool enable) OVERRIDE { in SetLocalMonitor() function149 return delegate_->SetLocalMonitor(enable); in SetLocalMonitor()
136 bool SetLocalMonitor(bool enable);
2082 EXPECT_TRUE(engine_.SetLocalMonitor(true)); in TEST_F()2140 EXPECT_FALSE(engine_.SetLocalMonitor(true)); in TEST_F()
1177 bool WebRtcVoiceEngine::SetLocalMonitor(bool enable) { in SetLocalMonitor() function in cricket::WebRtcVoiceEngine
82 virtual bool SetLocalMonitor(bool enable) { return true; } in SetLocalMonitor() function
171 bool SetLocalMonitor(bool enable);
745 bool ChannelManager::SetLocalMonitor(bool enable) { in SetLocalMonitor() function in cricket::ChannelManager747 Bind(&MediaEngineInterface::SetLocalMonitor, in SetLocalMonitor()