Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DIDevicesForAttributesCallback.aidl29 void onDevicesForAttributesChanged(in AudioAttributes attributes, boolean forVolume, in onDevicesForAttributesChanged()
H A DAudioSystem.java1853 @NonNull AudioAttributes attributes, boolean forVolume) { in getDevicesForAttributes()
1880 boolean forVolume); in getDevicesForAttributes()
H A DAudioManager.java6162 public void onDevicesForAttributesChanged(AudioAttributes attributes, boolean forVolume, in onDevicesForAttributesChanged()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioSystemAdapter.java179 boolean forVolume, @NonNull IDevicesForAttributesCallback listener) { in addOnDevicesForAttributesChangedListener()
304 @NonNull AudioAttributes attributes, boolean forVolume) { in getDevicesForAttributes()
317 @NonNull AudioAttributes attributes, boolean forVolume) { in getDevicesForAttributesImpl()
H A DAudioService.java3178 @NonNull AudioAttributes attributes, boolean forVolume) { in getDevicesForAttributesInt()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
H A DNoOpAudioSystemAdapter.java142 @NonNull AudioAttributes attributes, boolean forVolume) { in getDevicesForAttributes()
/aosp14/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp2849 jboolean forVolume) { in android_media_AudioSystem_getDevicesForAttributes()