Home
last modified time | relevance | path

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

/system/nfc/src/fuzzers/nci/
Dstubs.cc24 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/
Dt3t.cc233 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/
Drw_t3t.cc136 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/
Dnfc_ncif.cc1743 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/
Drw_int.h900 void rw_t3t_handle_nci_poll_ntf(uint8_t nci_status, uint8_t num_responses,