Home
last modified time | relevance | path

Searched defs:pipe_in (Results 1 – 7 of 7) sorted by relevance

/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/posix/
Dpipe_in.hpp21 struct pipe_in : handler_base_ext, ::boost::process::detail::uses_handles struct
23 int source;
24 int sink; //opposite end
26 pipe_in(int sink, int source) : source(source), sink(sink) {} in pipe_in() argument
28 std::array<int, 3> get_used_handles() in get_used_handles()
35 pipe_in(T & p) : source(p.native_source()), sink(p.native_sink()) in pipe_in() argument
41 void on_error(Executor &, const std::error_code &) const in on_error()
47 void on_success(Executor &) const in on_success()
53 void on_exec_setup(Executor &e) const in on_exec_setup()
/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/windows/
Dpipe_in.hpp20 struct pipe_in : public ::boost::process::detail::handler_base, ::boost::process::detail::uses_hand… struct
24 ::boost::winapi::HANDLE_ get_used_handles() const { return handle; } in get_used_handles()
26 pipe_in(::boost::winapi::HANDLE_ handle) : handle(handle) {} in pipe_in() argument
29 pipe_in(T & p) : handle(p.native_source()) in pipe_in() function
35 void on_setup(WindowsExecutor &e) const in on_setup()
46 void on_error(WindowsExecutor &, const std::error_code &) const in on_error()
52 void on_success(WindowsExecutor &) const in on_success()
/external/crosvm/devices/src/sys/windows/
Dserial_device.rs61 let pipe_in = named_pipes::create_server_pipe( in create_system_type_serial_device() localVariable
/external/crosvm/devices/src/serial/sys/
Dwindows.rs242 let pipe_in = named_pipes::create_server_pipe( in named_pipe() localVariable
/external/cronet/tot/build/util/lib/common/
Dchrome_test_server_spawner.py116 def _WaitToStartAndGetPortFromTestServer(self, pipe_in): argument
/external/cronet/stable/build/util/lib/common/
Dchrome_test_server_spawner.py116 def _WaitToStartAndGetPortFromTestServer(self, pipe_in): argument
/external/angle/build/util/lib/common/
Dchrome_test_server_spawner.py116 def _WaitToStartAndGetPortFromTestServer(self, pipe_in): argument