Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DSpatializerHelper.java321 sRoutingDevices = getRoutingDevices(DEFAULT_ATTRIBUTES); in init()
361 sRoutingDevices = getRoutingDevices(DEFAULT_ATTRIBUTES); in onRoutingUpdated()
1092 final ArrayList<AudioDeviceAttributes> devices = getRoutingDevices(attributes); in canBeSpatialized()
1756 private @NonNull ArrayList<AudioDeviceAttributes> getRoutingDevices(AudioAttributes aa) { in getRoutingDevices() method in SpatializerHelper