Home
last modified time | relevance | path

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

/system/nfc/src/nfa/hci/
Dnfa_hci_main.cc899 uint8_t delete_pipe; in nfa_hci_rsp_timeout() local
963 delete_pipe = 0; in nfa_hci_rsp_timeout()
972 delete_pipe = nfa_hci_cb.pipe_in_use; in nfa_hci_rsp_timeout()
986 delete_pipe = nfa_hci_cb.pipe_in_use; in nfa_hci_rsp_timeout()
1000 delete_pipe = nfa_hci_cb.pipe_in_use; in nfa_hci_rsp_timeout()
1012 delete_pipe = nfa_hci_cb.pipe_in_use; in nfa_hci_rsp_timeout()
1044 delete_pipe = nfa_hci_cb.pipe_in_use; in nfa_hci_rsp_timeout()
1047 if (delete_pipe && (delete_pipe <= NFA_HCI_LAST_DYNAMIC_PIPE)) { in nfa_hci_rsp_timeout()
1048 nfa_hciu_send_delete_pipe_cmd(delete_pipe); in nfa_hci_rsp_timeout()
1049 nfa_hciu_release_pipe(delete_pipe); in nfa_hci_rsp_timeout()
Dnfa_hci_act.cc830 nfa_hciu_find_pipe_by_pid(p_evt_data->delete_pipe.pipe); in nfa_hci_api_delete_pipe()
836 (p_gate->gate_owner == p_evt_data->delete_pipe.hci_handle) && in nfa_hci_api_delete_pipe()
838 nfa_hciu_send_delete_pipe_cmd(p_evt_data->delete_pipe.pipe); in nfa_hci_api_delete_pipe()
/system/nfc/src/nfa/include/
Dnfa_hci_int.h300 tNFA_HCI_API_DELETE_PIPE_EVT delete_pipe; /* Delete a pipe */ member