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

  /frameworks/av/include/media/
IAudioFlinger.h 101 virtual bool masterMute() const = 0;
  /frameworks/av/media/libmedia/
IAudioFlinger.cpp 247 virtual bool masterMute() const
777 reply->writeInt32( masterMute() );
    [all...]
AudioSystem.cpp 119 *mute = af->masterMute();
  /frameworks/base/media/java/android/media/
AudioService.java 646 boolean masterMute = System.getInt(cr, System.VOLUME_MASTER_MUTE, 0) == 1;
647 AudioSystem.setMasterMute(masterMute);
648 broadcastMasterMuteStatus(masterMute);
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h 125 virtual bool masterMute() const;
    [all...]
AudioFlinger.cpp 736 bool AudioFlinger::masterMute() const
    [all...]

Completed in 454 milliseconds