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

  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareBase.h 49 virtual status_t getMasterVolume(float *volume);
AudioHardwareInterface.h 225 virtual status_t getMasterVolume(float *volume) = 0;
  /hardware/libhardware_legacy/audio/
AudioHardwareInterface.cpp 132 status_t AudioHardwareBase::getMasterVolume(float *volume)
audio_hw_hal.cpp 440 return ladev->hwif->getMasterVolume(volume);
  /frameworks/base/media/java/android/media/
IAudioService.aidl 70 int getMasterVolume();
AudioSystem.java 394 public static native float getMasterVolume();
AudioManager.java 748 return service.getMasterVolume();
859 public int getMasterVolume() {
862 return service.getMasterVolume();
864 Log.e(TAG, "Dead object in getMasterVolume", e);
891 * @see #getMasterVolume()
    [all...]
AudioService.java     [all...]
  /frameworks/av/include/media/
AudioSystem.h 49 static status_t getMasterVolume(float* volume);
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 221 if (AudioSystem::getMasterVolume(&value) != NO_ERROR) {
303 {"getMasterVolume", "()F", (void *)android_media_AudioSystem_getMasterVolume},
  /frameworks/av/media/libmedia/
AudioSystem.cpp 116 status_t AudioSystem::getMasterVolume(float* volume)
  /frameworks/base/core/java/android/view/
VolumePanel.java 385 return mAudioManager.getMasterVolume();
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 461 return qadev->hwif->getMasterVolume(volume);

Completed in 249 milliseconds