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
159 sourceDevices.add(mDeclaredDevices.getDeviceFromTagName(source->getTagName())); in getRouteSourceDevices()
162 return sourceDevices; in getRouteSourceDevices()
176 DeviceVector sourceDevices; in refreshSupportedDevices() local
188 sourceDevices.add(sourceDevicesForRoute); in refreshSupportedDevices()
190 if (sourceDevices.isEmpty()) { in refreshSupportedDevices()
194 stream->setSupportedDevices(sourceDevices); in refreshSupportedDevices()