Searched refs:mixPortName (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/ |
D | PolicyConfig.h | 60 const std::string& moduleName, const std::string& mixPortName) const { in getDeviceAddressOfSinkDeviceAttachedToMixPort() argument 61 const auto attachedDevicePort = getAttachedSinkDeviceForMixPort(moduleName, mixPortName); in getDeviceAddressOfSinkDeviceAttachedToMixPort() 66 const std::string& moduleName, const std::string& mixPortName) const { in getDeviceAddressOfSourceDeviceAttachedToMixPort() argument 67 const auto attachedDevicePort = getAttachedSourceDeviceForMixPort(moduleName, mixPortName); in getDeviceAddressOfSourceDeviceAttachedToMixPort() 72 const std::string& mixPortName) const { in getAttachedSinkDeviceForMixPort() argument 74 getSinkDevicesForMixPort(moduleName, mixPortName)); in getAttachedSinkDeviceForMixPort() 77 const std::string& mixPortName) const { in getAttachedSourceDeviceForMixPort() argument 79 getSourceDevicesForMixPort(moduleName, mixPortName)); in getAttachedSourceDeviceForMixPort() 82 const std::string& mixPortName) const; 84 const std::string& mixPortName) const; [all …]
|
D | PolicyConfig.cpp | 61 const std::string& moduleName, const std::string& mixPortName) const { in getSinkDeviceForMixPort() 64 auto possibleDevices = getSinkDevicesForMixPort(moduleName, mixPortName); in getSinkDeviceForMixPort() 69 device = getAttachedSinkDeviceForMixPort(moduleName, mixPortName); in getSinkDeviceForMixPort() 75 ALOGE("Could not find a route for the mix port \"%s\" in module \"%s\"", mixPortName.c_str(), in getSinkDeviceForMixPort() 81 const std::string& moduleName, const std::string& mixPortName) const { in getSourceDeviceForMixPort() 82 const std::string device = getAttachedSourceDeviceForMixPort(moduleName, mixPortName); in getSourceDeviceForMixPort() 86 ALOGE("Could not find a route for the mix port \"%s\" in module \"%s\"", mixPortName.c_str(), in getSourceDeviceForMixPort() 169 const std::string& mixPortName) const { in getSinkDevicesForMixPort() 175 if (std::find(sources.begin(), sources.end(), mixPortName) != sources.end()) { in getSinkDevicesForMixPort() 184 const std::string& moduleName, const std::string& mixPortName) const { in getSourceDevicesForMixPort() [all …]
|
/hardware/interfaces/audio/core/all-versions/vts/functional/ |
D | PolicyConfig.h | 68 const std::string& mixPortName) const { in getAttachedSinkDeviceForMixPort() argument 70 getSinkDevicesForMixPort(moduleName, mixPortName)); in getAttachedSinkDeviceForMixPort() 73 const std::string& mixPortName) const { in getAttachedSourceDeviceForMixPort() argument 75 getSourceDevicesForMixPort(moduleName, mixPortName)); in getAttachedSourceDeviceForMixPort() 123 const std::string& mixPortName) const { in getSinkDevicesForMixPort() argument 129 if (source->getTagName() == mixPortName) { in getSinkDevicesForMixPort() 138 const std::string& mixPortName) const { in getSourceDevicesForMixPort() argument 143 if (route->getSink()->getTagName() == mixPortName) { in getSourceDevicesForMixPort()
|