Searched refs:close_pipe (Results 1 - 3 of 3) sorted by relevance

/external/oprofile/daemon/
H A Dopd_perfmon.c312 void close_pipe(void) function
327 if (atexit(close_pipe)){
328 close_pipe();
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_act.c825 tNFA_HCI_DYN_PIPE *p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->close_pipe.pipe);
834 &&(p_gate->gate_owner == p_evt_data->close_pipe.hci_handle) )
838 nfa_hciu_send_close_pipe_cmd (p_evt_data->close_pipe.pipe);
843 evt_data.closed.pipe = p_evt_data->close_pipe.pipe;
845 nfa_hciu_send_to_app (NFA_HCI_CLOSE_PIPE_EVT, &evt_data, p_evt_data->close_pipe.hci_handle);
853 nfa_hciu_send_to_app (NFA_HCI_CLOSE_PIPE_EVT, &evt_data, p_evt_data->close_pipe.hci_handle);
886 nfa_hciu_send_to_app (NFA_HCI_DELETE_PIPE_EVT, &evt_data, p_evt_data->close_pipe.hci_handle);
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h299 tNFA_HCI_API_CLOSE_PIPE_EVT close_pipe; /* Close a pipe */ member in union:__anon24190

Completed in 93 milliseconds