Home
last modified time | relevance | path

Searched refs:nfa_hciu_find_gate_by_gid (Results 1 – 3 of 3) 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() function
203 if ((pg = nfa_hciu_find_gate_by_gid (gate_id)) == NULL) in nfa_hciu_get_gate_owner()
226 if ((pg = nfa_hciu_find_gate_by_gid (pp->local_gate)) == NULL) in nfa_hciu_get_pipe_owner()
261 if ((pg = nfa_hciu_find_gate_by_gid (gate_id)) != NULL) in nfa_hciu_alloc_gate()
274 if (nfa_hciu_find_gate_by_gid (gate_id) == NULL) in nfa_hciu_alloc_gate()
491 tNFA_HCI_DYN_GATE *p_gate = nfa_hciu_find_gate_by_gid (gate_id); in nfa_hciu_release_gate()
527 p_gate = nfa_hciu_find_gate_by_gid (local_gate); in nfa_hciu_add_pipe_to_gate()
620 if ( ((pg = nfa_hciu_find_gate_by_gid (pp->local_gate)) != NULL) in nfa_hciu_find_active_pipe_by_owner()
688 if ( ((pg = nfa_hciu_find_gate_by_gid (pp->local_gate)) != NULL) in nfa_hciu_find_pipe_by_owner()
720 if ( ((pg = nfa_hciu_find_gate_by_gid (pp->local_gate)) != NULL) in nfa_hciu_find_pipe_on_gate()
[all …]
Dnfa_hci_act.c545 p_gate = nfa_hciu_find_gate_by_gid (gate_id); 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()
685 p_gate = nfa_hciu_find_gate_by_gid (p_pipe->local_gate); in nfa_hci_api_open_pipe()
732 p_gate = nfa_hciu_find_gate_by_gid (p_pipe->local_gate); in nfa_hci_api_get_reg_value()
782 p_gate = nfa_hciu_find_gate_by_gid (p_pipe->local_gate); in nfa_hci_api_set_reg_value()
829 p_gate = nfa_hciu_find_gate_by_gid (p_pipe->local_gate); in nfa_hci_api_close_pipe()
874 p_gate = nfa_hciu_find_gate_by_gid (p_pipe->local_gate); in nfa_hci_api_delete_pipe()
1227 if ((p_gate = nfa_hciu_find_gate_by_gid(p_pipe->local_gate)) != NULL) in nfa_hci_handle_pipe_open_close_cmd()
1292 if ((pgate = nfa_hciu_find_gate_by_gid (dest_gate)) != NULL) in nfa_hci_handle_admin_gate_cmd()
1768 p_gate = nfa_hciu_find_gate_by_gid (p_pipe->local_gate); in nfa_hci_handle_dyn_pipe_pkt()
/external/libnfc-nci/src/nfa/int/
Dnfa_hci_int.h465 extern tNFA_HCI_DYN_GATE *nfa_hciu_find_gate_by_gid (UINT8 gate_id);