Searched refs:NFA_HCI_MAX_PIPE_CB (Results 1 - 7 of 7) sorted by relevance

/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_utils.c55 for ( ; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++)
151 for ( ; xx < NFA_HCI_MAX_PIPE_CB; xx++)
178 for ( ; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++)
464 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes ; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++)
613 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++)
649 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++)
684 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++)
716 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++)
817 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++)
906 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; x
[all...]
H A Dnfa_hci_main.c304 for (xx = 0; (pipe_inx_mask && (xx < NFA_HCI_MAX_PIPE_CB)); xx++,pipe_inx_mask >>= 1)
315 if (xx == NFA_HCI_MAX_PIPE_CB)
319 for (xx = 0; xx < NFA_HCI_MAX_PIPE_CB; xx++)
343 for (yy = xx + 1; yy < NFA_HCI_MAX_PIPE_CB; yy++)
377 for (xx = 0; (pipe_inx_mask && (xx < NFA_HCI_MAX_PIPE_CB)); xx++,pipe_inx_mask >>= 1)
390 if (xx == NFA_HCI_MAX_PIPE_CB)
H A Dnfa_hci_api.c978 for (xx = 0; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++)
H A Dnfa_hci_act.c433 for ( yy = 0; yy < NFA_HCI_MAX_PIPE_CB; yy++, pp++)
443 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++)
/external/libnfc-nci/src/include/
H A Dnfc_target.h539 #ifndef NFA_HCI_MAX_PIPE_CB
540 #define NFA_HCI_MAX_PIPE_CB 0x08 macro
/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_api.h109 tNFA_HCI_PIPE_INFO pipe[NFA_HCI_MAX_PIPE_CB]; /* List of pipe created for the application */
113 tNFA_HCI_PIPE_INFO uicc_created_pipe[NFA_HCI_MAX_PIPE_CB]; /* Pipe information of the UICC created pipe */
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h412 tNFA_HCI_DYN_PIPE dyn_pipes[NFA_HCI_MAX_PIPE_CB];

Completed in 109 milliseconds