Searched refs:num_responses (Results 1 – 5 of 5) sorted by relevance
/system/nfc/src/fuzzers/nci/ |
D | stubs.cc | 24 void rw_t3t_handle_nci_poll_ntf(uint8_t nci_status, uint8_t num_responses, in rw_t3t_handle_nci_poll_ntf() argument 28 num_responses, in rw_t3t_handle_nci_poll_ntf()
|
/system/nfc/src/fuzzers/rw/ |
D | t3t.cc | 233 uint8_t num_responses; in t3t_nci_msg() local 241 STREAM_TO_UINT8(num_responses, p); in t3t_nci_msg() 243 rw_t3t_handle_nci_poll_ntf(status, num_responses, (uint8_t)plen, p); in t3t_nci_msg()
|
/system/nfc/src/nfc/tags/ |
D | rw_t3t.cc | 136 uint8_t num_responses, 141 uint8_t num_responses); 143 uint8_t num_responses); 145 uint8_t num_responses); 359 void rw_t3t_handle_nci_poll_ntf(uint8_t nci_status, uint8_t num_responses, in rw_t3t_handle_nci_poll_ntf() argument 377 rw_t3t_handle_get_sc_poll_rsp(p_cb, nci_status, num_responses, in rw_t3t_handle_nci_poll_ntf() 382 rw_t3t_handle_fmt_poll_rsp(p_cb, nci_status, num_responses); in rw_t3t_handle_nci_poll_ntf() 386 rw_t3t_handle_sro_poll_rsp(p_cb, nci_status, num_responses); in rw_t3t_handle_nci_poll_ntf() 390 rw_t3t_handle_ndef_detect_poll_rsp(p_cb, nci_status, num_responses); in rw_t3t_handle_nci_poll_ntf() 397 evt_data.t3t_poll.response_num = num_responses; in rw_t3t_handle_nci_poll_ntf() [all …]
|
/system/nfc/src/nfc/nfc/ |
D | nfc_ncif.cc | 1743 uint8_t num_responses; in nfc_ncif_proc_t3t_polling_ntf() local 1751 STREAM_TO_UINT8(num_responses, p); in nfc_ncif_proc_t3t_polling_ntf() 1753 rw_t3t_handle_nci_poll_ntf(status, num_responses, (uint8_t)plen, p); in nfc_ncif_proc_t3t_polling_ntf()
|
/system/nfc/src/nfc/include/ |
D | rw_int.h | 900 void rw_t3t_handle_nci_poll_ntf(uint8_t nci_status, uint8_t num_responses,
|