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;
219 virtual bool GetOutputVolume(int* level) { in GetOutputVolume() function
220 return voice_.GetOutputVolume(level); in GetOutputVolume()
300 bool GetOutputVolume(int* level) { in GetOutputVolume() function
Dfilemediaengine.h109 virtual bool GetOutputVolume(int* level) { in GetOutputVolume() function
Dfakemediaengine.h766 bool GetOutputVolume(int* level) { in GetOutputVolume() function
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcmediaengine.h113 virtual bool GetOutputVolume(int* level) OVERRIDE { in GetOutputVolume() function
114 return delegate_->GetOutputVolume(level); in GetOutputVolume()
Dwebrtcvoiceengine.h127 bool GetOutputVolume(int* level);
Dwebrtcvoiceengine.cc1055 bool WebRtcVoiceEngine::GetOutputVolume(int* level) { in GetOutputVolume() function in cricket::WebRtcVoiceEngine
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dchannelmanager_unittest.cc470 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()
Dchannelmanager.h145 bool GetOutputVolume(int* level);
Dchannelmanager.cc577 bool ChannelManager::GetOutputVolume(int* level) { in GetOutputVolume() function in cricket::ChannelManager
582 Bind(&MediaEngineInterface::GetOutputVolume, media_engine_.get(), level)); in GetOutputVolume()