Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_utils.c74 tNFA_HCI_DYN_GATE *nfa_hciu_find_gate_by_gid (UINT8 gate_id) in nfa_hciu_find_gate_by_gid()
76 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates; in nfa_hciu_find_gate_by_gid()
97 tNFA_HCI_DYN_GATE *nfa_hciu_find_gate_by_owner (tNFA_HANDLE app_handle) in nfa_hciu_find_gate_by_owner()
99 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates; in nfa_hciu_find_gate_by_owner()
121 tNFA_HCI_DYN_GATE *nfa_hciu_find_gate_with_nopipes_by_owner (tNFA_HANDLE app_handle) in nfa_hciu_find_gate_with_nopipes_by_owner()
123 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates; in nfa_hciu_find_gate_with_nopipes_by_owner()
145 UINT8 nfa_hciu_count_pipes_on_gate (tNFA_HCI_DYN_GATE *p_gate) in nfa_hciu_count_pipes_on_gate()
171 UINT8 nfa_hciu_count_open_pipes_on_gate (tNFA_HCI_DYN_GATE *p_gate) in nfa_hciu_count_open_pipes_on_gate()
201 tNFA_HCI_DYN_GATE *pg; in nfa_hciu_get_gate_owner()
221 tNFA_HCI_DYN_GATE *pg; in nfa_hciu_get_pipe_owner()
[all …]
Dnfa_hci_act.c57 static void nfa_hci_handle_generic_gate_cmd (UINT8 *p_data, UINT8 data_len, tNFA_HCI_DYN_GATE *p_ga…
58 static void nfa_hci_handle_generic_gate_rsp (UINT8 *p_data, UINT8 data_len, tNFA_HCI_DYN_GATE *p_ga…
59 static void nfa_hci_handle_generic_gate_evt (UINT8 *p_data, UINT16 data_len, tNFA_HCI_DYN_GATE *p_g…
243 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates; in nfa_hci_api_register()
324 tNFA_HCI_DYN_GATE *p_gate; in nfa_hci_api_deregister()
418 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates; in nfa_hci_api_get_gate_pipe_list()
486 tNFA_HCI_DYN_GATE *p_gate; in nfa_hci_api_alloc_gate()
525 tNFA_HCI_DYN_GATE *p_gate; in nfa_hci_api_dealloc_gate()
627 tNFA_HCI_DYN_GATE *p_gate = nfa_hciu_find_gate_by_gid (p_evt_data->create_pipe.source_gate); in nfa_hci_api_create_pipe()
682 tNFA_HCI_DYN_GATE *p_gate = NULL; in nfa_hci_api_open_pipe()
[all …]
Dnfa_hci_api.c950 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates; in NFA_HciDebug()
/external/libnfc-nci/src/nfa/int/
Dnfa_hci_int.h334 } tNFA_HCI_DYN_GATE; typedef
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);