Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DCompatibilityMatrix.h87 bool addVndk(CompatibilityMatrix* other, std::string* error);
/system/libvintf/
DCompatibilityMatrix.cpp311 bool CompatibilityMatrix::addVndk(CompatibilityMatrix* other, std::string* error) { in addVndk() function in android::vintf::CompatibilityMatrix
424 !addAvbMetaVersion(&inputMatrix->object, error) || !addVndk(&inputMatrix->object, error) || in addAll()