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.cpp146 auto hal_service = VtsTrebleVintfTestBase::GetHidlService( in GetPassthroughServiceExact() local
149 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() local
189 if (hal_service != nullptr) { in GetPassthroughService()
190 return hal_service; in GetPassthroughService()
301 auto hal_service = GetPassthroughService(fq_instance); in TEST_P() local
302 if (hal_service == nullptr) { in TEST_P()
316 hal_service->interfaceChain([&](const auto &chain) { in TEST_P()
[all …]
DVtsTrebleVintfTestBase.h65 Partition GetPartition(sp<IBase> hal_service);
DVtsTrebleVintfTestBase.cpp227 Partition VtsTrebleVintfTestBase::GetPartition(sp<IBase> hal_service) { in GetPartition() argument
229 auto ret = hal_service->getDebugInfo( in GetPartition()