Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/
H A DAudioSystem.java1605 final ArrayList<AudioDeviceAttributes> routeDevices = new ArrayList<>(); in getDevicesForAttributes() local
1608 return routeDevices; in getDevicesForAttributes()
1613 routeDevices.add(device); in getDevicesForAttributes()
1616 return routeDevices; in getDevicesForAttributes()