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

  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareBase.h 49 virtual status_t getMasterVolume(float *volume);
AudioHardwareInterface.h 232 virtual status_t getMasterVolume(float *volume) = 0;
  /device/asus/fugu/libaudio/
AudioHardwareOutput.h 42 status_t getMasterVolume(float* volume);
AudioHardwareOutput.cpp 180 status_t AudioHardwareOutput::getMasterVolume(float* volume) {
audio_hal_thunks.cpp 614 return adev->output->getMasterVolume(volume);
  /hardware/libhardware_legacy/audio/
AudioHardwareInterface.cpp 132 status_t AudioHardwareBase::getMasterVolume(float *volume)
audio_hw_hal.cpp 440 return ladev->hwif->getMasterVolume(volume);
  /frameworks/av/include/media/
AudioSystem.h 53 static status_t getMasterVolume(float* volume);
  /frameworks/base/media/java/android/media/
AudioSystem.java 622 public static native float getMasterVolume();
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 461 return qadev->hwif->getMasterVolume(volume);
  /frameworks/av/media/libmedia/
AudioSystem.cpp 137 status_t AudioSystem::getMasterVolume(float* volume)
    [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 478 if (AudioSystem::getMasterVolume(&value) != NO_ERROR) {
    [all...]

Completed in 716 milliseconds