Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DSpatializerHelper.java379 able = canBeSpatializedOnDevice(DEFAULT_ATTRIBUTES, DEFAULT_FORMAT, sRoutingDevices); in onRoutingUpdated()
789 private synchronized boolean canBeSpatializedOnDevice(@NonNull AudioAttributes attributes, in canBeSpatializedOnDevice() method in SpatializerHelper
1085 final boolean able = canBeSpatializedOnDevice(attributes, format, devices); in canBeSpatialized()