Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DHalManifest.h160 bool shouldAdd(const ManifestHal& toAdd, std::string* error) const;
/system/libvintf/
DHalManifest.cpp44 bool HalManifest::shouldAdd(const ManifestHal& hal, std::string* error) const { in shouldAdd() function in android::vintf::HalManifest
138 if (!shouldAdd(halToAdd, error)) { in add()