Searched refs:hal_service (Results 1 – 3 of 3) sorted by relevance
146 auto hal_service = VtsTrebleVintfTestBase::GetHidlService( in GetPassthroughServiceExact() local149 if (hal_service != nullptr) { in GetPassthroughServiceExact()151 hal_service->interfaceChain([&](const auto &chain) { in GetPassthroughServiceExact()170 return hal_service; in GetPassthroughServiceExact()187 sp<IBase> hal_service = GetPassthroughServiceExact( in GetPassthroughService() local189 if (hal_service != nullptr) { in GetPassthroughService()190 return hal_service; in GetPassthroughService()301 auto hal_service = GetPassthroughService(fq_instance); in TEST_P() local302 if (hal_service == nullptr) { in TEST_P()316 hal_service->interfaceChain([&](const auto &chain) { in TEST_P()[all …]
65 Partition GetPartition(sp<IBase> hal_service);
227 Partition VtsTrebleVintfTestBase::GetPartition(sp<IBase> hal_service) { in GetPartition() argument229 auto ret = hal_service->getDebugInfo( in GetPartition()