Home
last modified time | relevance | path

Searched refs:targetMatrices (Results 1 – 1 of 1) sorted by relevance

/system/libvintf/
DVintfObject.cpp864 std::vector<CompatibilityMatrix> targetMatrices; in checkDeprecation() local
871 std::move(targetMatricesPartition, matrixFragments.end(), std::back_inserter(targetMatrices)); in checkDeprecation()
872 if (targetMatrices.empty()) { in checkDeprecation()
878 auto targetMatrix = CompatibilityMatrix::combine(deviceLevel, &targetMatrices, error); in checkDeprecation()