Home
last modified time | relevance | path

Searched refs:GetOutputVolume (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dmediaengine.h113 virtual bool GetOutputVolume(int* level) = 0;
229 virtual bool GetOutputVolume(int* level) { in GetOutputVolume() function
230 return voice_.GetOutputVolume(level); in GetOutputVolume()
310 bool GetOutputVolume(int* level) { in GetOutputVolume() function
Dfilemediaengine.h108 virtual bool GetOutputVolume(int* level) { in GetOutputVolume() function
Dfakemediaengine.h812 bool GetOutputVolume(int* level) { in GetOutputVolume() function
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcmediaengine.h139 virtual bool GetOutputVolume(int* level) OVERRIDE { in GetOutputVolume() function
140 return delegate_->GetOutputVolume(level); in GetOutputVolume()
Dwebrtcvoiceengine.h133 bool GetOutputVolume(int* level);
Dwebrtcvoiceengine.cc1152 bool WebRtcVoiceEngine::GetOutputVolume(int* level) { in GetOutputVolume() function in cricket::WebRtcVoiceEngine
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dchannelmanager_unittest.cc482 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()
Dchannelmanager.h150 bool GetOutputVolume(int* level);
Dchannelmanager.cc602 bool ChannelManager::GetOutputVolume(int* level) { in GetOutputVolume() function in cricket::ChannelManager
607 Bind(&MediaEngineInterface::GetOutputVolume, media_engine_.get(), level)); in GetOutputVolume()