Searched refs:num_responses (Results 1 – 4 of 4) sorted by relevance
/external/libnfc-nci/src/nfc/tags/ |
D | rw_t3t.c | 129 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/ |
D | nfc_ncif.c | 1386 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/ |
D | rw_int.h | 630 void rw_t3t_handle_nci_poll_ntf (UINT8 nci_status, UINT8 num_responses, UINT8 sensf_res_buf_size, U…
|
/external/libevent/ |
D | http.c | 2576 size_t num_responses; member 2603 if (subcode >= (int) response_classes[klass].num_responses) in evhttp_response_phrase_internal()
|