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

  /device/asus/fugu/libaudio/
AudioHardwareOutput.h 43 status_t setMasterMute(bool mute);
AudioHardwareOutput.cpp 193 status_t AudioHardwareOutput::setMasterMute(bool muted)
audio_hal_thunks.cpp 598 return adev->output->setMasterMute(muted);
  /frameworks/base/media/java/android/media/
IAudioService.aidl 61 void setMasterMute(boolean state, int flags, String callingPackage, IBinder cb);
AudioSystem.java 475 public static native int setMasterMute(boolean mute);
AudioManager.java 689 setMasterMute(!isMasterMute());
    [all...]
AudioService.java     [all...]
  /frameworks/av/include/media/
IAudioFlinger.h 111 virtual status_t setMasterMute(bool muted) = 0;
AudioSystem.h 53 static status_t setMasterMute(bool mute);
  /frameworks/av/media/libmedia/
AudioSystem.cpp 111 status_t AudioSystem::setMasterMute(bool mute)
115 af->setMasterMute(mute);
    [all...]
IAudioFlinger.cpp 306 virtual status_t setMasterMute(bool muted)
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h 135 virtual status_t setMasterMute(bool muted);
    [all...]
Threads.h 521 void setMasterMute(bool muted);
    [all...]
AudioFlinger.cpp 834 status_t AudioFlinger::setMasterMute(bool muted)
866 mPlaybackThreads.valueAt(i)->setMasterMute(muted);
    [all...]
Threads.cpp     [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java     [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 390 return (jint) check_AudioSystem_Command(AudioSystem::setMasterMute(mute));
    [all...]

Completed in 260 milliseconds