Home
last modified time | relevance | path

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

/system/nfc/src/nfa/hci/
Dnfa_hci_utils.cc52 tNFA_HCI_DYN_PIPE* nfa_hciu_find_pipe_by_pid(uint8_t pipe_id) { in nfa_hciu_find_pipe_by_pid() function
208 pp = nfa_hciu_find_pipe_by_pid(pipe_id); in nfa_hciu_get_pipe_owner()
436 pp = nfa_hciu_find_pipe_by_pid(pipe_id); in nfa_hciu_alloc_pipe()
823 p_pipe = nfa_hciu_find_pipe_by_pid(pipe_id); in nfa_hciu_release_pipe()
1366 tNFA_HCI_DYN_PIPE* p_pipe = nfa_hciu_find_pipe_by_pid(pipe_id); in nfa_hciu_evt_2_str()
Dnfa_hci_act.cc656 nfa_hciu_find_pipe_by_pid(p_evt_data->open_pipe.pipe); in nfa_hci_api_open_pipe()
694 nfa_hciu_find_pipe_by_pid(p_evt_data->get_registry.pipe); in nfa_hci_api_get_reg_value()
743 nfa_hciu_find_pipe_by_pid(p_evt_data->set_registry.pipe); in nfa_hci_api_set_reg_value()
792 nfa_hciu_find_pipe_by_pid(p_evt_data->close_pipe.pipe); in nfa_hci_api_close_pipe()
830 nfa_hciu_find_pipe_by_pid(p_evt_data->delete_pipe.pipe); in nfa_hci_api_delete_pipe()
865 if ((p_pipe = nfa_hciu_find_pipe_by_pid(p_evt_data->send_cmd.pipe)) != nullptr) { in nfa_hci_api_send_cmd()
921 if ((p_pipe = nfa_hciu_find_pipe_by_pid(p_evt_data->send_rsp.pipe)) != nullptr) { in nfa_hci_api_send_rsp()
971 if ((p_pipe = nfa_hciu_find_pipe_by_pid(p_evt_data->send_evt.pipe)) != nullptr) { in nfa_hci_api_send_event()
1072 pp = nfa_hciu_find_pipe_by_pid(p_evt_data->add_static_pipe.pipe); in nfa_hci_api_add_static_pipe()
1714 tNFA_HCI_DYN_PIPE* p_pipe = nfa_hciu_find_pipe_by_pid(pipe_id); in nfa_hci_handle_dyn_pipe_pkt()
/system/nfc/src/nfa/include/
Dnfa_hci_int.h470 extern tNFA_HCI_DYN_PIPE* nfa_hciu_find_pipe_by_pid(uint8_t pipe_id);