Searched defs:setMasterMute (Results 1 – 8 of 8) sorted by relevance
55 void setMasterMute(boolean mute, int flags, String callingPackage, int userId); in setMasterMute() method
689 public static native int setMasterMute(boolean mute); in setMasterMute() method in AudioSystem
875 public void setMasterMute(boolean mute, int flags) { in setMasterMute() method in AudioManager
132 status_t AudioSystem::setMasterMute(bool mute) in setMasterMute() function in android::AudioSystem
320 virtual status_t setMasterMute(bool muted) in setMasterMute() function in android::BpAudioFlinger
910 status_t AudioFlinger::setMasterMute(bool muted) in setMasterMute() function in android::AudioFlinger
1966 void AudioFlinger::PlaybackThread::setMasterMute(bool muted) in setMasterMute() function in android::AudioFlinger::PlaybackThread
1944 public void setMasterMute(boolean mute, int flags, String callingPackage, int userId) { in setMasterMute() method in AudioService