OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
786
tNFA_HCI_DYN_PIPE *p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->
close_pipe
.pipe);
795
&&(p_gate->gate_owner == p_evt_data->
close_pipe
.hci_handle) )
799
nfa_hciu_send_close_pipe_cmd (p_evt_data->
close_pipe
.pipe);
804
evt_data.closed.pipe = p_evt_data->
close_pipe
.pipe;
806
nfa_hciu_send_to_app (NFA_HCI_CLOSE_PIPE_EVT, &evt_data, p_evt_data->
close_pipe
.hci_handle);
814
nfa_hciu_send_to_app (NFA_HCI_CLOSE_PIPE_EVT, &evt_data, p_evt_data->
close_pipe
.hci_handle);
847
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:__anon20739
Completed in 102 milliseconds