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

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dmediaengine.h113 virtual bool GetOutputVolume(int* level) = 0;
219 virtual bool GetOutputVolume(int* level) { function in class:cricket::CompositeMediaEngine
220 return voice_.GetOutputVolume(level);
300 bool GetOutputVolume(int* level) { function in class:cricket::NullVoiceEngine
H A Dfilemediaengine.h109 virtual bool GetOutputVolume(int* level) { function in class:cricket::FileMediaEngine
H A Dfakemediaengine.h766 bool GetOutputVolume(int* level) { function in class:cricket::FakeVoiceEngine
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcmediaengine.h113 virtual bool GetOutputVolume(int* level) OVERRIDE {
114 return delegate_->GetOutputVolume(level);
H A Dwebrtcvoiceengine.h127 bool GetOutputVolume(int* level);
H A Dwebrtcvoiceengine.cc1055 bool WebRtcVoiceEngine::GetOutputVolume(int* level) { function in class:cricket::WebRtcVoiceEngine
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannelmanager_unittest.cc468 // volume of the engine. GetOutputVolume() should fail.
470 EXPECT_FALSE(cm_->GetOutputVolume(&level));
477 EXPECT_TRUE(cm_->GetOutputVolume(&level));
482 EXPECT_TRUE(cm_->GetOutputVolume(&level));
490 EXPECT_TRUE(cm_->GetOutputVolume(&level));
496 EXPECT_TRUE(cm_->GetOutputVolume(&level));
H A Dchannelmanager.h145 bool GetOutputVolume(int* level);
H A Dchannelmanager.cc577 bool ChannelManager::GetOutputVolume(int* level) { function in class:cricket::ChannelManager
582 Bind(&MediaEngineInterface::GetOutputVolume, media_engine_.get(), level));

Completed in 141 milliseconds