Searched refs:hal_service (Results 1 – 4 of 4) sorted by relevance
139 auto hal_service = VtsTrebleVintfTestBase::GetHalService( in GetPassthroughService() local142 if (hal_service != nullptr) { in GetPassthroughService()144 hal_service->interfaceChain([&](const auto &chain) { in GetPassthroughService()163 return hal_service; in GetPassthroughService()207 auto hal_service = GetPassthroughService(declared_instance); in TEST_P() local213 if (hal_service == nullptr) { in TEST_P()229 hal_service->interfaceChain([&](const auto &chain) { in TEST_P()272 sp<IBase> hal_service; in TEST_P() local298 hal_service = GetHalService(lowest_name, instance_name, transport); in TEST_P()300 canCastInterface(hal_service.get(), fq_name.string().c_str())) in TEST_P()[all …]
62 Partition GetPartition(sp<IBase> hal_service);
197 Partition VtsTrebleVintfTestBase::GetPartition(sp<IBase> hal_service) { in GetPartition() argument199 auto ret = hal_service->getDebugInfo( in GetPartition()
112 def getHalServiceName(self, hal_service): argument127 if service == hal_service:133 hal_service)