Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DAudioSystem.java1892 final ArrayList<AudioDeviceAttributes> routeDevices = new ArrayList<>(); in getDevicesForAttributes() local
1896 return routeDevices; in getDevicesForAttributes()
1901 routeDevices.add(device); in getDevicesForAttributes()
1904 return routeDevices; in getDevicesForAttributes()