Home
last modified time | relevance | path

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

/aosp12/system/nfc/src/nfc/tags/
H A Drw_i93.cc479 uint8_t *p = (uint8_t*)(p_resp + 1) + p_resp->offset, *p_uid; in rw_i93_send_to_upper()
1800 uint8_t *p = (uint8_t*)(p_resp + 1) + p_resp->offset, *p_uid; in rw_i93_sm_detect_ndef()
2213 uint8_t* p = (uint8_t*)(p_resp + 1) + p_resp->offset; in rw_i93_sm_read_ndef()
2259 p_resp->len -= offset; in rw_i93_sm_read_ndef()
2267 p_resp->len = 0; in rw_i93_sm_read_ndef()
2288 if (p_resp->len > 0) { in rw_i93_sm_read_ndef()
2315 uint8_t* p = (uint8_t*)(p_resp + 1) + p_resp->offset; in rw_i93_sm_update_ndef()
2594 uint8_t *p = (uint8_t*)(p_resp + 1) + p_resp->offset, *p_uid; in rw_i93_sm_format()
2950 uint8_t* p = (uint8_t*)(p_resp + 1) + p_resp->offset; in rw_i93_sm_set_read_only()
3211 NFC_HDR* p_resp; in rw_i93_data_cback() local
[all …]
H A Drw_t5t.cc66 void rw_t5t_sm_detect_ndef(NFC_HDR* p_resp) { in rw_t5t_sm_detect_ndef() argument
67 uint8_t* p = (uint8_t*)(p_resp + 1) + p_resp->offset; in rw_t5t_sm_detect_ndef()
70 uint16_t length = p_resp->len, xx; in rw_t5t_sm_detect_ndef()
480 void rw_t5t_sm_update_ndef(NFC_HDR* p_resp) { in rw_t5t_sm_update_ndef() argument
481 uint8_t* p = (uint8_t*)(p_resp + 1) + p_resp->offset; in rw_t5t_sm_update_ndef()
484 uint16_t length = p_resp->len, block_number; in rw_t5t_sm_update_ndef()
775 void rw_t5t_sm_set_read_only(NFC_HDR* p_resp) { in rw_t5t_sm_set_read_only() argument
776 uint8_t* p = (uint8_t*)(p_resp + 1) + p_resp->offset; in rw_t5t_sm_set_read_only()
780 uint16_t length = p_resp->len; in rw_t5t_sm_set_read_only()