Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioSystemAdapter.java179 boolean forVolume, @NonNull IDevicesForAttributesCallback listener) { in addOnDevicesForAttributesChangedListener() argument
181 final Pair<AudioAttributes, Boolean> attr = new Pair(attributes, forVolume); in addOnDevicesForAttributesChangedListener()
196 getDevicesForAttributes(attributes, forVolume); in addOnDevicesForAttributesChangedListener()
304 @NonNull AudioAttributes attributes, boolean forVolume) { in getDevicesForAttributes() argument
306 return getDevicesForAttributesImpl(attributes, forVolume); in getDevicesForAttributes()
311 attributes, forVolume); in getDevicesForAttributes()
317 @NonNull AudioAttributes attributes, boolean forVolume) { in getDevicesForAttributesImpl() argument
320 final Pair<AudioAttributes, Boolean> key = new Pair(attributes, forVolume); in getDevicesForAttributesImpl()
324 res = AudioSystem.getDevicesForAttributes(attributes, forVolume); in getDevicesForAttributesImpl()
336 AudioSystem.getDevicesForAttributes(attributes, forVolume); in getDevicesForAttributesImpl()
[all …]
H A DAudioService.java3178 @NonNull AudioAttributes attributes, boolean forVolume) { in getDevicesForAttributesInt() argument
3180 return mAudioSystem.getDevicesForAttributes(attributes, forVolume); in getDevicesForAttributesInt()
/aosp14/frameworks/base/media/java/android/media/
H A DIDevicesForAttributesCallback.aidl29 void onDevicesForAttributesChanged(in AudioAttributes attributes, boolean forVolume, in onDevicesForAttributesChanged() argument
H A DAudioSystem.java1853 @NonNull AudioAttributes attributes, boolean forVolume) { in getDevicesForAttributes() argument
1856 final int res = getDevicesForAttributes(attributes, devices, forVolume); in getDevicesForAttributes()
1860 + " forVolume: " + forVolume); in getDevicesForAttributes()
1880 boolean forVolume); in getDevicesForAttributes() argument
H A DAudioManager.java6162 public void onDevicesForAttributesChanged(AudioAttributes attributes, boolean forVolume, in onDevicesForAttributesChanged() argument
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
H A DNoOpAudioSystemAdapter.java142 @NonNull AudioAttributes attributes, boolean forVolume) { in getDevicesForAttributes() argument
/aosp14/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp2849 jboolean forVolume) { in android_media_AudioSystem_getDevicesForAttributes() argument
2868 AudioSystem::getDevicesForAttributes(*(paa.get()), &devices, forVolume)); in android_media_AudioSystem_getDevicesForAttributes()