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.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) )

Completed in 281 milliseconds