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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DHwModule.cpp156 DeviceVector sourceDevices; local
159 sourceDevices.add(mDeclaredDevices.getDeviceFromTagName(source->getTagName()));
162 return sourceDevices;
176 DeviceVector sourceDevices; local
188 sourceDevices.add(sourceDevicesForRoute);
190 if (sourceDevices.isEmpty()) {
194 stream->setSupportedDevices(sourceDevices);

Completed in 8 milliseconds