Searched defs:setMasterMute (Results 1 – 11 of 11) sorted by relevance
74 status_t DeviceHalLocal::setMasterMute(bool state) { in setMasterMute() function in android::CPP_VERSION::DeviceHalLocal
125 status_t DeviceHalHidl::setMasterMute(bool state) { in setMasterMute() function in android::CPP_VERSION::DeviceHalHidl
79 void setMasterMute(boolean muted); in setMasterMute() method
278 status_t AudioFlingerClientAdapter::setMasterMute(bool muted) { in setMasterMute() function in android::AudioFlingerClientAdapter837 Status AudioFlingerServerAdapter::setMasterMute(bool muted) { in setMasterMute() function in android::AudioFlingerServerAdapter
184 status_t AudioSystem::setMasterMute(bool mute) { in setMasterMute() function in android::AudioSystem
98 void setMasterMute(boolean mute, int flags, String callingPackage, int userId); in setMasterMute() method
1583 public static native int setMasterMute(boolean mute); in setMasterMute() method in AudioSystem
992 public void setMasterMute(boolean mute, int flags) { in setMasterMute() method in AudioManager
2519 void AudioFlinger::PlaybackThread::setMasterMute(bool muted) in setMasterMute() function in android::AudioFlinger::PlaybackThread9867 void AudioFlinger::MmapPlaybackThread::setMasterMute(bool muted) in setMasterMute() function in android::AudioFlinger::MmapPlaybackThread
1277 status_t AudioFlinger::setMasterMute(bool muted) in setMasterMute() function in android::AudioFlinger
4029 public void setMasterMute(boolean mute, int flags, String callingPackage, int userId) { in setMasterMute() method in AudioService