Searched refs:addSystemSdk (Results 1 – 2 of 2) sorted by relevance
105 bool addSystemSdk(CompatibilityMatrix* other, std::string* error);
313 bool CompatibilityMatrix::addSystemSdk(CompatibilityMatrix* other, std::string* /* error */) { in addSystemSdk() function in android::vintf::CompatibilityMatrix413 !addVendorNdk(inputMatrix, error) || !addSystemSdk(inputMatrix, error)) { in addAll()