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
160 sourceDevices.add(mDeclaredDevices.getDeviceFromTagName(sources[i]->getTagName()));
163 return sourceDevices;
178 DeviceVector sourceDevices; local
191 sourceDevices.add(sourceDevicesForRoute);
193 if (sourceDevices.isEmpty()) {
197 stream->setSupportedDevices(sourceDevices);

Completed in 431 milliseconds