Home
last modified time | relevance | path

Searched refs:getVolumeIndexForAttributes (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/
H A DAudioManagerTest.java223 () -> mAudioManager.getVolumeIndexForAttributes(nullAttributes)); in testSetGetVolumePerAttributesWithInvalidAttributes()
257 index = mAudioManager.getVolumeIndexForAttributes(aaForUsage); in testSetGetVolumePerAttributes()
270 index = mAudioManager.getVolumeIndexForAttributes(aaForUsage); in testSetGetVolumePerAttributes()
274 index = mAudioManager.getVolumeIndexForAttributes(aaForUsage); in testSetGetVolumePerAttributes()
315 index = mAudioManager.getVolumeIndexForAttributes(aa); in testVolumeGroupCallback()
325 int readIndex = mAudioManager.getVolumeIndexForAttributes(aa); in testVolumeGroupCallback()
H A DAudioVolumeGroupChangeHandlerTest.java131 int index = mAudioManager.getVolumeIndexForAttributes(aa); in testCallbackReceived()
143 final int readIndex = mAudioManager.getVolumeIndexForAttributes(aa); in testCallbackReceived()
186 int index = mAudioManager.getVolumeIndexForAttributes(aa); in testMultipleCallbackReceived()
202 int readIndex = mAudioManager.getVolumeIndexForAttributes(aa); in testMultipleCallbackReceived()
H A DAudioVolumesTestRule.java73 avg.getId(), mAudioManager.getVolumeIndexForAttributes(avgAttributes)); in storeAllVolumes()
/aosp14/frameworks/base/media/java/android/media/
H A DAudioSystem.java1759 public static native int getVolumeIndexForAttributes(@NonNull AudioAttributes attributes, in getVolumeIndexForAttributes() method in AudioSystem
H A DAudioManager.java1441 public int getVolumeIndexForAttributes(@NonNull AudioAttributes attr) { in getVolumeIndexForAttributes() method in AudioManager
/aosp14/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp754 if (AudioSystem::getVolumeIndexForAttributes(*(paa.get()), index, (audio_devices_t)device) in android_media_AudioSystem_getVolumeIndexForAttributes()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt6929 …n(android.Manifest.permission.MODIFY_AUDIO_ROUTING) public int getVolumeIndexForAttributes(@NonNul…