Searched refs:FIDL_ALLOC_PRESENT (Results 1 – 19 of 19) sorted by relevance
| /system/utest/fidl/ |
| A D | validating_tests.cpp | 1312 reinterpret_cast<struct_ptr_level_1*>(FIDL_ALLOC_PRESENT); in validate_nested_nullable_structs() 1314 reinterpret_cast<struct_ptr_level_2*>(FIDL_ALLOC_PRESENT); in validate_nested_nullable_structs() 1316 reinterpret_cast<struct_ptr_level_3*>(FIDL_ALLOC_PRESENT); in validate_nested_nullable_structs() 1320 reinterpret_cast<struct_ptr_level_3*>(FIDL_ALLOC_PRESENT); in validate_nested_nullable_structs() 1325 reinterpret_cast<struct_ptr_level_3*>(FIDL_ALLOC_PRESENT); in validate_nested_nullable_structs() 1329 reinterpret_cast<struct_ptr_level_3*>(FIDL_ALLOC_PRESENT); in validate_nested_nullable_structs() 1430 reinterpret_cast<recursion_inline_data*>(FIDL_ALLOC_PRESENT); in SetUpRecursionMessage() 1433 reinterpret_cast<recursion_inline_data*>(FIDL_ALLOC_PRESENT); in SetUpRecursionMessage() 1436 reinterpret_cast<recursion_inline_data*>(FIDL_ALLOC_PRESENT); in SetUpRecursionMessage() 1439 reinterpret_cast<recursion_inline_data*>(FIDL_ALLOC_PRESENT); in SetUpRecursionMessage() [all …]
|
| A D | decoding_tests.cpp | 1483 reinterpret_cast<struct_ptr_level_1*>(FIDL_ALLOC_PRESENT); in decode_nested_nullable_structs() 1485 reinterpret_cast<struct_ptr_level_2*>(FIDL_ALLOC_PRESENT); in decode_nested_nullable_structs() 1487 reinterpret_cast<struct_ptr_level_3*>(FIDL_ALLOC_PRESENT); in decode_nested_nullable_structs() 1491 reinterpret_cast<struct_ptr_level_3*>(FIDL_ALLOC_PRESENT); in decode_nested_nullable_structs() 1496 reinterpret_cast<struct_ptr_level_3*>(FIDL_ALLOC_PRESENT); in decode_nested_nullable_structs() 1500 reinterpret_cast<struct_ptr_level_3*>(FIDL_ALLOC_PRESENT); in decode_nested_nullable_structs() 1711 reinterpret_cast<recursion_inline_data*>(FIDL_ALLOC_PRESENT); in SetUpRecursionMessage() 1714 reinterpret_cast<recursion_inline_data*>(FIDL_ALLOC_PRESENT); in SetUpRecursionMessage() 1717 reinterpret_cast<recursion_inline_data*>(FIDL_ALLOC_PRESENT); in SetUpRecursionMessage() 1720 reinterpret_cast<recursion_inline_data*>(FIDL_ALLOC_PRESENT); in SetUpRecursionMessage() [all …]
|
| A D | encoding_tests.cpp | 495 EXPECT_EQ(array_ptr, FIDL_ALLOC_PRESENT); in encode_out_of_line_array_of_nonnullable_handles() 816 EXPECT_EQ(message_handles, FIDL_ALLOC_PRESENT); in encode_present_nonnullable_vector_of_handles() 852 EXPECT_EQ(message_handles, FIDL_ALLOC_PRESENT); in encode_present_nullable_vector_of_handles() 925 EXPECT_EQ(message_handles, FIDL_ALLOC_PRESENT); in encode_present_nonnullable_bounded_vector_of_handles() 961 EXPECT_EQ(message_handles, FIDL_ALLOC_PRESENT); in encode_present_nullable_bounded_vector_of_handles() 1083 EXPECT_EQ(message_uint32, FIDL_ALLOC_PRESENT); in encode_present_nonnullable_vector_of_uint32() 1105 EXPECT_EQ(message_uint32, FIDL_ALLOC_PRESENT); in encode_present_nullable_vector_of_uint32() 1162 EXPECT_EQ(message_uint32, FIDL_ALLOC_PRESENT); in encode_present_nonnullable_bounded_vector_of_uint32() 1184 EXPECT_EQ(message_uint32, FIDL_ALLOC_PRESENT); in encode_present_nullable_bounded_vector_of_uint32() 1358 EXPECT_EQ(reinterpret_cast<uint64_t>(message.inline_struct.data), FIDL_ALLOC_PRESENT); in encode_single_armed_present_nullable_union() [all …]
|
| /system/ulib/ldmsg/ |
| A D | ldmsg.c | 47 req->common.string.data = (char*) FIDL_ALLOC_PRESENT; in ldmsg_req_encode() 75 if ((uintptr_t)req->common.string.data != FIDL_ALLOC_PRESENT) in ldmsg_req_decode() 80 if ((uintptr_t)req->common.string.data != FIDL_ALLOC_PRESENT in ldmsg_req_decode()
|
| /system/core/devmgr/devmgr/ |
| A D | fidl.cpp | 50 req->driver_path.data = reinterpret_cast<char*>(FIDL_ALLOC_PRESENT); in dh_send_create_device() 57 req->proxy_args.data = reinterpret_cast<char*>(FIDL_ALLOC_PRESENT); in dh_send_create_device() 105 req->driver_path.data = reinterpret_cast<char*>(FIDL_ALLOC_PRESENT); in dh_send_bind_driver()
|
| A D | devfs.cpp | 480 msg.primary.info = (fuchsia_io_NodeInfo*)FIDL_ALLOC_PRESENT; in devfs_open()
|
| /system/utest/runtests-utils/ |
| A D | log-exporter-test.cpp | 50 lm->tags.data = reinterpret_cast<void*>(FIDL_ALLOC_PRESENT); in SetFidlLogMessageValues() 52 lm->msg.data = reinterpret_cast<char*>(FIDL_ALLOC_PRESENT); in SetFidlLogMessageValues() 82 strings[i].data = reinterpret_cast<char*> FIDL_ALLOC_PRESENT; in FillLogMessagePayload() 125 vector->data = reinterpret_cast<void*>(FIDL_ALLOC_PRESENT); in SendLogMessagesHelper()
|
| /system/ulib/fdio/ |
| A D | spawn.c | 167 vector->data = (void*)FIDL_ALLOC_PRESENT; in send_string_array() 173 strings[i].data = (void*)FIDL_ALLOC_PRESENT; in send_string_array() 292 req->handles.data = (void*)FIDL_ALLOC_PRESENT; in send_handles() 345 req->names.data = (void*)FIDL_ALLOC_PRESENT; in send_namespace() 355 names[n].path.data = (void*)FIDL_ALLOC_PRESENT; in send_namespace() 368 names[n].path.data = (void*)FIDL_ALLOC_PRESENT; in send_namespace() 636 msg.req.info.name.data = (void*)FIDL_ALLOC_PRESENT; in fdio_spawn_vmo()
|
| /system/public/zircon/ |
| A D | fidl.h | 54 #define FIDL_ALLOC_PRESENT ((uintptr_t)UINTPTR_MAX) macro
|
| /system/ulib/fidl/ |
| A D | encoding.cpp | 87 *p = reinterpret_cast<T*>(FIDL_ALLOC_PRESENT); in UpdatePointer()
|
| A D | buffer_walker.h | 473 PRESENT = FIDL_ALLOC_PRESENT,
|
| /system/dev/display/display/ |
| A D | client.cpp | 117 dest->data = reinterpret_cast<char*>(FIDL_ALLOC_PRESENT); in populate_fidl_string() 902 resp->ops.data = reinterpret_cast<void*>(FIDL_ALLOC_PRESENT); in CheckConfig() 1207 req->added.data = reinterpret_cast<void*>(FIDL_ALLOC_PRESENT); in OnDisplaysChanged() 1209 req->removed.data = reinterpret_cast<void*>(FIDL_ALLOC_PRESENT); in OnDisplaysChanged() 1287 coded_configs[i].pixel_format.data = reinterpret_cast<void*>(FIDL_ALLOC_PRESENT); in OnDisplaysChanged() 1288 coded_configs[i].modes.data = reinterpret_cast<void*>(FIDL_ALLOC_PRESENT); in OnDisplaysChanged() 1289 coded_configs[i].cursor_configs.data = reinterpret_cast<void*>(FIDL_ALLOC_PRESENT); in OnDisplaysChanged() 1586 msg->images.data = reinterpret_cast<void*>(FIDL_ALLOC_PRESENT); in OnDisplayVsync()
|
| /system/uapp/display-test/ |
| A D | main.cpp | 160 set_layers_msg->layer_ids.data = reinterpret_cast<void*>(FIDL_ALLOC_PRESENT); in update_display_layers()
|
| A D | virtual-layer.cpp | 441 config->color_bytes.data = reinterpret_cast<void*>(FIDL_ALLOC_PRESENT); in Init()
|
| /system/ulib/framebuffer/ |
| A D | framebuffer.c | 173 set_display_layer_request->layer_ids.data = (void*) FIDL_ALLOC_PRESENT; in fb_bind()
|
| /system/core/virtcon/ |
| A D | vc-display.cpp | 324 set_display_layer_request->layer_ids.data = reinterpret_cast<void*>(FIDL_ALLOC_PRESENT); in set_display_layer()
|
| /system/core/devmgr/devhost/ |
| A D | rpc-server.cpp | 60 msg->primary.info = (fuchsia_io_NodeInfo*)FIDL_ALLOC_PRESENT; in create_description()
|
| /system/ulib/fs/ |
| A D | connection.cpp | 89 FIDL_ALLOC_PRESENT : in Describe()
|
| /system/uapp/gfxlatency/ |
| A D | main.cpp | 490 display_layers_msg->layer_ids.data = (void*)FIDL_ALLOC_PRESENT; in set_display_layers()
|
Completed in 91 milliseconds