Searched refs:tNFA_HCI_DYN_GATE (Results 1 - 4 of 4) sorted by relevance

/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_utils.c74 tNFA_HCI_DYN_GATE *nfa_hciu_find_gate_by_gid (UINT8 gate_id)
76 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates;
97 tNFA_HCI_DYN_GATE *nfa_hciu_find_gate_by_owner (tNFA_HANDLE app_handle)
99 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates;
121 tNFA_HCI_DYN_GATE *nfa_hciu_find_gate_with_nopipes_by_owner (tNFA_HANDLE app_handle)
123 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates;
145 UINT8 nfa_hciu_count_pipes_on_gate (tNFA_HCI_DYN_GATE *p_gate)
171 UINT8 nfa_hciu_count_open_pipes_on_gate (tNFA_HCI_DYN_GATE *p_gate)
201 tNFA_HCI_DYN_GATE *pg;
221 tNFA_HCI_DYN_GATE *p
[all...]
H A Dnfa_hci_act.c57 static void nfa_hci_handle_generic_gate_cmd (UINT8 *p_data, UINT8 data_len, tNFA_HCI_DYN_GATE *p_gate, tNFA_HCI_DYN_PIPE *p_pipe);
58 static void nfa_hci_handle_generic_gate_rsp (UINT8 *p_data, UINT8 data_len, tNFA_HCI_DYN_GATE *p_gate, tNFA_HCI_DYN_PIPE *p_pipe);
59 static void nfa_hci_handle_generic_gate_evt (UINT8 *p_data, UINT16 data_len, tNFA_HCI_DYN_GATE *p_gate, tNFA_HCI_DYN_PIPE *p_pipe);
243 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates;
324 tNFA_HCI_DYN_GATE *p_gate;
418 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates;
486 tNFA_HCI_DYN_GATE *p_gate;
525 tNFA_HCI_DYN_GATE *p_gate;
627 tNFA_HCI_DYN_GATE *p_gate = nfa_hciu_find_gate_by_gid (p_evt_data->create_pipe.source_gate);
682 tNFA_HCI_DYN_GATE *p_gat
[all...]
H A Dnfa_hci_api.c950 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates;
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h334 } tNFA_HCI_DYN_GATE; typedef in typeref:struct:__anon24192
411 tNFA_HCI_DYN_GATE dyn_gates[NFA_HCI_MAX_GATE_CB];
464 extern tNFA_HCI_DYN_GATE *nfa_hciu_alloc_gate (UINT8 gate_id, tNFA_HANDLE app_handle);
465 extern tNFA_HCI_DYN_GATE *nfa_hciu_find_gate_by_gid (UINT8 gate_id);
466 extern tNFA_HCI_DYN_GATE *nfa_hciu_find_gate_by_owner (tNFA_HANDLE app_handle);
467 extern tNFA_HCI_DYN_GATE *nfa_hciu_find_gate_with_nopipes_by_owner (tNFA_HANDLE app_handle);
479 extern UINT8 nfa_hciu_count_open_pipes_on_gate (tNFA_HCI_DYN_GATE *p_gate);
480 extern UINT8 nfa_hciu_count_pipes_on_gate (tNFA_HCI_DYN_GATE *p_gate);

Completed in 68 milliseconds