Searched refs:GKI_shiftup (Results 1 - 5 of 5) sorted by relevance
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
H A D | gki.h | 403 GKI_API extern void GKI_shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len);
|
/external/libnfc-nci/src/gki/common/ |
H A D | gki.h | 405 GKI_API extern void GKI_shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len);
|
/external/libnfc-nci/src/nfa/ee/ |
H A D | nfa_ee_act.c | 756 GKI_shiftup (&p_cb->aid_cfg[offset], &p_cb->aid_cfg[offset+ len], rest_len); 758 GKI_shiftup (&p_cb->aid_len[entry], &p_cb->aid_len[entry + 1], rest_len); 759 GKI_shiftup (&p_cb->aid_pwr_cfg[entry], &p_cb->aid_pwr_cfg[entry + 1], rest_len); 760 GKI_shiftup (&p_cb->aid_rt_info[entry], &p_cb->aid_rt_info[entry + 1], rest_len);
|
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
H A D | gki_ulinux.c | 1302 ** Function GKI_shiftup 1307 void GKI_shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len) function
|
/external/libnfc-nci/src/gki/ulinux/ |
H A D | gki_ulinux.c | 1279 ** Function GKI_shiftup 1284 void GKI_shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len) function
|
Completed in 70 milliseconds