Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_utils.c79 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()
Dnfa_hci_main.c214 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()
Dnfa_hci_act.c261 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()
Dnfa_hci_api.c960 for (xx = 0; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) in NFA_HciDebug()
/external/libnfc-nci/src/include/
Dnfc_target.h531 #ifndef NFA_HCI_MAX_GATE_CB
532 #define NFA_HCI_MAX_GATE_CB 0x06 macro
/external/libnfc-nci/src/nfa/include/
Dnfa_hci_api.h111 …UINT8 gate[NFA_HCI_MAX_GATE_CB]; /* List of generic gates allocated to the appl…
/external/libnfc-nci/src/nfa/int/
Dnfa_hci_int.h411 tNFA_HCI_DYN_GATE dyn_gates[NFA_HCI_MAX_GATE_CB];