Searched refs:hal_service (Results 1 – 3 of 3) sorted by relevance
130 auto hal_service = VtsTrebleVintfTestBase::GetHidlService( in GetPassthroughServiceExact() local133 if (hal_service != nullptr) { in GetPassthroughServiceExact()135 hal_service->interfaceChain([&](const auto &chain) { in GetPassthroughServiceExact()154 return hal_service; in GetPassthroughServiceExact()171 sp<IBase> hal_service = GetPassthroughServiceExact( in GetPassthroughService() local173 if (hal_service != nullptr) { in GetPassthroughService()174 return hal_service; in GetPassthroughService()285 auto hal_service = GetPassthroughService(fq_instance); in TEST_P() local286 if (hal_service == nullptr) { in TEST_P()300 hal_service->interfaceChain([&](const auto &chain) { in TEST_P()[all …]
65 Partition GetPartition(sp<IBase> hal_service);
212 Partition VtsTrebleVintfTestBase::GetPartition(sp<IBase> hal_service) { in GetPartition() argument214 auto ret = hal_service->getDebugInfo( in GetPartition()