Home
last modified time | relevance | path

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

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