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