Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DAudioSystem.java1604 final ArrayList<AudioDeviceAttributes> routeDevices = new ArrayList<>(); in getDevicesForAttributes() local
1607 return routeDevices; in getDevicesForAttributes()
1612 routeDevices.add(device); in getDevicesForAttributes()
1615 return routeDevices; in getDevicesForAttributes()