Home
last modified time | relevance | path

Searched defs:hal_service (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/test/vts-testcase/hal/treble/vintf/
DSingleManifestTest.cpp130 auto hal_service = VtsTrebleVintfTestBase::GetHidlService( in GetPassthroughServiceExact() local
171 sp<IBase> hal_service = GetPassthroughServiceExact( in GetPassthroughService() local
285 auto hal_service = GetPassthroughService(fq_instance); in TEST_P() local
342 sp<IBase> hal_service; in TEST_P() local
478 sp<IBase> hal_service = GetHidlService(lowest_name, instance_name, transport); in TEST_P() local
515 sp<IBase> hal_service = GetHidlService(fq_name, instance_name, transport); in TEST_P() local
DVtsTrebleVintfTestBase.cpp212 Partition VtsTrebleVintfTestBase::GetPartition(sp<IBase> hal_service) { in GetPartition()