Searched refs:GKI_shiftup (Results 1 - 5 of 5) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki.h403 GKI_API extern void GKI_shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len);
/external/libnfc-nci/src/gki/common/
H A Dgki.h405 GKI_API extern void GKI_shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len);
/external/libnfc-nci/src/nfa/ee/
H A Dnfa_ee_act.c756 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 Dgki_ulinux.c1302 ** Function GKI_shiftup
1307 void GKI_shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len) function
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c1279 ** Function GKI_shiftup
1284 void GKI_shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len) function

Completed in 90 milliseconds