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