Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DCompatibilityMatrix.h99 bool addSystemSdk(CompatibilityMatrix* other, std::string* error);
/system/libvintf/
DCompatibilityMatrix.cpp314 bool CompatibilityMatrix::addSystemSdk(CompatibilityMatrix* other, std::string* /* error */) { in addSystemSdk() function in android::vintf::CompatibilityMatrix
414 !addVendorNdk(inputMatrix, error) || !addSystemSdk(inputMatrix, error)) { in addAll()