HomeSort by relevance Sort by last modified time
    Searched refs:getMasterVolume (Results 1 - 17 of 17) 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 179 status_t AudioHardwareOutput::getMasterVolume(float* volume) {
audio_hal_thunks.cpp 590 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/base/media/java/android/media/
IAudioService.aidl 69 int getMasterVolume();
AudioSystem.java 546 public static native float getMasterVolume();
AudioManager.java     [all...]
AudioService.java     [all...]
  /frameworks/av/include/media/
AudioSystem.h 51 static status_t getMasterVolume(float* volume);
  /frameworks/av/media/libmedia/
AudioSystem.cpp 129 status_t AudioSystem::getMasterVolume(float* volume)
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 461 return qadev->hwif->getMasterVolume(volume);
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 424 if (AudioSystem::getMasterVolume(&value) != NO_ERROR) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumePanel.java 605 return mAudioManager.getMasterVolume();
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 406 milliseconds