HomeSort by relevance Sort by last modified time
    Searched refs:setMasterVolume (Results 1 - 25 of 30) sorted by null

1 2

  /hardware/libhardware_legacy/audio/
AudioDumpInterface.h 135 virtual status_t setMasterVolume(float volume)
136 {return mFinalInterface->setMasterVolume(volume);}
A2dpAudioInterface.h 41 virtual status_t setMasterVolume(float volume);
AudioHardwareStub.h 72 virtual status_t setMasterVolume(float volume);
AudioHardwareGeneric.h 113 virtual status_t setMasterVolume(float volume);
A2dpAudioInterface.cpp 212 status_t A2dpAudioInterface::setMasterVolume(float v)
214 return mHardwareInterface->setMasterVolume(v);
AudioHardwareStub.cpp 94 status_t AudioHardwareStub::setMasterVolume(float volume)
AudioHardwareGeneric.cpp 147 status_t AudioHardwareGeneric::setMasterVolume(float v)
audio_hw_hal.cpp 434 return ladev->hwif->setMasterVolume(volume);
  /device/asus/fugu/libaudio/
AudioHardwareOutput.h 41 status_t setMasterVolume(float volume);
AudioHardwareOutput.cpp 165 status_t AudioHardwareOutput::setMasterVolume(float volume)
audio_hal_thunks.cpp 581 return adev->output->setMasterVolume(volume);
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 219 virtual status_t setMasterVolume(float volume) = 0;
  /frameworks/base/media/java/android/media/
IAudioService.aidl 51 void setMasterVolume(int index, int flags, String callingPackage);
AudioSystem.java 473 public static native int setMasterVolume(float value);
AudioManager.java     [all...]
AudioService.java     [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.h 235 status_t setMasterVolume(float volume);
466 virtual status_t setMasterVolume(float volume);
ALSAMixer.cpp 267 status_t ALSAMixer::setMasterVolume(float volume)
audio_hw_hal.cpp 455 return qadev->hwif->setMasterVolume(volume);
  /frameworks/av/include/media/
IAudioFlinger.h 110 virtual status_t setMasterVolume(float value) = 0;
AudioSystem.h 49 static status_t setMasterVolume(float value);
  /frameworks/av/media/libmedia/
AudioSystem.cpp 103 status_t AudioSystem::setMasterVolume(float value)
107 af->setMasterVolume(value);
    [all...]
IAudioFlinger.cpp 297 virtual status_t setMasterVolume(float value)
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h 134 virtual status_t setMasterVolume(float value);
    [all...]
Threads.h 520 void setMasterVolume(float value);
    [all...]

Completed in 1159 milliseconds

1 2