Searched refs:create_pipe (Results 1 - 3 of 3) sorted by relevance
/external/bison/lib/ |
H A D | spawn-pipe.c | 109 create_pipe (const char *progname, function 399 pid_t result = create_pipe (progname, prog_path, prog_argv, 421 pid_t result = create_pipe (progname, prog_path, prog_argv, 445 pid_t result = create_pipe (progname, prog_path, prog_argv,
|
/external/libnfc-nci/src/nfa/hci/ |
H A D | nfa_hci_act.c | 600 tNFA_HCI_DYN_GATE *p_gate = nfa_hciu_find_gate_by_gid (p_evt_data->create_pipe.source_gate); 604 if ((p_gate == NULL) || (p_gate->gate_owner != p_evt_data->create_pipe.hci_handle)) 606 evt_data.created.source_gate = p_evt_data->create_pipe.source_gate; 609 NFA_TRACE_ERROR2 ("nfa_hci_api_create_pipe Cannot create pipe! APP: 0x%02x does not own the gate:0x%x", p_evt_data->create_pipe.hci_handle, p_evt_data->create_pipe.source_gate); 614 if (nfa_hciu_is_host_reseting (p_evt_data->create_pipe.dest_gate)) 620 nfa_hci_cb.local_gate_in_use = p_evt_data->create_pipe.source_gate; 621 nfa_hci_cb.remote_gate_in_use = p_evt_data->create_pipe.dest_gate; 622 nfa_hci_cb.remote_host_in_use = p_evt_data->create_pipe.dest_host; 623 nfa_hci_cb.app_in_use = p_evt_data->create_pipe [all...] |
/external/libnfc-nci/src/nfa/int/ |
H A D | nfa_hci_int.h | 297 tNFA_HCI_API_CREATE_PIPE_EVT create_pipe; /* Create a pipe */ member in union:__anon8491
|
Completed in 628 milliseconds