Searched refs:nfa_hciu_find_gate_by_gid (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_utils.c67 ** Function nfa_hciu_find_gate_by_gid
74 tNFA_HCI_DYN_GATE *nfa_hciu_find_gate_by_gid (UINT8 gate_id) function
203 if ((pg = nfa_hciu_find_gate_by_gid (gate_id)) == NULL)
226 if ((pg = nfa_hciu_find_gate_by_gid (pp->local_gate)) == NULL)
261 if ((pg = nfa_hciu_find_gate_by_gid (gate_id)) != NULL)
274 if (nfa_hciu_find_gate_by_gid (gate_id) == NULL)
491 tNFA_HCI_DYN_GATE *p_gate = nfa_hciu_find_gate_by_gid (gate_id);
527 p_gate = nfa_hciu_find_gate_by_gid (local_gate);
620 if ( ((pg = nfa_hciu_find_gate_by_gid (pp->local_gate)) != NULL)
688 if ( ((pg = nfa_hciu_find_gate_by_gid (p
[all...]
H A Dnfa_hci_act.c545 p_gate = nfa_hciu_find_gate_by_gid (gate_id);
627 tNFA_HCI_DYN_GATE *p_gate = nfa_hciu_find_gate_by_gid (p_evt_data->create_pipe.source_gate);
685 p_gate = nfa_hciu_find_gate_by_gid (p_pipe->local_gate);
732 p_gate = nfa_hciu_find_gate_by_gid (p_pipe->local_gate);
782 p_gate = nfa_hciu_find_gate_by_gid (p_pipe->local_gate);
829 p_gate = nfa_hciu_find_gate_by_gid (p_pipe->local_gate);
874 p_gate = nfa_hciu_find_gate_by_gid (p_pipe->local_gate);
1227 if ((p_gate = nfa_hciu_find_gate_by_gid(p_pipe->local_gate)) != NULL)
1292 if ((pgate = nfa_hciu_find_gate_by_gid (dest_gate)) != NULL)
1768 p_gate = nfa_hciu_find_gate_by_gid (p_pip
[all...]
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h465 extern tNFA_HCI_DYN_GATE *nfa_hciu_find_gate_by_gid (UINT8 gate_id);

Completed in 40 milliseconds