Searched defs:setMasterVolume (Results 1 - 7 of 7) sorted by relevance

/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/base/media/java/android/media/
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/services/audioflinger/
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

Completed in 1422 milliseconds