Searched defs:setMasterMute (Results 1 – 8 of 8) sorted by relevance
58 void setMasterMute(boolean mute, int flags, String callingPackage, int userId); in setMasterMute() method
623 public static native int setMasterMute(boolean mute); in setMasterMute() method in AudioSystem
873 public void setMasterMute(boolean mute, int flags) { in setMasterMute() method in AudioManager
129 status_t AudioSystem::setMasterMute(bool mute) in setMasterMute() function in android::AudioSystem
313 virtual status_t setMasterMute(bool muted) in setMasterMute() function in android::BpAudioFlinger
851 status_t AudioFlinger::setMasterMute(bool muted) in setMasterMute() function in android::AudioFlinger
1859 void AudioFlinger::PlaybackThread::setMasterMute(bool muted) in setMasterMute() function in android::AudioFlinger::PlaybackThread
1775 public void setMasterMute(boolean mute, int flags, String callingPackage, int userId) { in setMasterMute() method in AudioService