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
85 void setMasterMute(boolean mute, int flags, String callingPackage, int userId); in setMasterMute() method
1200 public static native int setMasterMute(boolean mute); in setMasterMute() method in AudioSystem
912 public void setMasterMute(boolean mute, int flags) { in setMasterMute() method in AudioManager
225 virtual status_t setMasterMute(bool muted) in setMasterMute() function in android::BpAudioFlinger
139 status_t AudioSystem::setMasterMute(bool mute) in setMasterMute() function in android::AudioSystem
2383 void AudioFlinger::PlaybackThread::setMasterMute(bool muted) in setMasterMute() function in android::AudioFlinger::PlaybackThread9258 void AudioFlinger::MmapPlaybackThread::setMasterMute(bool muted) in setMasterMute() function in android::AudioFlinger::MmapPlaybackThread
1242 status_t AudioFlinger::setMasterMute(bool muted) in setMasterMute() function in android::AudioFlinger
2851 public void setMasterMute(boolean mute, int flags, String callingPackage, int userId) { in setMasterMute() method in AudioService