Home
last modified time | relevance | path

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

/packages/modules/Nfc/libnfc-nci/src/nfa/hci/
Dnfa_hci_utils.cc51 tNFA_HCI_DYN_PIPE* nfa_hciu_find_pipe_by_pid(uint8_t pipe_id) { in nfa_hciu_find_pipe_by_pid() function
207 pp = nfa_hciu_find_pipe_by_pid(pipe_id); in nfa_hciu_get_pipe_owner()
437 pp = nfa_hciu_find_pipe_by_pid(pipe_id); in nfa_hciu_alloc_pipe()
822 p_pipe = nfa_hciu_find_pipe_by_pid(pipe_id); in nfa_hciu_release_pipe()
1361 tNFA_HCI_DYN_PIPE* p_pipe = nfa_hciu_find_pipe_by_pid(pipe_id); in nfa_hciu_evt_2_str()
Dnfa_hci_act.cc654 nfa_hciu_find_pipe_by_pid(p_evt_data->open_pipe.pipe); in nfa_hci_api_open_pipe()
692 nfa_hciu_find_pipe_by_pid(p_evt_data->get_registry.pipe); in nfa_hci_api_get_reg_value()
740 nfa_hciu_find_pipe_by_pid(p_evt_data->set_registry.pipe); in nfa_hci_api_set_reg_value()
788 nfa_hciu_find_pipe_by_pid(p_evt_data->close_pipe.pipe); in nfa_hci_api_close_pipe()
826 nfa_hciu_find_pipe_by_pid(p_evt_data->delete_pipe.pipe); in nfa_hci_api_delete_pipe()
861 if ((p_pipe = nfa_hciu_find_pipe_by_pid(p_evt_data->send_cmd.pipe)) != in nfa_hci_api_send_cmd()
918 if ((p_pipe = nfa_hciu_find_pipe_by_pid(p_evt_data->send_rsp.pipe)) != in nfa_hci_api_send_rsp()
969 if ((p_pipe = nfa_hciu_find_pipe_by_pid(p_evt_data->send_evt.pipe)) != in nfa_hci_api_send_event()
1071 pp = nfa_hciu_find_pipe_by_pid(p_evt_data->add_static_pipe.pipe); in nfa_hci_api_add_static_pipe()
1730 tNFA_HCI_DYN_PIPE* p_pipe = nfa_hciu_find_pipe_by_pid(pipe_id); in nfa_hci_handle_dyn_pipe_pkt()
/packages/modules/Nfc/libnfc-nci/tests/src/
Dnfa_hci_utils_test.cc672 tNFA_HCI_DYN_PIPE* result = nfa_hciu_find_pipe_by_pid(pipe_id); in TEST_F()
678 tNFA_HCI_DYN_PIPE* result = nfa_hciu_find_pipe_by_pid(pipe_id); in TEST_F()
685 tNFA_HCI_DYN_PIPE* result = nfa_hciu_find_pipe_by_pid(pipe_id); in TEST_F()
692 tNFA_HCI_DYN_PIPE* result = nfa_hciu_find_pipe_by_pid(pipe_id); in TEST_F()
700 tNFA_HCI_DYN_PIPE* result = nfa_hciu_find_pipe_by_pid(pipe_id); in TEST_F()
1175 tNFA_HCI_DYN_PIPE* p_pipe = nfa_hciu_find_pipe_by_pid(pipe_id); in IsPipeRemoved()
1247 tNFA_HCI_DYN_PIPE* p_pipe = nfa_hciu_find_pipe_by_pid(pipe_id); in IsPipeRemoved()
/packages/modules/Nfc/libnfc-nci/src/nfa/include/
Dnfa_hci_int.h473 extern tNFA_HCI_DYN_PIPE* nfa_hciu_find_pipe_by_pid(uint8_t pipe_id);