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

/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_act.c681 tNFA_HCI_DYN_PIPE *p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->open_pipe.pipe);
725 tNFA_HCI_DYN_PIPE *p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->get_registry.pipe);
775 tNFA_HCI_DYN_PIPE *p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->set_registry.pipe);
825 tNFA_HCI_DYN_PIPE *p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->close_pipe.pipe);
869 tNFA_HCI_DYN_PIPE *p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->delete_pipe.pipe);
906 if ((p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->send_cmd.pipe)) != NULL)
965 if ((p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->send_rsp.pipe)) != NULL)
1017 if ((p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->send_evt.pipe)) != NULL)
1124 if ((pp = nfa_hciu_find_pipe_by_pid (p_evt_data->add_static_pipe.pipe)) != NULL)
1742 tNFA_HCI_DYN_PIPE *p_pipe = nfa_hciu_find_pipe_by_pid (pipe_i
[all...]
H A Dnfa_hci_utils.c42 ** Function nfa_hciu_find_pipe_by_pid
49 tNFA_HCI_DYN_PIPE *nfa_hciu_find_pipe_by_pid (UINT8 pipe_id) function
223 if ((pp = nfa_hciu_find_pipe_by_pid (pipe_id)) == NULL)
456 if ((pp = nfa_hciu_find_pipe_by_pid (pipe_id)) != NULL)
852 if ((p_pipe = nfa_hciu_find_pipe_by_pid (pipe_id)) == NULL)
1384 &&((p_pipe = nfa_hciu_find_pipe_by_pid (pipe_id)) != NULL) )
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h468 extern tNFA_HCI_DYN_PIPE *nfa_hciu_find_pipe_by_pid (UINT8 pipe_id);

Completed in 1768 milliseconds