Home
last modified time | relevance | path

Searched refs:p_msg_rsp (Results 1 – 1 of 1) sorted by relevance

/system/nfc/src/nfc/tags/
Drw_t3t.cc1225 void rw_t3t_act_handle_ndef_detect_rsp(tRW_T3T_CB* p_cb, NFC_HDR* p_msg_rsp) { in rw_t3t_act_handle_ndef_detect_rsp() argument
1231 uint8_t* p_t3t_rsp = (uint8_t*)(p_msg_rsp + 1) + p_msg_rsp->offset; in rw_t3t_act_handle_ndef_detect_rsp()
1344 GKI_freebuf(p_msg_rsp); in rw_t3t_act_handle_ndef_detect_rsp()
1356 void rw_t3t_act_handle_check_rsp(tRW_T3T_CB* p_cb, NFC_HDR* p_msg_rsp) { in rw_t3t_act_handle_check_rsp() argument
1357 uint8_t* p_t3t_rsp = (uint8_t*)(p_msg_rsp + 1) + p_msg_rsp->offset; in rw_t3t_act_handle_check_rsp()
1368 GKI_freebuf(p_msg_rsp); in rw_t3t_act_handle_check_rsp()
1374 GKI_freebuf(p_msg_rsp); in rw_t3t_act_handle_check_rsp()
1377 p_msg_rsp->offset += in rw_t3t_act_handle_check_rsp()
1379 p_msg_rsp->len -= T3T_MSG_RSP_OFFSET_CHECK_DATA; in rw_t3t_act_handle_check_rsp()
1381 evt_data.p_data = p_msg_rsp; in rw_t3t_act_handle_check_rsp()
[all …]