Searched refs:targetMatrix (Results 1 – 2 of 2) sorted by relevance
/system/libvintf/ |
D | VintfObject.cpp | 659 const CompatibilityMatrix& targetMatrix, in IsHalDeprecated() argument 663 if (IsInstanceDeprecated(oldMatrixInstance, targetMatrix, listInstances, error)) { in IsHalDeprecated() 678 const CompatibilityMatrix& targetMatrix, in IsInstanceDeprecated() argument 700 targetMatrix.forEachInstanceOfPackage(package, [&](const auto& targetMatrixInstance) { in IsInstanceDeprecated() 713 to_string(targetMatrix.level()) + "; it should not be served."; in IsInstanceDeprecated() 765 const CompatibilityMatrix* targetMatrix = nullptr; in checkDeprecation() local 768 targetMatrix = &namedMatrix.object; in checkDeprecation() 771 if (targetMatrix == nullptr) { in checkDeprecation() 784 hasDeprecatedHals |= IsHalDeprecated(hal, *targetMatrix, listInstances, error); in checkDeprecation()
|
/system/libvintf/include/vintf/ |
D | VintfObject.h | 326 const CompatibilityMatrix& targetMatrix, 329 const CompatibilityMatrix& targetMatrix,
|