HomeSort by relevance Sort by last modified time
    Searched refs:setMasterMute (Results 1 - 13 of 13) sorted by null

  /frameworks/base/media/java/android/media/
IAudioService.aidl 64 void setMasterMute(boolean state, int flags, IBinder cb);
AudioManager.java 537 setMasterMute(!isMasterMute());
    [all...]
AudioSystem.java 395 public static native int setMasterMute(boolean mute);
AudioService.java 731 AudioSystem.setMasterMute(masterMute);
    [all...]
  /frameworks/av/include/media/
AudioSystem.h 52 static status_t setMasterMute(bool mute);
IAudioFlinger.h 108 virtual status_t setMasterMute(bool muted) = 0;
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 230 return check_AudioSystem_Command(AudioSystem::setMasterMute(mute));
304 {"setMasterMute", "(Z)I", (void *)android_media_AudioSystem_setMasterMute},
  /frameworks/av/media/libmedia/
AudioSystem.cpp 108 status_t AudioSystem::setMasterMute(bool mute)
112 af->setMasterMute(mute);
IAudioFlinger.cpp 252 virtual status_t setMasterMute(bool muted)
835 reply->writeInt32( setMasterMute(data.readInt32()) );
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h 133 virtual status_t setMasterMute(bool muted);
Threads.h 409 void setMasterMute(bool muted);
    [all...]
AudioFlinger.cpp 723 status_t AudioFlinger::setMasterMute(bool muted)
755 mPlaybackThreads.valueAt(i)->setMasterMute(muted);
    [all...]
Threads.cpp     [all...]

Completed in 189 milliseconds