Home
last modified time | relevance | path

Searched refs:FIDL_ALIGN (Results 1 – 13 of 13) sorted by relevance

/system/ulib/fs/
A Dunmount.cpp18 uint8_t msg[FIDL_ALIGN(sizeof(fuchsia_io_DirectoryAdminUnmountRequest)) + FDIO_CHUNK_SIZE]; in vfs_unmount_handle()
32 args.wr_num_bytes = FIDL_ALIGN(sizeof(fuchsia_io_DirectoryAdminUnmountRequest)); in vfs_unmount_handle()
34 args.rd_num_bytes = FIDL_ALIGN(sizeof(fuchsia_io_DirectoryAdminUnmountResponse)); in vfs_unmount_handle()
48 if (dsize < FIDL_ALIGN(sizeof(fuchsia_io_DirectoryAdminUnmountResponse))) { in vfs_unmount_handle()
/system/ulib/trace-provider/
A Dtrace_provider.fidl.client.cpp57 … TO_UINT32(sizeof(fuchsia_tracelink_RegistryRegisterTraceProviderRequest) + FIDL_ALIGN(name_size)); in fuchsia_tracelink_RegistryRegisterTraceProvider()
68 _next += TO_UINT32(FIDL_ALIGN(name_size)); in fuchsia_tracelink_RegistryRegisterTraceProvider()
78 …zeof(fuchsia_tracelink_RegistryRegisterTraceProviderSynchronouslyRequest) + FIDL_ALIGN(name_size)); in fuchsia_tracelink_RegistryRegisterTraceProviderSynchronously()
89 _next += TO_UINT32(FIDL_ALIGN(name_size)); in fuchsia_tracelink_RegistryRegisterTraceProviderSynchronously()
/system/ulib/fdio/
A Dspawn.c129 len += FIDL_ALIGN(strlen(array[i])); in measure_string_array()
156 …f(fidl_message_header_t) + sizeof(fidl_vector_t) + count * sizeof(fidl_string_t) + FIDL_ALIGN(len); in send_string_array()
175 offset += FIDL_ALIGN(size); in send_string_array()
296 …size_t msg_len = sizeof(fuchsia_process_LauncherAddHandlesRequest) + FIDL_ALIGN(h * sizeof(fuchsia… in send_handles()
331 …chsia_process_LauncherAddNamesRequest) + FIDL_ALIGN(name_count * sizeof(fuchsia_process_NameInfo))… in send_namespace()
358 offset += FIDL_ALIGN(size); in send_namespace()
371 offset += FIDL_ALIGN(size); in send_namespace()
476 name_len += FIDL_ALIGN(strlen(actions[i].ns.prefix)); in fdio_spawn_vmo()
515 name_len += FIDL_ALIGN(strlen(flat->path[i])); in fdio_spawn_vmo()
626 uint8_t process_name[FIDL_ALIGN(ZX_MAX_NAME_LEN)]; in fdio_spawn_vmo()
[all …]
A Dremoteio.c234 FIDL_ALIGN(sizeof(fuchsia_io_NodeOnOpenEvent)), in zxrio_process_open_response()
/system/utest/runtests-utils/
A Dlog-exporter-test.cpp58 len += FIDL_ALIGN(tags_[i].length()); in GetFidlStringLen()
60 return len + FIDL_ALIGN(msg_.length()); in GetFidlStringLen()
84 offset += FIDL_ALIGN(size); in FillLogMessagePayload()
90 offset += FIDL_ALIGN(msg->length()); in FillLogMessagePayload()
110 tags_n_msgs * sizeof(fidl_string_t) + FIDL_ALIGN(len); in SendLogMessagesHelper()
/system/core/devmgr/devmgr/
A Dfidl.cpp35 FIDL_ALIGN(driver_path_size) + FIDL_ALIGN(args_size)); in dh_send_create_device()
93 sizeof(fuchsia_device_manager_ControllerBindDriverRequest) + FIDL_ALIGN(libname_size)); in dh_send_bind_driver()
/system/public/zircon/
A Dfidl.h59 #define FIDL_ALIGN(a) (((a) + 7) & ~7) macro
/system/utest/fidl/
A Dllcpp_types_tests.cpp32 FIDL_ALIGN(sizeof(fidl_message_header_t)) + FIDL_ALIGN(sizeof(zx::channel));
/system/uapp/display-test/
A Dmain.cpp152 FIDL_ALIGN(sizeof(uint64_t) * current_layers->size())); in update_display_layers()
A Dvirtual-layer.cpp432 FIDL_ALIGN(ZX_PIXEL_FORMAT_BYTES(kColorLayerFormat)); in Init()
/system/ulib/framebuffer/
A Dframebuffer.c163 FIDL_ALIGN(sizeof(uint64_t))]; in fb_bind()
/system/core/virtcon/
A Dvc-display.cpp317 FIDL_ALIGN(sizeof(uint64_t))]; in set_display_layer()
/system/uapp/gfxlatency/
A Dmain.cpp484 FIDL_ALIGN(sizeof(uint64_t) * 2)]; in set_display_layers()

Completed in 22 milliseconds