Home | History | Annotate | Download | only in definition-tool

Lines Matching refs:sp_hal_dep

993 sp_hal_dep',
1040 _SP_HAL_VIS = {'ll_ndk', 'vndk_sp', 'sp_hal', 'sp_hal_dep'}
1056 'sp_hal_dep': _SP_HAL_VIS,
1059 'vndk', 'sp_hal', 'sp_hal_dep', 'vnd_only'},
1220 elif lib in sp_lib.sp_hal_dep:
1221 d.add('sp_hal_dep', lib)
1324 'sp_hal sp_hal_dep vndk_sp_hal ll_ndk ll_ndk_indirect '
1735 'vndk_indirect', 'fwk_only', 'fwk_only_rs', 'sp_hal', 'sp_hal_dep',
2087 sp_hal_dep = set()
2092 sp_hal_dep.add(lib)
2098 return SPLibResult(sp_hal, sp_hal_dep, vndk_sp_hal, ll_ndk,
2181 sp_hal_dep = self.compute_deps_closure(sp_hal, is_not_sp_hal_dep, True)
2182 sp_hal_dep -= sp_hal
2186 return lib.is_ll_ndk or lib in sp_hal or lib in sp_hal_dep
2191 for lib in itertools.chain(sp_hal, sp_hal_dep):
2411 sp_hal_dep=sp_hal_dep,
3644 if tag in {'sp_hal', 'sp_hal_dep', 'vnd_only'}: