Searched refs:setMasterMute (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/media/java/android/media/
H A DIAudioService.aidl66 void setMasterMute(boolean state, int flags, IBinder cb);
H A DAudioManager.java537 setMasterMute(!isMasterMute());
978 public void setMasterMute(boolean state) { method in class:AudioManager
979 setMasterMute(state, FLAG_SHOW_UI);
987 public void setMasterMute(boolean state, int flags) { method in class:AudioManager
990 service.setMasterMute(state, flags, mICallBack);
992 Log.e(TAG, "Dead object in setMasterMute", e);
H A DAudioSystem.java395 public static native int setMasterMute(boolean mute); method in class:AudioSystem
H A DAudioService.java737 AudioSystem.setMasterMute(masterMute);
1265 /** @see AudioManager#setMasterMute(boolean, int) */
1266 public void setMasterMute(boolean state, int flags, IBinder cb) { method in class:AudioService
1272 AudioSystem.setMasterMute(state);
/frameworks/av/include/media/
H A DAudioSystem.h52 static status_t setMasterMute(bool mute);
H A DIAudioFlinger.h108 virtual status_t setMasterMute(bool muted) = 0;
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp230 return check_AudioSystem_Command(AudioSystem::setMasterMute(mute));
304 {"setMasterMute", "(Z)I", (void *)android_media_AudioSystem_setMasterMute},
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp108 status_t AudioSystem::setMasterMute(bool mute) function in class:android::AudioSystem
112 af->setMasterMute(mute);
H A DIAudioFlinger.cpp252 virtual status_t setMasterMute(bool muted) function in class:android::BpAudioFlinger
835 reply->writeInt32( setMasterMute(data.readInt32()) );
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h133 virtual status_t setMasterMute(bool muted);
H A DThreads.h409 void setMasterMute(bool muted);
H A DAudioFlinger.cpp725 status_t AudioFlinger::setMasterMute(bool muted) function in class:android::AudioFlinger
757 mPlaybackThreads.valueAt(i)->setMasterMute(muted);
H A DThreads.cpp1394 void AudioFlinger::PlaybackThread::setMasterMute(bool muted) function in class:android::AudioFlinger::PlaybackThread

Completed in 5874 milliseconds