Searched refs:GetOutputVolume (Results 1 – 9 of 9) sorted by relevance
113 virtual bool GetOutputVolume(int* level) = 0;219 virtual bool GetOutputVolume(int* level) { in GetOutputVolume() function220 return voice_.GetOutputVolume(level); in GetOutputVolume()300 bool GetOutputVolume(int* level) { in GetOutputVolume() function
109 virtual bool GetOutputVolume(int* level) { in GetOutputVolume() function
766 bool GetOutputVolume(int* level) { in GetOutputVolume() function
113 virtual bool GetOutputVolume(int* level) OVERRIDE { in GetOutputVolume() function114 return delegate_->GetOutputVolume(level); in GetOutputVolume()
127 bool GetOutputVolume(int* level);
1055 bool WebRtcVoiceEngine::GetOutputVolume(int* level) { in GetOutputVolume() function in cricket::WebRtcVoiceEngine
470 EXPECT_FALSE(cm_->GetOutputVolume(&level)); in TEST_F()477 EXPECT_TRUE(cm_->GetOutputVolume(&level)); in TEST_F()482 EXPECT_TRUE(cm_->GetOutputVolume(&level)); in TEST_F()490 EXPECT_TRUE(cm_->GetOutputVolume(&level)); in TEST_F()496 EXPECT_TRUE(cm_->GetOutputVolume(&level)); in TEST_F()
145 bool GetOutputVolume(int* level);
577 bool ChannelManager::GetOutputVolume(int* level) { in GetOutputVolume() function in cricket::ChannelManager582 Bind(&MediaEngineInterface::GetOutputVolume, media_engine_.get(), level)); in GetOutputVolume()