Searched refs:last_pipe (Results 1 – 3 of 3) sorted by relevance
71 last_pipe = None78 if last_pipe is not None:79 kwargs['stdin'] = last_pipe.stdout90 last_pipe = cros_subprocess.Popen(cmd, cwd=cwd, **kwargs)100 last_pipe.CommunicateFilter(None))103 result.return_code = last_pipe.wait()105 result.return_code = os.waitpid(last_pipe.pid, 0)[1]
33 struct ia_css_pipe *last_pipe; member
993 pipe = stream->last_pipe; in sh_css_config_input_network()995 pipe = stream->last_pipe; in sh_css_config_input_network()1001 pipe = stream->last_pipe; in sh_css_config_input_network()1085 last_pipe = stream->last_pipe; in stream_get_last_pipe()1087 return last_pipe; in stream_get_last_pipe()1100 (last_pipe) && in stream_get_copy_pipe()1102 pipe_id = last_pipe->mode; in stream_get_copy_pipe()4258 pipe = stream->last_pipe; in sh_css_pipe_start()8475 if ((stream->last_pipe) && in ia_css_stream_destroy()8646 assert(stream->last_pipe); in ia_css_stream_stop()[all …]