Searched refs:forVolume (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioSystemAdapter.java | 179 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 D | AudioService.java | 3178 @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 D | IDevicesForAttributesCallback.aidl | 29 void onDevicesForAttributesChanged(in AudioAttributes attributes, boolean forVolume, in onDevicesForAttributesChanged() argument
|
H A D | AudioSystem.java | 1853 @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 D | AudioManager.java | 6162 public void onDevicesForAttributesChanged(AudioAttributes attributes, boolean forVolume, in onDevicesForAttributesChanged() argument
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/audio/ |
H A D | NoOpAudioSystemAdapter.java | 142 @NonNull AudioAttributes attributes, boolean forVolume) { in getDevicesForAttributes() argument
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_media_AudioSystem.cpp | 2849 jboolean forVolume) { in android_media_AudioSystem_getDevicesForAttributes() argument 2868 AudioSystem::getDevicesForAttributes(*(paa.get()), &devices, forVolume)); in android_media_AudioSystem_getDevicesForAttributes()
|