Home
last modified time | relevance | path

Searched refs:ZX_CHANNEL_MAX_MSG_BYTES (Results 1 – 14 of 14) sorted by relevance

/system/utest/fidl/
A Dcpp_types_tests.cpp16 char buffer[ZX_CHANNEL_MAX_MSG_BYTES]; in string_view_test()
17 fidl::Builder builder(buffer, ZX_CHANNEL_MAX_MSG_BYTES); in string_view_test()
39 char buffer[ZX_CHANNEL_MAX_MSG_BYTES]; in vector_view_test()
40 fidl::Builder builder(buffer, ZX_CHANNEL_MAX_MSG_BYTES); in vector_view_test()
A Dmessage_tests.cpp21 uint8_t byte_buffer[ZX_CHANNEL_MAX_MSG_BYTES]; in message_test()
24 fidl::Builder builder(byte_buffer, ZX_CHANNEL_MAX_MSG_BYTES); in message_test()
54 memset(byte_buffer, 0, ZX_CHANNEL_MAX_MSG_BYTES); in message_test()
/system/ulib/fidl/include/lib/fidl/cpp/
A Dbuilder.h51 static_assert(sizeof(T) <= ZX_CHANNEL_MAX_MSG_BYTES, ""); in New()
66 static_assert(sizeof(T) <= ZX_CHANNEL_MAX_MSG_BYTES, ""); in NewArray()
A Dmessage_buffer.h24 uint32_t bytes_capacity = ZX_CHANNEL_MAX_MSG_BYTES,
A Dmessage_builder.h37 uint32_t bytes_capacity = ZX_CHANNEL_MAX_MSG_BYTES,
/system/uapp/display-test/
A Dmain.cpp61 uint8_t byte_buffer[ZX_CHANNEL_MAX_MSG_BYTES]; in bind_display()
62 fidl::Message msg(fidl::BytePart(byte_buffer, ZX_CHANNEL_MAX_MSG_BYTES), fidl::HandlePart()); in bind_display()
178 uint8_t check_resp_bytes[ZX_CHANNEL_MAX_MSG_BYTES]; in apply_config()
194 fidl::Message msg(fidl::BytePart(check_resp_bytes, ZX_CHANNEL_MAX_MSG_BYTES, actual_bytes), in apply_config()
230 uint8_t byte_buffer[ZX_CHANNEL_MAX_MSG_BYTES]; in wait_for_vsync()
231 fidl::Message msg(fidl::BytePart(byte_buffer, ZX_CHANNEL_MAX_MSG_BYTES), fidl::HandlePart()); in wait_for_vsync()
/system/ulib/fidl-async/
A Dbind.c54 char bytes[ZX_CHANNEL_MAX_MSG_BYTES]; in fidl_message_handler()
64 ZX_CHANNEL_MAX_MSG_BYTES, in fidl_message_handler()
/system/ulib/framebuffer/
A Dframebuffer.c82 uint8_t bytes[ZX_CHANNEL_MAX_MSG_BYTES]; in fb_bind()
99 if ((status = zx_channel_read(dc_handle, 0, bytes, NULL, ZX_CHANNEL_MAX_MSG_BYTES, 0, in fb_bind()
471 uint8_t bytes[ZX_CHANNEL_MAX_MSG_BYTES]; in fb_wait_for_vsync()
473 if ((status = zx_channel_read(dc_handle, 0, bytes, NULL, ZX_CHANNEL_MAX_MSG_BYTES, 0, in fb_wait_for_vsync()
/system/utest/fidl-simple/
A Dldsvc_tests.c112 char bytes[ZX_CHANNEL_MAX_MSG_BYTES]; in ldsvc_server()
121 ZX_CHANNEL_MAX_MSG_BYTES, in ldsvc_server()
/system/utest/core/channel/
A Dchannel.c967 char* data_to_send = malloc(ZX_CHANNEL_MAX_MSG_BYTES); in channel_write_different_sizes()
969 char* data_recv = malloc(ZX_CHANNEL_MAX_MSG_BYTES); in channel_write_different_sizes()
980 uint32_t num_bytes = rand() % ZX_CHANNEL_MAX_MSG_BYTES; in channel_write_different_sizes()
1002 memset(data_recv, 0, ZX_CHANNEL_MAX_MSG_BYTES); in channel_write_different_sizes()
1003 ASSERT_EQ(zx_channel_read(channel[1], 0u, data_recv, handles_recv, ZX_CHANNEL_MAX_MSG_BYTES, in channel_write_different_sizes()
/system/core/virtcon/
A Dvc-display.cpp387 uint8_t check_rsp_bytes[ZX_CHANNEL_MAX_MSG_BYTES]; in apply_configuration()
542 uint8_t fidl_buffer[ZX_CHANNEL_MAX_MSG_BYTES]; in dc_callback_handler()
544 fidl_buffer, nullptr, ZX_CHANNEL_MAX_MSG_BYTES, 0, in dc_callback_handler()
/system/public/zircon/
A Dtypes.h282 #define ZX_CHANNEL_MAX_MSG_BYTES ((uint32_t)65536u) macro
/system/dev/display/display/
A Dclient.cpp142 uint8_t in_byte_buffer[ZX_CHANNEL_MAX_MSG_BYTES]; in HandleControllerApi()
143 fidl::Message msg(fidl::BytePart(in_byte_buffer, ZX_CHANNEL_MAX_MSG_BYTES), in HandleControllerApi()
155 uint8_t out_byte_buffer[ZX_CHANNEL_MAX_MSG_BYTES]; in HandleControllerApi()
156 fidl::Builder builder(out_byte_buffer, ZX_CHANNEL_MAX_MSG_BYTES); in HandleControllerApi()
1200 uint8_t bytes[ZX_CHANNEL_MAX_MSG_BYTES]; in OnDisplaysChanged()
1201 fidl::Builder builder(bytes, ZX_CHANNEL_MAX_MSG_BYTES); in OnDisplaysChanged()
/system/uapp/gfxlatency/
A Dmain.cpp555 uint8_t check_resp_bytes[ZX_CHANNEL_MAX_MSG_BYTES]; in check_config()
645 uint8_t bytes[ZX_CHANNEL_MAX_MSG_BYTES]; in wait_for_vsync()
648 ZX_CHANNEL_MAX_MSG_BYTES, 0, &actual_bytes, in wait_for_vsync()
771 uint8_t bytes[ZX_CHANNEL_MAX_MSG_BYTES]; in main()
788 dc_handle, 0, bytes, NULL, ZX_CHANNEL_MAX_MSG_BYTES, 0, in main()

Completed in 44 milliseconds