Searched refs:shouldAdd (Results 1 – 3 of 3) sorted by relevance
190 virtual bool shouldAdd(const Hal&) const { return true; } in shouldAdd() function214 if (!shouldAdd(hal)) { in addInternal()
145 bool shouldAdd(const ManifestHal& toAdd) const override;
44 bool HalManifest::shouldAdd(const ManifestHal& hal) const { in shouldAdd() function in android::vintf::HalManifest