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.cpp165 DeviceVector sourceDevices; in getRouteSourceDevices() local
168 sourceDevices.add(mDeclaredDevices.getDeviceFromTagName(source->getTagName())); in getRouteSourceDevices()
171 return sourceDevices; in getRouteSourceDevices()
185 DeviceVector sourceDevices; in refreshSupportedDevices() local
197 sourceDevices.add(sourceDevicesForRoute); in refreshSupportedDevices()
199 if (sourceDevices.isEmpty()) { in refreshSupportedDevices()
203 stream->setSupportedDevices(sourceDevices); in refreshSupportedDevices()