Home
last modified time | relevance | path

Searched refs:hal_service (Results 1 – 3 of 3) sorted by relevance

/test/vts-testcase/hal/treble/vintf/
DSingleManifestTest.cpp130 auto hal_service = VtsTrebleVintfTestBase::GetHidlService( in GetPassthroughServiceExact() local
133 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() local
173 if (hal_service != nullptr) { in GetPassthroughService()
174 return hal_service; in GetPassthroughService()
285 auto hal_service = GetPassthroughService(fq_instance); in TEST_P() local
286 if (hal_service == nullptr) { in TEST_P()
300 hal_service->interfaceChain([&](const auto &chain) { in TEST_P()
[all …]
DVtsTrebleVintfTestBase.h65 Partition GetPartition(sp<IBase> hal_service);
DVtsTrebleVintfTestBase.cpp212 Partition VtsTrebleVintfTestBase::GetPartition(sp<IBase> hal_service) { in GetPartition() argument
214 auto ret = hal_service->getDebugInfo( in GetPartition()