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