Searched refs:GetOutputVolume (Results 1 – 9 of 9) sorted by relevance
113 virtual bool GetOutputVolume(int* level) = 0;229 virtual bool GetOutputVolume(int* level) { in GetOutputVolume() function230 return voice_.GetOutputVolume(level); in GetOutputVolume()310 bool GetOutputVolume(int* level) { in GetOutputVolume() function
108 virtual bool GetOutputVolume(int* level) { in GetOutputVolume() function
812 bool GetOutputVolume(int* level) { in GetOutputVolume() function
139 virtual bool GetOutputVolume(int* level) OVERRIDE { in GetOutputVolume() function140 return delegate_->GetOutputVolume(level); in GetOutputVolume()
133 bool GetOutputVolume(int* level);
1152 bool WebRtcVoiceEngine::GetOutputVolume(int* level) { in GetOutputVolume() function in cricket::WebRtcVoiceEngine
482 EXPECT_FALSE(cm_->GetOutputVolume(&level)); in TEST_F()489 EXPECT_TRUE(cm_->GetOutputVolume(&level)); in TEST_F()494 EXPECT_TRUE(cm_->GetOutputVolume(&level)); in TEST_F()502 EXPECT_TRUE(cm_->GetOutputVolume(&level)); in TEST_F()508 EXPECT_TRUE(cm_->GetOutputVolume(&level)); in TEST_F()
150 bool GetOutputVolume(int* level);
602 bool ChannelManager::GetOutputVolume(int* level) { in GetOutputVolume() function in cricket::ChannelManager607 Bind(&MediaEngineInterface::GetOutputVolume, media_engine_.get(), level)); in GetOutputVolume()