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

  /system/nfc/src/nfa/hci/
nfa_hci_act.c 655 nfa_hciu_find_pipe_by_pid(p_evt_data->open_pipe.pipe);
693 nfa_hciu_find_pipe_by_pid(p_evt_data->get_registry.pipe);
741 nfa_hciu_find_pipe_by_pid(p_evt_data->set_registry.pipe);
789 nfa_hciu_find_pipe_by_pid(p_evt_data->close_pipe.pipe);
827 nfa_hciu_find_pipe_by_pid(p_evt_data->delete_pipe.pipe);
862 if ((p_pipe = nfa_hciu_find_pipe_by_pid(p_evt_data->send_cmd.pipe)) != NULL) {
    [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_t pipe_id) { function
205 pp = nfa_hciu_find_pipe_by_pid(pipe_id);
427 pp = nfa_hciu_find_pipe_by_pid(pipe_id);
804 p_pipe = nfa_hciu_find_pipe_by_pid(pipe_id);
    [all...]
  /system/nfc/src/nfa/int/
nfa_hci_int.h 468 extern tNFA_HCI_DYN_PIPE* nfa_hciu_find_pipe_by_pid(uint8_t pipe_id);

Completed in 120 milliseconds