Searched refs:NFA_HCI_MAX_GATE_CB (Results 1 – 7 of 7) sorted by relevance
/external/libnfc-nci/src/nfa/hci/ |
D | nfa_hci_utils.c | 79 for ( ; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) in nfa_hciu_find_gate_by_gid() 102 for ( ; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) in nfa_hciu_find_gate_by_owner() 126 for ( ; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) in nfa_hciu_find_gate_with_nopipes_by_owner() 274 for (xx = 0, pg = nfa_hci_cb.cfg.dyn_gates; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) in nfa_hciu_alloc_gate() 278 if (xx == NFA_HCI_MAX_GATE_CB) in nfa_hciu_alloc_gate() 289 for (xx = 0, pg = nfa_hci_cb.cfg.dyn_gates; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) in nfa_hciu_alloc_gate() 428 for (xx = 0, p_cb = nfa_hci_cb.cfg.dyn_gates; xx < NFA_HCI_MAX_GATE_CB; xx++, p_cb++) in nfa_hciu_get_allocated_gate_list()
|
D | nfa_hci_main.c | 214 UINT8 valid_gate[NFA_HCI_MAX_GATE_CB]; in nfa_hci_is_valid_cfg() 250 for (xx = 0; xx < NFA_HCI_MAX_GATE_CB; xx++) in nfa_hci_is_valid_cfg() 261 for (yy = xx + 1; yy < NFA_HCI_MAX_GATE_CB; yy++) in nfa_hci_is_valid_cfg()
|
D | nfa_hci_act.c | 261 for ( yy = 0; yy < NFA_HCI_MAX_GATE_CB; yy++, pg++) in nfa_hci_api_register() 424 for ( xx = 0; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) in nfa_hci_api_get_gate_pipe_list() 1759 UINT8 gate_rsp[3 + NFA_HCI_MAX_GATE_CB], num_gates; in nfa_hci_handle_identity_mgmt_gate_pkt()
|
D | nfa_hci_api.c | 960 for (xx = 0; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) in NFA_HciDebug()
|
/external/libnfc-nci/src/include/ |
D | nfc_target.h | 531 #ifndef NFA_HCI_MAX_GATE_CB 532 #define NFA_HCI_MAX_GATE_CB 0x06 macro
|
/external/libnfc-nci/src/nfa/include/ |
D | nfa_hci_api.h | 111 …UINT8 gate[NFA_HCI_MAX_GATE_CB]; /* List of generic gates allocated to the appl…
|
/external/libnfc-nci/src/nfa/int/ |
D | nfa_hci_int.h | 411 tNFA_HCI_DYN_GATE dyn_gates[NFA_HCI_MAX_GATE_CB];
|