HomeSort by relevance Sort by last modified time
    Searched defs:GetOutputVolume (Results 1 - 4 of 4) 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.cc 425 bool ChannelManager::GetOutputVolume(int* level) {
430 Bind(&MediaEngineInterface::GetOutputVolume, media_engine_.get(), level));
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine.cc     [all...]

Completed in 627 milliseconds