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
166 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
973 public static native int setMasterMute(boolean mute); in setMasterMute() method in AudioSystem
911 public void setMasterMute(boolean mute, int flags) { in setMasterMute() method in AudioManager
223 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
2326 void AudioFlinger::PlaybackThread::setMasterMute(bool muted) in setMasterMute() function in android::AudioFlinger::PlaybackThread9250 void AudioFlinger::MmapPlaybackThread::setMasterMute(bool muted) in setMasterMute() function in android::AudioFlinger::MmapPlaybackThread
1148 status_t AudioFlinger::setMasterMute(bool muted) in setMasterMute() function in android::AudioFlinger
2784 public void setMasterMute(boolean mute, int flags, String callingPackage, int userId) { in setMasterMute() method in AudioService