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 207 status_t AudioHardwareOutput::getMasterMute(bool* muted) {
audio_hal_thunks.cpp 607 return adev->output->getMasterMute(muted);
  /frameworks/base/media/java/android/media/
AudioSystem.java 476 public static native boolean getMasterMute();
AudioService.java     [all...]
  /frameworks/av/include/media/
AudioSystem.h 54 static status_t getMasterMute(bool* mute);
  /frameworks/av/media/libmedia/
AudioSystem.cpp 127 status_t AudioSystem::getMasterMute(bool* mute)
    [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 397 if (AudioSystem::getMasterMute(&mute) != NO_ERROR) {
    [all...]

Completed in 2965 milliseconds