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

  /external/chromium/chrome/browser/chromeos/
audio_mixer.h 50 virtual bool IsMute() const = 0;
audio_handler.h 41 bool IsMute();
audio_handler.cc 83 bool AudioHandler::IsMute() {
87 return mixer_->IsMute();
audio_mixer_alsa.h 35 virtual bool IsMute() const;
system_key_event_listener.cc 143 // TODO(davej): The IsMute() check can also be made non-blocking by changing to
156 if (audio_handler_->IsMute()) {
167 if (audio_handler_->IsMute())
audio_mixer_alsa.cc 150 bool AudioMixerAlsa::IsMute() const {

Completed in 143 milliseconds