Home
last modified time | relevance | path

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

/aosp12/system/libvintf/include/vintf/
H A DCompatibilityMatrix.h105 bool addSystemSdk(CompatibilityMatrix* other, std::string* error);
/aosp12/system/libvintf/
H A DCompatibilityMatrix.cpp313 bool CompatibilityMatrix::addSystemSdk(CompatibilityMatrix* other, std::string* /* error */) { in addSystemSdk() function in android::vintf::CompatibilityMatrix
413 !addVendorNdk(inputMatrix, error) || !addSystemSdk(inputMatrix, error)) { in addAll()