HomeSort by relevance Sort by last modified time
    Searched refs:setMasterVolume (Results 1 - 25 of 33) 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 70 virtual status_t setMasterVolume(float volume);
AudioHardwareGeneric.h 111 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)
  /hardware/msm7k/libaudio-qdsp5v2/
AudioHardware.h 60 virtual status_t setMasterVolume(float volume);
AudioHardware.cpp 153 status_t AudioHardware::setMasterVolume(float v)
  /frameworks/av/include/media/
IAudioFlinger.h 98 virtual status_t setMasterVolume(float value) = 0;
AudioSystem.h 50 static status_t setMasterVolume(float value);
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 217 virtual status_t setMasterVolume(float volume) = 0;
  /frameworks/base/media/java/android/media/
IAudioService.aidl 51 void setMasterVolume(int index, int flags);
AudioSystem.java 395 public static native int setMasterVolume(float value);
AudioManager.java 787 service.setMasterVolume(index, flags);
852 public void setMasterVolume(int index, int flags) {
855 service.setMasterVolume(index, flags);
857 Log.e(TAG, "Dead object in setMasterVolume", e);
    [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)
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 227 return check_AudioSystem_Command(AudioSystem::setMasterVolume(value));
303 {"setMasterVolume", "(F)I", (void *)android_media_AudioSystem_setMasterVolume},
  /hardware/msm7k/libaudio/
AudioHardware.h 111 virtual status_t setMasterVolume(float volume);
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.h 176 virtual status_t setMasterVolume(float volume);
  /frameworks/av/media/libmedia/
AudioSystem.cpp 91 status_t AudioSystem::setMasterVolume(float value)
95 af->setMasterVolume(value);
IAudioFlinger.cpp 217 virtual status_t setMasterVolume(float value)
770 reply->writeInt32( setMasterVolume(data.readFloat()) );
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h 127 virtual status_t setMasterVolume(float value);
Threads.h 375 void setMasterVolume(float value);
    [all...]

Completed in 783 milliseconds

1 2