HomeSort by relevance Sort by last modified time
    Searched refs:NFA_HCI_MAX_GATE_CB (Results 1 - 7 of 7) sorted by null

  /external/libnfc-nci/src/include/
nfc_target.h 531 #ifndef NFA_HCI_MAX_GATE_CB
532 #define NFA_HCI_MAX_GATE_CB 0x06
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_utils.c 79 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++)
274 for (xx = 0, pg = nfa_hci_cb.cfg.dyn_gates; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++)
278 if (xx == NFA_HCI_MAX_GATE_CB)
289 for (xx = 0, pg = nfa_hci_cb.cfg.dyn_gates; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++)
428 for (xx = 0, p_cb = nfa_hci_cb.cfg.dyn_gates; xx < NFA_HCI_MAX_GATE_CB; xx++, p_cb++)
    [all...]
nfa_hci_main.c 214 UINT8 valid_gate[NFA_HCI_MAX_GATE_CB];
250 for (xx = 0; xx < NFA_HCI_MAX_GATE_CB; xx++)
261 for (yy = xx + 1; yy < NFA_HCI_MAX_GATE_CB; yy++)
    [all...]
nfa_hci_act.c 261 for ( yy = 0; yy < NFA_HCI_MAX_GATE_CB; yy++, pg++)
424 for ( xx = 0; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++)
    [all...]
nfa_hci_api.c     [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_hci_api.h 111 UINT8 gate[NFA_HCI_MAX_GATE_CB]; /* List of generic gates allocated to the application */
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 411 tNFA_HCI_DYN_GATE dyn_gates[NFA_HCI_MAX_GATE_CB];

Completed in 46 milliseconds