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

/frameworks/av/media/libmedia/
H A DAudioSystem.cpp100 status_t AudioSystem::setMasterVolume(float value) function in class:android::AudioSystem
104 af->setMasterVolume(value);
H A DIAudioFlinger.cpp243 virtual status_t setMasterVolume(float value) function in class:android::BpAudioFlinger
830 reply->writeInt32( setMasterVolume(data.readFloat()) );
/frameworks/base/media/java/android/media/
H A DAudioSystem.java393 public static native int setMasterVolume(float value); method in class:AudioSystem
H A DAudioManager.java829 service.setMasterVolume(index, flags, mContext.getOpPackageName());
894 public void setMasterVolume(int index, int flags) { method in class:AudioManager
897 service.setMasterVolume(index, flags, mContext.getOpPackageName());
899 Log.e(TAG, "Dead object in setMasterVolume", e);
H A DAudioService.java729 AudioSystem.setMasterVolume(1.0f);
949 setMasterVolume(volume, flags, callingPackage);
1305 public void setMasterVolume(int volume, int flags, String callingPackage) { method in class:AudioService
1327 AudioSystem.setMasterVolume(volume);
1450 AudioSystem.setMasterVolume(1.0f);
1457 AudioSystem.setMasterVolume(volume);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp616 status_t AudioFlinger::setMasterVolume(float value) function in class:android::AudioFlinger
648 mPlaybackThreads.valueAt(i)->setMasterVolume(value);
H A DThreads.cpp1380 void AudioFlinger::PlaybackThread::setMasterVolume(float value) function in class:android::AudioFlinger::PlaybackThread

Completed in 2093 milliseconds