Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DHalGroup.h145 virtual bool shouldAdd(const Hal&) const { return true; } in shouldAdd() function
169 if (!shouldAdd(hal)) { in addInternal()
DHalManifest.h140 bool shouldAdd(const ManifestHal& toAdd) const override;
/system/libvintf/
DHalManifest.cpp42 bool HalManifest::shouldAdd(const ManifestHal& hal) const { in shouldAdd() function in android::vintf::HalManifest