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;
198 mSettings.masterMute = muted;
202 (*I)->setMute(mSettings.masterMute);
214 *muted = mSettings.masterMute;
456 (*newOutput)->setMute(mSettings.masterMute);
563 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 138 virtual bool masterMute() const;
    [all...]
AudioFlinger.cpp 877 bool AudioFlinger::masterMute() const
    [all...]
Threads.cpp     [all...]
  /frameworks/av/media/libmedia/
IAudioFlinger.cpp 323 virtual bool masterMute() const
    [all...]
AudioSystem.cpp 131 *mute = af->masterMute();
    [all...]
  /frameworks/base/media/java/android/media/
AudioService.java     [all...]

Completed in 3647 milliseconds