Home
last modified time | relevance | path

Searched refs:setVolumeIndexForAttributes (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/
H A DAudioManagerTest.java226 () -> mAudioManager.setVolumeIndexForAttributes( in testSetGetVolumePerAttributesWithInvalidAttributes()
264 mAudioManager.setVolumeIndexForAttributes(aaForUsage, indexMin, 0/*flags*/); in testSetGetVolumePerAttributes()
273 mAudioManager.setVolumeIndexForAttributes(aaForUsage, indexMax, 0/*flags*/); in testSetGetVolumePerAttributes()
321 mAudioManager.setVolumeIndexForAttributes(aa, index, 0/*flags*/); in testVolumeGroupCallback()
H A DAudioVolumeGroupChangeHandlerTest.java139 mAudioManager.setVolumeIndexForAttributes(aa, indexForAa, 0/*flags*/); in testCallbackReceived()
196 mAudioManager.setVolumeIndexForAttributes(aa, indexForAa, 0/*flags*/); in testMultipleCallbackReceived()
H A DAudioVolumesTestRule.java94 mAudioManager.setVolumeIndexForAttributes( in restoreAllVolumes()
/aosp14/frameworks/base/media/java/android/media/
H A DAudioSystem.java1750 public static native int setVolumeIndexForAttributes(@NonNull AudioAttributes attributes, in setVolumeIndexForAttributes() method in AudioSystem
H A DAudioManager.java1420 public void setVolumeIndexForAttributes(@NonNull AudioAttributes attr, int index, in setVolumeIndexForAttributes() method in AudioManager
/aosp14/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp738 AudioSystem::setVolumeIndexForAttributes(*(paa.get()), index, (audio_devices_t)device)); in android_media_AudioSystem_setVolumeIndexForAttributes()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java8009 AudioSystem.setVolumeIndexForAttributes(mAudioAttributes, index, device); in setVolumeIndexInt()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt6964 …(android.Manifest.permission.MODIFY_AUDIO_ROUTING) public void setVolumeIndexForAttributes(@NonNul…