Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t3t.c129 static void rw_t3t_handle_get_sc_poll_rsp (tRW_T3T_CB *p_cb, UINT8 nci_status, UINT8 num_responses,…
130 …andle_ndef_detect_poll_rsp (tRW_T3T_CB *p_cb, UINT8 nci_status, UINT8 num_responses, UINT8 sensf_r…
131 static void rw_t3t_handle_fmt_poll_rsp (tRW_T3T_CB *p_cb, UINT8 nci_status, UINT8 num_responses, UI…
132 static void rw_t3t_handle_sro_poll_rsp (tRW_T3T_CB *p_cb, UINT8 nci_status, UINT8 num_responses, UI…
328 void rw_t3t_handle_nci_poll_ntf (UINT8 nci_status, UINT8 num_responses, UINT8 sensf_res_buf_size, U… in rw_t3t_handle_nci_poll_ntf() argument
348 …rw_t3t_handle_get_sc_poll_rsp (p_cb, nci_status, num_responses, sensf_res_buf_size, p_sensf_res_bu… in rw_t3t_handle_nci_poll_ntf()
354 … rw_t3t_handle_fmt_poll_rsp (p_cb, nci_status, num_responses, sensf_res_buf_size, p_sensf_res_buf); in rw_t3t_handle_nci_poll_ntf()
360 … rw_t3t_handle_sro_poll_rsp (p_cb, nci_status, num_responses, sensf_res_buf_size, p_sensf_res_buf); in rw_t3t_handle_nci_poll_ntf()
366 …rw_t3t_handle_ndef_detect_poll_rsp (p_cb, nci_status, num_responses, sensf_res_buf_size, p_sensf_r… in rw_t3t_handle_nci_poll_ntf()
374 evt_data.t3t_poll.response_num = num_responses; in rw_t3t_handle_nci_poll_ntf()
[all …]
/external/libnfc-nci/src/nfc/nfc/
Dnfc_ncif.c1386 UINT8 num_responses; in nfc_ncif_proc_t3t_polling_ntf() local
1390 STREAM_TO_UINT8 (num_responses, p); in nfc_ncif_proc_t3t_polling_ntf()
1392 rw_t3t_handle_nci_poll_ntf (status, num_responses, (UINT8) plen, p); in nfc_ncif_proc_t3t_polling_ntf()
/external/libnfc-nci/src/nfc/int/
Drw_int.h630 void rw_t3t_handle_nci_poll_ntf (UINT8 nci_status, UINT8 num_responses, UINT8 sensf_res_buf_size, U…
/external/libevent/
Dhttp.c2576 size_t num_responses; member
2603 if (subcode >= (int) response_classes[klass].num_responses) in evhttp_response_phrase_internal()