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

  /frameworks/av/include/media/
IAudioFlinger.h 111 virtual bool masterMute() const = 0;
  /frameworks/av/services/audioflinger/
AudioFlinger.h 136 virtual bool masterMute() const;
AudioFlinger.cpp 766 bool AudioFlinger::masterMute() const
    [all...]
Threads.cpp     [all...]
  /frameworks/av/media/libmedia/
IAudioFlinger.cpp 269 virtual bool masterMute() const
845 reply->writeInt32( masterMute() );
    [all...]
AudioSystem.cpp 128 *mute = af->masterMute();
  /frameworks/base/media/java/android/media/
AudioService.java 725 boolean masterMute = System.getIntForUser(cr, System.VOLUME_MASTER_MUTE,
728 masterMute = false;
731 AudioSystem.setMasterMute(masterMute);
732 broadcastMasterMuteStatus(masterMute);
    [all...]

Completed in 125 milliseconds