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 65 int getMasterVolume();
AudioSystem.java 396 public static native float getMasterVolume();
AudioManager.java 706 return service.getMasterVolume();
817 public int getMasterVolume() {
820 return service.getMasterVolume();
822 Log.e(TAG, "Dead object in getMasterVolume", e);
849 * @see #getMasterVolume(int)
    [all...]
AudioService.java     [all...]
  /frameworks/av/include/media/
AudioSystem.h 51 static status_t getMasterVolume(float* volume);
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 234 if (AudioSystem::getMasterVolume(&value) != NO_ERROR) {
304 {"getMasterVolume", "()F", (void *)android_media_AudioSystem_getMasterVolume},
  /frameworks/av/media/libmedia/
AudioSystem.cpp 107 status_t AudioSystem::getMasterVolume(float* volume)
  /frameworks/base/core/java/android/view/
VolumePanel.java 383 return mAudioManager.getMasterVolume();
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 461 return qadev->hwif->getMasterVolume(volume);

Completed in 1266 milliseconds