Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DAudioSystem.java1857 final ArrayList<AudioDeviceAttributes> routeDevices = new ArrayList<>(); in getDevicesForAttributes() local
1861 return routeDevices; in getDevicesForAttributes()
1866 routeDevices.add(device); in getDevicesForAttributes()
1869 return routeDevices; in getDevicesForAttributes()