Searched refs:setMasterVolume (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/media/java/android/media/
H A DIAudioService.aidl53 void setMasterVolume(int index, int flags, String callingPackage);
H A DAudioSystem.java545 public static native int setMasterVolume(float value); method in class:AudioSystem
H A DAudioManager.java1078 service.setMasterVolume(index, flags, mContext.getOpPackageName());
1143 public void setMasterVolume(int index, int flags) { method in class:AudioManager
1146 service.setMasterVolume(index, flags, mContext.getOpPackageName());
1148 Log.e(TAG, "Dead object in setMasterVolume", e);
H A DAudioService.java919 AudioSystem.setMasterVolume(1.0f);
1193 setMasterVolume(volume, flags, callingPackage, uid);
1742 public void setMasterVolume(int volume, int flags, String callingPackage) { method in class:AudioService
1743 setMasterVolume(volume, flags, callingPackage, Binder.getCallingUid());
1746 public void setMasterVolume(int volume, int flags, String callingPackage, int uid) { method in class:AudioService
1768 AudioSystem.setMasterVolume(volume);
1966 AudioSystem.setMasterVolume(1.0f);
1973 AudioSystem.setMasterVolume(volume);
/frameworks/av/include/media/
H A DIAudioFlinger.h110 virtual status_t setMasterVolume(float value) = 0;
H A DAudioSystem.h50 static status_t setMasterVolume(float value);
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp113 status_t AudioSystem::setMasterVolume(float value) function in class:android::AudioSystem
117 af->setMasterVolume(value);
H A DIAudioFlinger.cpp297 virtual status_t setMasterVolume(float value) function in class:android::BpAudioFlinger
996 reply->writeInt32( setMasterVolume(data.readFloat()) );
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h134 virtual status_t setMasterVolume(float value);
H A DThreads.h520 void setMasterVolume(float value);
H A DAudioFlinger.cpp723 status_t AudioFlinger::setMasterVolume(float value) function in class:android::AudioFlinger
755 mPlaybackThreads.valueAt(i)->setMasterVolume(value);
H A DThreads.cpp1568 void AudioFlinger::PlaybackThread::setMasterVolume(float value) function in class:android::AudioFlinger::PlaybackThread
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp417 return (jint) check_AudioSystem_Command(AudioSystem::setMasterVolume(value));
1504 {"setMasterVolume", "(F)I", (void *)android_media_AudioSystem_setMasterVolume},
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumePanel.java629 mAudioManager.setMasterVolume(index, flags);

Completed in 2360 milliseconds