HomeSort by relevance Sort by last modified time
    Searched refs:nfa_hciu_find_pipe_by_pid (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c 681 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);
    [all...]
nfa_hci_utils.c 42 ** 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)
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 468 extern tNFA_HCI_DYN_PIPE *nfa_hciu_find_pipe_by_pid (UINT8 pipe_id);

Completed in 412 milliseconds