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

/system/libvintf/
H A DVintfObject.cpp582 oldMatrixHal.forEachInstance([&](const MatrixInstance& oldMatrixInstance) {
583 if (isInstanceDeprecated(oldMatrixInstance, targetMatrix, listInstances, error)) {
591 // Let oldMatrixInstance = package@x.y-w::interface with instancePattern.
597 bool VintfObject::isInstanceDeprecated(const MatrixInstance& oldMatrixInstance, argument
600 const std::string& package = oldMatrixInstance.package();
601 const Version& version = oldMatrixInstance.versionRange().minVer();
602 const std::string& interface = oldMatrixInstance.interface();
605 if (!oldMatrixInstance.isRegex()) {
606 instanceHint.push_back(oldMatrixInstance.exactInstance());
613 if (!oldMatrixInstance
[all...]
/system/libvintf/include/vintf/
H A DVintfObject.h167 static bool isInstanceDeprecated(const MatrixInstance& oldMatrixInstance,

Completed in 2464 milliseconds