Home
last modified time | relevance | path

Searched refs:close_pipe (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_act.c825 tNFA_HCI_DYN_PIPE *p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->close_pipe.pipe); in nfa_hci_api_close_pipe()
834 &&(p_gate->gate_owner == p_evt_data->close_pipe.hci_handle) ) in nfa_hci_api_close_pipe()
838 nfa_hciu_send_close_pipe_cmd (p_evt_data->close_pipe.pipe); in nfa_hci_api_close_pipe()
843 evt_data.closed.pipe = p_evt_data->close_pipe.pipe; in nfa_hci_api_close_pipe()
845 … nfa_hciu_send_to_app (NFA_HCI_CLOSE_PIPE_EVT, &evt_data, p_evt_data->close_pipe.hci_handle); in nfa_hci_api_close_pipe()
853 nfa_hciu_send_to_app (NFA_HCI_CLOSE_PIPE_EVT, &evt_data, p_evt_data->close_pipe.hci_handle); in nfa_hci_api_close_pipe()
886 nfa_hciu_send_to_app (NFA_HCI_DELETE_PIPE_EVT, &evt_data, p_evt_data->close_pipe.hci_handle); in nfa_hci_api_delete_pipe()
/external/libnfc-nci/src/nfa/int/
Dnfa_hci_int.h299 tNFA_HCI_API_CLOSE_PIPE_EVT close_pipe; /* Close a pipe */ member