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

/external/bluetooth/bluedroid/gki/common/
H A Dgki.h391 GKI_API extern void GKI_shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len);
/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.c546 GKI_shiftup (&p_cb->aid_cfg[offset], &p_cb->aid_cfg[offset+ len], rest_len);
548 GKI_shiftup (&p_cb->aid_len[entry], &p_cb->aid_len[entry + 1], rest_len);
549 GKI_shiftup (&p_cb->aid_pwr_cfg[entry], &p_cb->aid_pwr_cfg[entry + 1], rest_len);
550 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.c1300 ** Function GKI_shiftup
1305 void GKI_shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len) function
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c1278 ** Function GKI_shiftup
1283 void GKI_shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len) function

Completed in 115 milliseconds