Lines Matching refs:level
57 kernel.setSourceMatrixLevel(level()); in addKernel()
117 Level CompatibilityMatrix::level() const { in level() function in android::vintf::CompatibilityMatrix
194 if (other == nullptr || other->level() <= level()) { in addAllHalsAsOptional()
252 if (other == nullptr || other->level() <= level()) { in addAllXmlFilesAsOptional()
274 kernel.setSourceMatrixLevel(other->level()); in addAllKernels()
352 if (e.level() == Level::UNSPECIFIED) { in combine()
360 [](const auto& x, const auto& y) { return x.level() < y.level(); }); in combine()
369 if (e.level() < deviceLevel) { in combine()
371 if (e.level() < kernelLevel) continue; in combine()
373 } else if (e.level() == deviceLevel) { in combine()
480 return level(); in getSourceMatrixLevel()