Searched refs:SetVideoCapture (Results 1 – 7 of 7) sorted by relevance
139 virtual CaptureResult SetVideoCapture(bool capture) = 0;218 virtual CaptureResult SetVideoCapture(bool capture) { in SetVideoCapture() function
144 CaptureResult SetVideoCapture(bool capture);
100 virtual CaptureResult SetVideoCapture(bool capture) { return CR_SUCCESS; } in SetVideoCapture() function
577 CaptureResult ChannelManager::SetVideoCapture(bool capture) { in SetVideoCapture() function in cricket::ChannelManager591 return media_engine_->SetVideoCapture(capture); in SetVideoCapture_w()
86 virtual bool SetVideoCapture(bool capture) { return true; } in SetVideoCapture() function
118 virtual bool SetVideoCapture(bool capture) { return true; } in SetVideoCapture() function
236 EXPECT_TRUE(engine_->SetVideoCapture(true)); in TEST_F()