Home
last modified time | relevance | path

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

/system/nfc/src/nfa/hci/
Dnfa_hci_utils.cc56 for (; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++) { in nfa_hciu_find_pipe_by_pid()
140 for (; xx < NFA_HCI_MAX_PIPE_CB; xx++) { in nfa_hciu_count_pipes_on_gate()
164 for (; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++) { in nfa_hciu_count_open_pipes_on_gate()
430 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; in nfa_hciu_alloc_pipe()
582 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; in nfa_hciu_find_active_pipe_by_owner()
619 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; in nfa_hciu_check_pipe_between_gates()
651 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; in nfa_hciu_find_pipe_by_owner()
681 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; in nfa_hciu_find_pipe_on_gate()
777 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; in nfa_hciu_find_active_pipe_on_gate()
861 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; in nfa_hciu_remove_all_pipes_from_host()
Dnfa_hci_main.cc309 for (xx = 0; (pipe_inx_mask && (xx < NFA_HCI_MAX_PIPE_CB)); in nfa_hci_is_valid_cfg()
319 if (xx == NFA_HCI_MAX_PIPE_CB) return false; in nfa_hci_is_valid_cfg()
322 for (xx = 0; xx < NFA_HCI_MAX_PIPE_CB; xx++) { in nfa_hci_is_valid_cfg()
355 for (yy = xx + 1; yy < NFA_HCI_MAX_PIPE_CB; yy++) { in nfa_hci_is_valid_cfg()
389 for (xx = 0; (pipe_inx_mask && (xx < NFA_HCI_MAX_PIPE_CB)); in nfa_hci_is_valid_cfg()
402 if (xx == NFA_HCI_MAX_PIPE_CB) return false; in nfa_hci_is_valid_cfg()
Dnfa_hci_api.cc855 for (xx = 0; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++) { in NFA_HciDebug()
Dnfa_hci_act.cc415 for (yy = 0; yy < NFA_HCI_MAX_PIPE_CB; yy++, pp++) { in nfa_hci_api_get_gate_pipe_list()
425 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; in nfa_hci_api_get_gate_pipe_list()
/system/nfc/src/include/
Dnfc_target.h535 #ifndef NFA_HCI_MAX_PIPE_CB
536 #define NFA_HCI_MAX_PIPE_CB 0x08 macro
/system/nfc/src/nfa/include/
Dnfa_hci_api.h133 pipe[NFA_HCI_MAX_PIPE_CB]; /* List of pipe created for the application */
139 [NFA_HCI_MAX_PIPE_CB]; /* Pipe information of the UICC created pipe */
Dnfa_hci_int.h416 tNFA_HCI_DYN_PIPE dyn_pipes[NFA_HCI_MAX_PIPE_CB];