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

/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_utils.c40 ** Function nfa_hciu_find_pipe_by_pid
47 tNFA_HCI_DYN_PIPE *nfa_hciu_find_pipe_by_pid (UINT8 pipe_id) function
221 if ((pp = nfa_hciu_find_pipe_by_pid (pipe_id)) == NULL)
456 if ((pp = nfa_hciu_find_pipe_by_pid (pipe_id)) != NULL)
816 if ((p_pipe = nfa_hciu_find_pipe_by_pid (pipe_id)) == NULL)
1366 &&((p_pipe = nfa_hciu_find_pipe_by_pid (pipe_id)) != NULL) )

Completed in 501 milliseconds