Home
last modified time | relevance | path

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

/system/libvintf/
DVintfObject.cpp153 std::vector<CompatibilityMatrix> matrixFragments; in getCombinedFrameworkMatrix() local
154 auto matrixFragmentsStatus = getAllFrameworkMatrixLevels(&matrixFragments, error); in getCombinedFrameworkMatrix()
158 if (matrixFragments.empty()) { in getCombinedFrameworkMatrix()
182 for (auto&& fragment : matrixFragments) { in getCombinedFrameworkMatrix()
200 auto combined = CompatibilityMatrix::combine(deviceLevel, &matrixFragments, error); in getCombinedFrameworkMatrix()
821 std::vector<CompatibilityMatrix> matrixFragments; in checkDeprecation() local
822 auto matrixFragmentsStatus = getAllFrameworkMatrixLevels(&matrixFragments, error); in checkDeprecation()
826 if (matrixFragments.empty()) { in checkDeprecation()
844 for (const auto& namedMatrix : matrixFragments) { in checkDeprecation()
865 for (const auto& namedMatrix : matrixFragments) { in checkDeprecation()
[all …]