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

  /frameworks/av/media/libmedia/
AudioSystem.cpp 99 status_t AudioSystem::setMasterMute(bool mute)
103 af->setMasterMute(mute);
IAudioFlinger.cpp 230 virtual status_t setMasterMute(bool muted)
767 reply->writeInt32( setMasterMute(data.readInt32()) );
    [all...]
  /frameworks/base/media/java/android/media/
AudioSystem.java 346 public static native int setMasterMute(boolean mute);
AudioManager.java 484 setMasterMute(!isMasterMute());
    [all...]
AudioService.java 647 AudioSystem.setMasterMute(masterMute);
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 708 status_t AudioFlinger::setMasterMute(bool muted)
719 mPlaybackThreads.valueAt(i)->setMasterMute(muted);
    [all...]

Completed in 596 milliseconds