Searched defs:checkCompatibility (Results 1 - 3 of 3) sorted by relevance

/system/libvintf/
H A DRuntimeInfo.cpp104 bool RuntimeInfo::checkCompatibility(const CompatibilityMatrix& mat, std::string* error, function in class:android::vintf::RuntimeInfo
122 // HalManifest.device.mSepolicyVersion in HalManifest::checkCompatibility.
H A DHalManifest.cpp261 bool HalManifest::checkCompatibility(const CompatibilityMatrix &mat, std::string *error) const { function in class:android::vintf::HalManifest
H A DVintfObject.cpp175 int32_t checkCompatibility(const std::vector<std::string>& xmls, bool mount, function in namespace:android::vintf::details
264 if (!updated.dev.manifest->checkCompatibility(*updated.fwk.matrix, error)) {
272 if (!updated.fwk.manifest->checkCompatibility(*updated.dev.matrix, error)) {
280 if (!updated.runtimeInfo->checkCompatibility(*updated.fwk.matrix, error, disabledChecks)) {
296 return details::checkCompatibility(xmls, false /* mount */, *details::gPartitionMounter, error,

Completed in 134 milliseconds