Searched refs:GKI_shiftup (Results 1 - 6 of 6) sorted by relevance
/external/bluetooth/bluedroid/gki/common/ |
H A D | gki.h | 391 GKI_API extern void GKI_shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len);
|
/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 | 546 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 D | gki_ulinux.c | 1300 ** Function GKI_shiftup 1305 void GKI_shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len) function
|
/external/libnfc-nci/src/gki/ulinux/ |
H A D | gki_ulinux.c | 1278 ** Function GKI_shiftup 1283 void GKI_shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len) function
|
Completed in 115 milliseconds