Searched refs:NFA_HCI_MAX_GATE_CB (Results 1 – 7 of 7) sorted by relevance
/system/nfc/src/include/ |
D | nfc_target.h | 530 #ifndef NFA_HCI_MAX_GATE_CB 531 #define NFA_HCI_MAX_GATE_CB 0x06 macro
|
/system/nfc/src/nfa/hci/ |
D | nfa_hci_utils.cc | 78 for (; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) { in nfa_hciu_find_gate_by_gid() 98 for (; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) { in nfa_hciu_find_gate_by_owner() 120 for (; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) { in nfa_hciu_find_gate_with_nopipes_by_owner() 268 for (xx = 0, pg = nfa_hci_cb.cfg.dyn_gates; xx < NFA_HCI_MAX_GATE_CB; in nfa_hciu_alloc_gate() 408 for (xx = 0, p_cb = nfa_hci_cb.cfg.dyn_gates; xx < NFA_HCI_MAX_GATE_CB; in nfa_hciu_get_allocated_gate_list()
|
D | nfa_hci_main.cc | 214 uint8_t valid_gate[NFA_HCI_MAX_GATE_CB]; in nfa_hci_is_valid_cfg() 252 for (xx = 0; xx < NFA_HCI_MAX_GATE_CB; xx++) { in nfa_hci_is_valid_cfg() 264 for (yy = xx + 1; yy < NFA_HCI_MAX_GATE_CB; yy++) { in nfa_hci_is_valid_cfg()
|
D | nfa_hci_act.cc | 253 for (yy = 0; yy < NFA_HCI_MAX_GATE_CB; yy++, pg++) { in nfa_hci_api_register() 408 for (xx = 0; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) { in nfa_hci_api_get_gate_pipe_list() 439 for (yy = 0, pg = nfa_hci_cb.cfg.dyn_gates; yy < NFA_HCI_MAX_GATE_CB; in nfa_hci_api_get_gate_pipe_list() 1776 uint8_t gate_rsp[3 + NFA_HCI_MAX_GATE_CB], num_gates; in nfa_hci_handle_identity_mgmt_gate_pkt()
|
D | nfa_hci_api.cc | 844 for (xx = 0; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) { in NFA_HciDebug()
|
/system/nfc/src/nfa/include/ |
D | nfa_hci_api.h | 135 uint8_t gate[NFA_HCI_MAX_GATE_CB]; /* List of generic gates allocated to the
|
D | nfa_hci_int.h | 416 tNFA_HCI_DYN_GATE dyn_gates[NFA_HCI_MAX_GATE_CB];
|