Searched refs:addAvbMetaVersion (Results 1 – 2 of 2) sorted by relevance
96 bool addAvbMetaVersion(CompatibilityMatrix* other, std::string* error);
293 bool CompatibilityMatrix::addAvbMetaVersion(CompatibilityMatrix* other, std::string* error) { in addAvbMetaVersion() function in android::vintf::CompatibilityMatrix414 !addAvbMetaVersion(inputMatrix, error) || !addVndk(inputMatrix, error) || in addAll()