Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp156 DeviceVector sourceDevices; in getRouteSourceDevices() local
160 sourceDevices.add(mDeclaredDevices.getDeviceFromTagName(sources[i]->getTagName())); in getRouteSourceDevices()
163 return sourceDevices; in getRouteSourceDevices()
178 DeviceVector sourceDevices; in refreshSupportedDevices() local
191 sourceDevices.add(sourceDevicesForRoute); in refreshSupportedDevices()
193 if (sourceDevices.isEmpty()) { in refreshSupportedDevices()
197 stream->setSupportedDevices(sourceDevices); in refreshSupportedDevices()