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

  /device/asus/fugu/libaudio/
AudioHardwareOutput.cpp 65 masterMute = false;
199 mSettings.masterMute = muted;
203 (*I)->setMute(mSettings.masterMute);
215 *muted = mSettings.masterMute;
457 (*newOutput)->setMute(mSettings.masterMute);
567 DUMP("\tMaster Mute : %s\n", B2STR(s.masterMute));
AudioHardwareOutput.h 88 bool masterMute;
  /frameworks/av/include/media/
IAudioFlinger.h 114 virtual bool masterMute() const = 0;
  /frameworks/av/services/audioflinger/
AudioFlinger.h 143 virtual bool masterMute() const;
    [all...]
Threads.cpp     [all...]
AudioFlinger.cpp 960 bool AudioFlinger::masterMute() const
    [all...]
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java     [all...]
  /frameworks/av/media/libmedia/
IAudioFlinger.cpp 337 virtual bool masterMute() const
    [all...]
AudioSystem.cpp 152 *mute = af->masterMute();
    [all...]

Completed in 2722 milliseconds