Searched refs:addVndk (Results 1 – 2 of 2) sorted by relevance
87 bool addVndk(CompatibilityMatrix* other, std::string* error);
311 bool CompatibilityMatrix::addVndk(CompatibilityMatrix* other, std::string* error) { in addVndk() function in android::vintf::CompatibilityMatrix424 !addAvbMetaVersion(&inputMatrix->object, error) || !addVndk(&inputMatrix->object, error) || in addAll()