Home
last modified time | relevance | path

Searched refs:DEFAULT_ATTRIBUTES (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DSpatializerHelper.java95 private static final AudioAttributes DEFAULT_ATTRIBUTES = new AudioAttributes.Builder() field in SpatializerHelper
200 mASA.getDevicesForAttributes(DEFAULT_ATTRIBUTES).toArray(ROUTING_DEVICES); in onRoutingUpdated()
202 AudioSystem.canBeSpatialized(DEFAULT_ATTRIBUTES, DEFAULT_FORMAT, ROUTING_DEVICES); in onRoutingUpdated()
/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java99 private static final AudioAttributes DEFAULT_ATTRIBUTES = field in MediaSessionRecord
104 return DEFAULT_ATTRIBUTES.getVolumeControlStream(); in getVolumeStream()
108 return DEFAULT_ATTRIBUTES.getVolumeControlStream(); in getVolumeStream()
185 mAudioAttrs = DEFAULT_ATTRIBUTES; in MediaSessionRecord()
/aosp12/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibratorManagerService.java82 private static final VibrationAttributes DEFAULT_ATTRIBUTES = field in VibratorManagerService
850 attrs = DEFAULT_ATTRIBUTES; in fixupVibrationAttributes()