Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DIDevicesForAttributesCallback.aidl29 void onDevicesForAttributesChanged(in AudioAttributes attributes, boolean forVolume, in onDevicesForAttributesChanged()
DAudioSystem.java1888 @NonNull AudioAttributes attributes, boolean forVolume) { in getDevicesForAttributes()
1915 boolean forVolume); in getDevicesForAttributes()
DAudioManager.java6365 public void onDevicesForAttributesChanged(AudioAttributes attributes, boolean forVolume, in onDevicesForAttributesChanged()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioSystemAdapter.java182 boolean forVolume, @NonNull IDevicesForAttributesCallback listener) { in addOnDevicesForAttributesChangedListener()
307 @NonNull AudioAttributes attributes, boolean forVolume) { in getDevicesForAttributes()
320 @NonNull AudioAttributes attributes, boolean forVolume) { in getDevicesForAttributesImpl()
DAudioService.java3378 @NonNull AudioAttributes attributes, boolean forVolume) { in getDevicesForAttributesInt()
/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
DNoOpAudioSystemAdapter.java147 @NonNull AudioAttributes attributes, boolean forVolume) { in getDevicesForAttributes()
/frameworks/av/media/libaudioclient/aidl/android/media/
DIAudioPolicyService.aidl147 AudioDevice[] getDevicesForAttributes(in AudioAttributes attr, boolean forVolume); in getDevicesForAttributes()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp1229 bool forVolume, in getDevicesForAttributes()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp7587 const audio_attributes_t &attr, AudioDeviceTypeAddrVector *devices, bool forVolume) { in getDevicesForAttributes()
8856 const audio_attributes_t &attr, DeviceVector &devices, bool forVolume) { in getDevicesForAttributes()
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp1437 bool forVolume) { in getDevicesForAttributes()
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp2989 jboolean forVolume) { in android_media_AudioSystem_getDevicesForAttributes()