Searched defs:setMasterVolume (Results 1 – 8 of 8) sorted by relevance
393 public static native int setMasterVolume(float value); in setMasterVolume() method in AudioSystem
58 void setMasterVolume(int index, int flags, String callingPackage); in setMasterVolume() method
894 public void setMasterVolume(int index, int flags) { in setMasterVolume() method in AudioManager
1311 public void setMasterVolume(int volume, int flags, String callingPackage) { in setMasterVolume() method in AudioService
100 status_t AudioSystem::setMasterVolume(float value) in setMasterVolume() function in android::AudioSystem
243 virtual status_t setMasterVolume(float value) in setMasterVolume() function in android::BpAudioFlinger
618 status_t AudioFlinger::setMasterVolume(float value) in setMasterVolume() function in android::AudioFlinger
1382 void AudioFlinger::PlaybackThread::setMasterVolume(float value) in setMasterVolume() function in android::AudioFlinger::PlaybackThread