Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_main.c890 UINT8 delete_pipe; in nfa_hci_rsp_timeout() local
962 delete_pipe = 0; in nfa_hci_rsp_timeout()
970 delete_pipe = nfa_hci_cb.pipe_in_use; in nfa_hci_rsp_timeout()
982 delete_pipe = nfa_hci_cb.pipe_in_use; in nfa_hci_rsp_timeout()
994 delete_pipe = nfa_hci_cb.pipe_in_use; in nfa_hci_rsp_timeout()
1004 delete_pipe = nfa_hci_cb.pipe_in_use; in nfa_hci_rsp_timeout()
1033 delete_pipe = nfa_hci_cb.pipe_in_use; in nfa_hci_rsp_timeout()
1036 if (delete_pipe && (delete_pipe <= NFA_HCI_LAST_DYNAMIC_PIPE)) in nfa_hci_rsp_timeout()
1038 nfa_hciu_send_delete_pipe_cmd (delete_pipe); in nfa_hci_rsp_timeout()
1039 nfa_hciu_release_pipe (delete_pipe); in nfa_hci_rsp_timeout()
Dnfa_hci_act.c869 tNFA_HCI_DYN_PIPE *p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->delete_pipe.pipe); in nfa_hci_api_delete_pipe()
876 &&(p_gate->gate_owner == p_evt_data->delete_pipe.hci_handle) in nfa_hci_api_delete_pipe()
879 nfa_hciu_send_delete_pipe_cmd (p_evt_data->delete_pipe.pipe); in nfa_hci_api_delete_pipe()
/external/libnfc-nci/src/nfa/int/
Dnfa_hci_int.h300 tNFA_HCI_API_DELETE_PIPE_EVT delete_pipe; /* Delete a pipe */ member