Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DSpatializerHelper.java314 sRoutingDevices = getRoutingDevices(DEFAULT_ATTRIBUTES); in init()
357 sRoutingDevices = getRoutingDevices(DEFAULT_ATTRIBUTES); in onRoutingUpdated()
1080 final ArrayList<AudioDeviceAttributes> devices = getRoutingDevices(attributes); in canBeSpatialized()
1675 private @NonNull ArrayList<AudioDeviceAttributes> getRoutingDevices(AudioAttributes aa) { in getRoutingDevices() method in SpatializerHelper