Searched refs:out0 (Results 1 – 7 of 7) sorted by relevance
| /system/utest/fidl/ |
| A D | handle_closing_tests.cpp | 66 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() 68 *channel_0 = out0; in close_single_present_handle() 100 zx_handle_t out0, out1; in close_multiple_present_handles_with_some_invalid() local 102 channels_0[i] = out0; in close_multiple_present_handles_with_some_invalid() 155 zx_handle_t out0, out1; in close_array_of_present_handles() local 157 channels_0[i] = out0; in close_array_of_present_handles() 209 zx_handle_t out0, out1; in close_out_of_line_array_of_nonnullable_handles() local 211 channels_0[i] = out0; 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 D | llcpp_types_tests.cpp | 106 zx::channel out0, out1; in EncodedMessageTest() local 107 EXPECT_EQ(zx::channel::create(0, &out0, &out1), ZX_OK); in EncodedMessageTest() 108 *handle = out0.release(); in EncodedMessageTest() 136 zx::channel out0, out1; in DecodedMessageTest() local 137 EXPECT_EQ(zx::channel::create(0, &out0, &out1), ZX_OK); in DecodedMessageTest() 138 msg->channel = std::move(out0); in DecodedMessageTest() 179 zx::channel out0, out1; in RoundTripTest() local 180 EXPECT_EQ(zx::channel::create(0, &out0, &out1), ZX_OK); in RoundTripTest() 181 *handle = out0.release(); in RoundTripTest()
|
| /system/ulib/zx/ |
| A D | fifo.cpp | 12 uint32_t options, fifo* out0, fifo* out1) { in create() argument 20 out0->reset(h0.release()); in create()
|
| /system/ulib/fzl/include/lib/fzl/ |
| A D | fifo.h | 75 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() 81 out0->reset(h0); in create_fifo()
|
| /system/ulib/zx/include/lib/zx/ |
| A D | fifo.h | 31 uint32_t options, fifo* out0, fifo* out1);
|
| /system/utest/core/port/ |
| A D | ports.cpp | 60 zx_port_packet_t out0 = {}; in queue_and_close_test() local 61 status = zx_port_wait(port, zx_deadline_after(ZX_USEC(1)), &out0); in queue_and_close_test()
|
| /system/public/zircon/ |
| A D | syscalls.abigen | 262 returns (zx_status_t, out0: zx_handle_t handle_acquire, 318 returns (zx_status_t, out0: 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 10 milliseconds