HomeSort by relevance Sort by last modified time
    Searched refs:close_pipe (Results 1 - 3 of 3) sorted by null

  /external/oprofile/daemon/
opd_perfmon.c 312 void close_pipe(void) function
327 if (atexit(close_pipe)){
328 close_pipe();
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c 825 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);
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 299 tNFA_HCI_API_CLOSE_PIPE_EVT close_pipe; /* Close a pipe */ member in union:__anon3749

Completed in 42 milliseconds