Home
last modified time | relevance | path

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

/aosp12/system/libvintf/
H A DCompatibilityMatrix.cpp270 bool CompatibilityMatrix::addAllKernels(CompatibilityMatrix* other, std::string* error) { in addAllKernels() function in android::vintf::CompatibilityMatrix
411 !addAllKernels(inputMatrix, error) || !addSepolicy(inputMatrix, error) || in addAll()
424 !addAllXmlFilesAsOptional(inputMatrix, error) || !addAllKernels(inputMatrix, error)) { in addAllAsOptional()
/aosp12/system/libvintf/include/vintf/
H A DCompatibilityMatrix.h87 bool addAllKernels(CompatibilityMatrix* other, std::string* error);