Searched refs:HalManifestPtr (Results 1 – 8 of 8) sorted by relevance
44 static void ForEachAidlHalInstance(const HalManifestPtr &, AidlVerifyFn);45 static void ForEachHidlHalInstance(const HalManifestPtr &, HidlVerifyFn);60 static set<string> GetPassthroughHals(HalManifestPtr manifest);61 static set<string> GetHwbinderHals(HalManifestPtr manifest);
88 const HalManifestPtr &manifest, HidlVerifyFn fn) { in ForEachHidlHalInstance()112 const HalManifestPtr &manifest, AidlVerifyFn fn) { in ForEachAidlHalInstance()206 HalManifestPtr manifest) { in GetPassthroughHals()231 set<string> VtsTrebleVintfTestBase::GetHwbinderHals(HalManifestPtr manifest) { in GetHwbinderHals()
71 using HalManifestPtr = std::shared_ptr<const HalManifest>; variable126 void PrintTo(const android::vintf::testing::HalManifestPtr& v, ostream* os);
29 public ::testing::WithParamInterface<HalManifestPtr> {
37 HalManifestPtr vendor_manifest_;
56 static std::vector<HalManifestPtr> GetTestManifests() { in GetTestManifests()
137 void PrintTo(const android::vintf::testing::HalManifestPtr &v, ostream *os) { in PrintTo()
146 static std::vector<HalManifestPtr> GetTestManifests() { in GetTestManifests()