Lines Matching refs:sp_hal
1439 if lib in sp_lib.sp_hal:
2512 sp_hal = self.compute_predefined_sp_hal()
2514 sp_hal, is_ll_ndk, ignore_hidden_deps)
2522 for lib in sp_hal_closure - sp_hal:
2532 return SPLibResult(sp_hal, sp_hal_dep, vndk_sp_hal, ll_ndk,
2613 sp_hal = self.compute_predefined_sp_hal()
2618 self.normalize_partition_tags(sp_hal, generic_refs)
2629 if lib.is_ll_ndk or lib in sp_hal:
2633 sp_hal_dep = self.compute_deps_closure(sp_hal, is_not_sp_hal_dep, True)
2634 sp_hal_dep -= sp_hal
2638 return lib.is_ll_ndk or lib in sp_hal or lib in sp_hal_dep
2643 for lib in itertools.chain(sp_hal, sp_hal_dep):
2863 sp_hal=sp_hal,