HomeSort by relevance Sort by last modified time
    Searched refs:setMasterVolume (Results 1 - 25 of 27) 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);
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 217 virtual status_t setMasterVolume(float volume) = 0;
  /frameworks/base/media/java/android/media/
IAudioService.aidl 56 void setMasterVolume(int index, int flags, String callingPackage);
AudioSystem.java 393 public static native int setMasterVolume(float value);
AudioManager.java 829 service.setMasterVolume(index, flags, mContext.getOpPackageName());
894 public void setMasterVolume(int index, int flags) {
897 service.setMasterVolume(index, flags, mContext.getOpPackageName());
899 Log.e(TAG, "Dead object in setMasterVolume", e);
    [all...]
AudioService.java 729 AudioSystem.setMasterVolume(1.0f);
    [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/
AudioSystem.h 48 static status_t setMasterVolume(float value);
IAudioFlinger.h 107 virtual status_t setMasterVolume(float value) = 0;
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 214 return check_AudioSystem_Command(AudioSystem::setMasterVolume(value));
302 {"setMasterVolume", "(F)I", (void *)android_media_AudioSystem_setMasterVolume},
  /frameworks/av/media/libmedia/
AudioSystem.cpp 100 status_t AudioSystem::setMasterVolume(float value)
104 af->setMasterVolume(value);
IAudioFlinger.cpp 243 virtual status_t setMasterVolume(float value)
830 reply->writeInt32( setMasterVolume(data.readFloat()) );
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h 132 virtual status_t setMasterVolume(float value);
Threads.h 408 void setMasterVolume(float value);
    [all...]
AudioFlinger.cpp 616 status_t AudioFlinger::setMasterVolume(float value)
648 mPlaybackThreads.valueAt(i)->setMasterVolume(value);
    [all...]
  /frameworks/base/core/java/android/view/
VolumePanel.java 395 mAudioManager.setMasterVolume(index, flags);
    [all...]

Completed in 344 milliseconds

1 2