Searched defs:setMasterMute (Results 1 – 10 of 10) sorted by relevance
74 status_t DeviceHalLocal::setMasterMute(bool state) { in setMasterMute() function in android::CPP_VERSION::DeviceHalLocal
164 status_t DeviceHalHidl::setMasterMute(bool state) { in setMasterMute() function in android::CPP_VERSION::DeviceHalHidl
91 void setMasterMute(boolean mute, int flags, String callingPackage, int userId); in setMasterMute() method
1463 public static native int setMasterMute(boolean mute); in setMasterMute() method in AudioSystem
920 public void setMasterMute(boolean mute, int flags) { in setMasterMute() method in AudioManager
226 virtual status_t setMasterMute(bool muted) in setMasterMute() function in android::BpAudioFlinger
147 status_t AudioSystem::setMasterMute(bool mute) in setMasterMute() function in android::AudioSystem
2444 void AudioFlinger::PlaybackThread::setMasterMute(bool muted) in setMasterMute() function in android::AudioFlinger::PlaybackThread9509 void AudioFlinger::MmapPlaybackThread::setMasterMute(bool muted) in setMasterMute() function in android::AudioFlinger::MmapPlaybackThread
1257 status_t AudioFlinger::setMasterMute(bool muted) in setMasterMute() function in android::AudioFlinger
3261 public void setMasterMute(boolean mute, int flags, String callingPackage, int userId) { in setMasterMute() method in AudioService