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

/external/libnfc-nci/src/include/
H A Dnfc_target.h534 #ifndef NFA_HCI_MAX_GATE_CB
535 #define NFA_HCI_MAX_GATE_CB 0x06 macro
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_utils.c79 for ( ; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++)
102 for ( ; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++)
126 for ( ; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++)
285 for (xx = 0, pg = nfa_hci_cb.cfg.dyn_gates; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++)
426 for (xx = 0, p_cb = nfa_hci_cb.cfg.dyn_gates; xx < NFA_HCI_MAX_GATE_CB; xx++, p_cb++)
H A Dnfa_hci_main.c218 UINT8 valid_gate[NFA_HCI_MAX_GATE_CB];
254 for (xx = 0; xx < NFA_HCI_MAX_GATE_CB; xx++)
265 for (yy = xx + 1; yy < NFA_HCI_MAX_GATE_CB; yy++)
H A Dnfa_hci_act.c261 for ( yy = 0; yy < NFA_HCI_MAX_GATE_CB; yy++, pg++)
424 for ( xx = 0; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++)
455 for (xx = 0, pg = nfa_hci_cb.cfg.dyn_gates; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++)
1809 UINT8 gate_rsp[3 + NFA_HCI_MAX_GATE_CB], num_gates;
H A Dnfa_hci_api.c968 for (xx = 0; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++)
/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_api.h111 UINT8 gate[NFA_HCI_MAX_GATE_CB]; /* List of generic gates allocated to the application */
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h411 tNFA_HCI_DYN_GATE dyn_gates[NFA_HCI_MAX_GATE_CB];

Completed in 126 milliseconds