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

  /frameworks/av/include/media/
IAudioFlinger.h 98 virtual status_t setMasterMute(bool muted) = 0;
AudioSystem.h 54 static status_t setMasterMute(bool mute);
  /frameworks/base/media/java/android/media/
AudioSystem.java 346 public static native int setMasterMute(boolean mute);
IAudioService.aidl 59 void setMasterMute(boolean state, int flags, IBinder cb);
AudioManager.java 484 setMasterMute(!isMasterMute());
    [all...]
AudioService.java 647 AudioSystem.setMasterMute(masterMute);
    [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 226 return check_AudioSystem_Command(AudioSystem::setMasterMute(mute));
263 {"setMasterMute", "(Z)I", (void *)android_media_AudioSystem_setMasterMute},
  /frameworks/av/media/libmedia/
AudioSystem.cpp 99 status_t AudioSystem::setMasterMute(bool mute)
103 af->setMasterMute(mute);
IAudioFlinger.cpp 230 virtual status_t setMasterMute(bool muted)
767 reply->writeInt32( setMasterMute(data.readInt32()) );
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h 121 virtual status_t setMasterMute(bool muted);
    [all...]
AudioFlinger.cpp 708 status_t AudioFlinger::setMasterMute(bool muted)
719 mPlaybackThreads.valueAt(i)->setMasterMute(muted);
    [all...]

Completed in 111 milliseconds