Searched refs:NFA_HCI_MAX_PIPE_CB (Results 1 – 7 of 7) sorted by relevance
/external/libnfc-nci/src/nfa/hci/ |
D | nfa_hci_utils.c | 55 for ( ; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++) in nfa_hciu_find_pipe_by_pid() 151 for ( ; xx < NFA_HCI_MAX_PIPE_CB; xx++) in nfa_hciu_count_pipes_on_gate() 178 for ( ; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++) in nfa_hciu_count_open_pipes_on_gate() 464 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes ; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++) in nfa_hciu_alloc_pipe() 613 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++) in nfa_hciu_find_active_pipe_by_owner() 649 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++) in nfa_hciu_check_pipe_between_gates() 684 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++) in nfa_hciu_find_pipe_by_owner() 716 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++) in nfa_hciu_find_pipe_on_gate() 817 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++) in nfa_hciu_find_active_pipe_on_gate() 906 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++) in nfa_hciu_remove_all_pipes_from_host()
|
D | nfa_hci_main.c | 304 for (xx = 0; (pipe_inx_mask && (xx < NFA_HCI_MAX_PIPE_CB)); xx++,pipe_inx_mask >>= 1) in nfa_hci_is_valid_cfg() 315 if (xx == NFA_HCI_MAX_PIPE_CB) in nfa_hci_is_valid_cfg() 319 for (xx = 0; xx < NFA_HCI_MAX_PIPE_CB; xx++) in nfa_hci_is_valid_cfg() 343 for (yy = xx + 1; yy < NFA_HCI_MAX_PIPE_CB; yy++) in nfa_hci_is_valid_cfg() 377 for (xx = 0; (pipe_inx_mask && (xx < NFA_HCI_MAX_PIPE_CB)); xx++,pipe_inx_mask >>= 1) in nfa_hci_is_valid_cfg() 390 if (xx == NFA_HCI_MAX_PIPE_CB) in nfa_hci_is_valid_cfg()
|
D | nfa_hci_api.c | 978 for (xx = 0; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++) in NFA_HciDebug()
|
D | nfa_hci_act.c | 433 for ( yy = 0; yy < NFA_HCI_MAX_PIPE_CB; yy++, pp++) in nfa_hci_api_get_gate_pipe_list() 443 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++) in nfa_hci_api_get_gate_pipe_list()
|
/external/libnfc-nci/src/include/ |
D | nfc_target.h | 539 #ifndef NFA_HCI_MAX_PIPE_CB 540 #define NFA_HCI_MAX_PIPE_CB 0x08 macro
|
/external/libnfc-nci/src/nfa/include/ |
D | nfa_hci_api.h | 109 … 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 create…
|
/external/libnfc-nci/src/nfa/int/ |
D | nfa_hci_int.h | 412 tNFA_HCI_DYN_PIPE dyn_pipes[NFA_HCI_MAX_PIPE_CB];
|