HomeSort by relevance Sort by last modified time
    Searched refs:GetOutputVolume (Results 1 - 9 of 9) sorted by null

  /external/webrtc/talk/media/base/
mediaengine.h 93 virtual bool GetOutputVolume(int* level) = 0;
165 virtual bool GetOutputVolume(int* level) {
166 return voice_.GetOutputVolume(level);
fakemediaengine.h 341 bool GetOutputVolume(uint32_t ssrc, double* volume) {
754 bool GetOutputVolume(int* level) {
  /external/webrtc/talk/session/media/
channelmanager_unittest.cc 189 // volume of the engine. GetOutputVolume() should fail.
191 EXPECT_FALSE(cm_->GetOutputVolume(&level));
198 EXPECT_TRUE(cm_->GetOutputVolume(&level));
203 EXPECT_TRUE(cm_->GetOutputVolume(&level));
211 EXPECT_TRUE(cm_->GetOutputVolume(&level));
217 EXPECT_TRUE(cm_->GetOutputVolume(&level));
channelmanager.h 130 bool GetOutputVolume(int* level);
channel_unittest.cc     [all...]
channelmanager.cc 425 bool ChannelManager::GetOutputVolume(int* level) {
430 Bind(&MediaEngineInterface::GetOutputVolume, media_engine_.get(), level));
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine.h 74 bool GetOutputVolume(int* level);
webrtcvoiceengine.cc     [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsession_unittest.cc     [all...]

Completed in 156 milliseconds