Searched defs:pipe_in (Results 1 – 7 of 7) sorted by relevance
/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/posix/ |
D | pipe_in.hpp | 21 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/ |
D | pipe_in.hpp | 20 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/ |
D | serial_device.rs | 61 let pipe_in = named_pipes::create_server_pipe( in create_system_type_serial_device() localVariable
|
/external/crosvm/devices/src/serial/sys/ |
D | windows.rs | 242 let pipe_in = named_pipes::create_server_pipe( in named_pipe() localVariable
|
/external/cronet/tot/build/util/lib/common/ |
D | chrome_test_server_spawner.py | 116 def _WaitToStartAndGetPortFromTestServer(self, pipe_in): argument
|
/external/cronet/stable/build/util/lib/common/ |
D | chrome_test_server_spawner.py | 116 def _WaitToStartAndGetPortFromTestServer(self, pipe_in): argument
|
/external/angle/build/util/lib/common/ |
D | chrome_test_server_spawner.py | 116 def _WaitToStartAndGetPortFromTestServer(self, pipe_in): argument
|