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

  /system/nfc/src/include/
nfc_target.h 528 #ifndef NFA_HCI_MAX_GATE_CB
529 #define NFA_HCI_MAX_GATE_CB 0x06
  /system/nfc/src/nfa/hci/
nfa_hci_utils.c 75 for (; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) {
95 for (; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) {
117 for (; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) {
261 for (xx = 0, pg = nfa_hci_cb.cfg.dyn_gates; xx < NFA_HCI_MAX_GATE_CB;
399 for (xx = 0, p_cb = nfa_hci_cb.cfg.dyn_gates; xx < NFA_HCI_MAX_GATE_CB;
    [all...]
nfa_hci_main.c 200 uint8_t valid_gate[NFA_HCI_MAX_GATE_CB];
237 for (xx = 0; xx < NFA_HCI_MAX_GATE_CB; xx++) {
249 for (yy = xx + 1; yy < NFA_HCI_MAX_GATE_CB; yy++) {
    [all...]
nfa_hci_act.c 253 for (yy = 0; yy < NFA_HCI_MAX_GATE_CB; yy++, pg++) {
406 for (xx = 0; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) {
437 for (xx = 0, pg = nfa_hci_cb.cfg.dyn_gates; xx < NFA_HCI_MAX_GATE_CB;
    [all...]
nfa_hci_api.c     [all...]
  /system/nfc/src/nfa/include/
nfa_hci_api.h 135 uint8_t gate[NFA_HCI_MAX_GATE_CB]; /* List of generic gates allocated to the
  /system/nfc/src/nfa/int/
nfa_hci_int.h 415 tNFA_HCI_DYN_GATE dyn_gates[NFA_HCI_MAX_GATE_CB];

Completed in 242 milliseconds