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

  /device/asus/fugu/libaudio/
AudioHardwareOutput.h 44 status_t getMasterMute(bool* mute);
AudioHardwareOutput.cpp 208 status_t AudioHardwareOutput::getMasterMute(bool* muted) {
audio_hal_thunks.cpp 631 return adev->output->getMasterMute(muted);
  /frameworks/av/include/media/
AudioSystem.h 62 static status_t getMasterMute(bool* mute);
  /frameworks/base/media/java/android/media/
AudioSystem.java 690 public static native boolean getMasterMute();
    [all...]
  /frameworks/av/media/libmedia/
AudioSystem.cpp 148 status_t AudioSystem::getMasterMute(bool* mute)
    [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 541 if (AudioSystem::getMasterMute(&mute) != NO_ERROR) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java     [all...]

Completed in 86 milliseconds