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.java1853 @NonNull AudioAttributes attributes, boolean forVolume) { in getDevicesForAttributes()
1880 boolean forVolume); in getDevicesForAttributes()
DAudioManager.java6162 public void onDevicesForAttributesChanged(AudioAttributes attributes, boolean forVolume, in onDevicesForAttributesChanged()
/frameworks/base/services/core/java/com/android/server/audio/
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()
DAudioService.java3161 @NonNull AudioAttributes attributes, boolean forVolume) { in getDevicesForAttributesInt()
/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
DNoOpAudioSystemAdapter.java142 @NonNull AudioAttributes attributes, boolean forVolume) { in getDevicesForAttributes()
/frameworks/av/media/libaudioclient/aidl/android/media/
DIAudioPolicyService.aidl140 AudioDevice[] getDevicesForAttributes(in AudioAttributes attr, boolean forVolume); in getDevicesForAttributes()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp1182 bool forVolume, in getDevicesForAttributes()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp7208 const audio_attributes_t &attr, AudioDeviceTypeAddrVector *devices, bool forVolume) { in getDevicesForAttributes()
8405 const audio_attributes_t &attr, DeviceVector &devices, bool forVolume) { in getDevicesForAttributes()
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp1365 bool forVolume) { in getDevicesForAttributes()
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp2849 jboolean forVolume) { in android_media_AudioSystem_getDevicesForAttributes()