Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DAudioSystem.java1484 final ArrayList<AudioDeviceAttributes> routeDevices = new ArrayList<>(); in getDevicesForAttributes() local
1487 return routeDevices; in getDevicesForAttributes()
1492 routeDevices.add(device); in getDevicesForAttributes()
1495 return routeDevices; in getDevicesForAttributes()