Home
last modified time | relevance | path

Searched refs:out1 (Results 1 – 7 of 7) sorted by relevance

/system/utest/fidl/
A Dhandle_closing_tests.cpp66 zx_handle_t out0, out1; in close_single_present_handle() local
67 EXPECT_EQ(zx_channel_create(0, &out0, &out1), ZX_OK); in close_single_present_handle()
69 channel_1 = zx::channel(out1); in close_single_present_handle()
100 zx_handle_t out0, out1; in close_multiple_present_handles_with_some_invalid() local
103 channels_1[i] = zx::channel(out1); in close_multiple_present_handles_with_some_invalid()
155 zx_handle_t out0, out1; in close_array_of_present_handles() local
158 channels_1[i] = zx::channel(out1); in close_array_of_present_handles()
209 zx_handle_t out0, out1; in close_out_of_line_array_of_nonnullable_handles() local
212 channels_1[i] = zx::channel(out1); in close_out_of_line_array_of_nonnullable_handles()
293 zx_handle_t out0, out1; in close_present_too_large_nullable_vector_of_handles() local
[all …]
A Dllcpp_types_tests.cpp106 zx::channel out0, out1; in EncodedMessageTest() local
107 EXPECT_EQ(zx::channel::create(0, &out0, &out1), ZX_OK); in EncodedMessageTest()
109 channel_1 = std::move(out1); in EncodedMessageTest()
136 zx::channel out0, out1; in DecodedMessageTest() local
137 EXPECT_EQ(zx::channel::create(0, &out0, &out1), ZX_OK); in DecodedMessageTest()
139 channel_1 = std::move(out1); in DecodedMessageTest()
179 zx::channel out0, out1; in RoundTripTest() local
180 EXPECT_EQ(zx::channel::create(0, &out0, &out1), ZX_OK); in RoundTripTest()
183 channel_1 = std::move(out1); in RoundTripTest()
/system/ulib/zx/
A Dfifo.cpp12 uint32_t options, fifo* out0, fifo* out1) { in create() argument
21 out1->reset(h1.release()); in create()
/system/ulib/fzl/include/lib/fzl/
A Dfifo.h75 zx_status_t create_fifo(uint32_t elem_count, uint32_t options, fifo<W, R>* out0, fifo<R, W>* out1) { in create_fifo() argument
76 if (out0 == static_cast<void*>(out1)) { in create_fifo()
82 out1->reset(h1); in create_fifo()
/system/ulib/zx/include/lib/zx/
A Dfifo.h31 uint32_t options, fifo* out0, fifo* out1);
/system/utest/core/port/
A Dports.cpp151 zx_port_packet_t out1 = {}; in async_wait_channel_test() local
153 status = zx_port_wait(port, zx_deadline_after(ZX_USEC(200)), &out1); in async_wait_channel_test()
/system/public/zircon/
A Dsyscalls.abigen263 out1: zx_handle_t handle_acquire);
319 out1: zx_handle_t handle_acquire);
487 out0: zx_handle_t handle_acquire, out1: zx_handle_t handle_acquire);
729 out0: zx_handle_t handle_acquire, out1: zx_handle_t handle_acquire);

Completed in 19 milliseconds