| /system/utest/fidl/ |
| A D | fidl_coded_types.h | 13 extern const fidl_type_t nonnullable_handle; 14 extern const fidl_type_t nullable_handle; 15 extern const fidl_type_t nullable_channel_handle; 16 extern const fidl_type_t nullable_vmo_handle; 17 extern const fidl_type_t nonnullable_channel_handle; 18 extern const fidl_type_t nonnullable_vmo_handle; 27 extern const fidl_type_t unbounded_nullable_string; 31 extern const fidl_type_t bounded_4_nullable_string; 87 extern const fidl_type_t struct_level_0_struct; 93 extern const fidl_type_t maybe_recurse_type; [all …]
|
| A D | fidl_coded_types.cpp | 38 const fidl_type_t array_of_two_nonnullable_handles = fidl_type_t( 40 const fidl_type_t array_of_four_nonnullable_handles = fidl_type_t( 42 const fidl_type_t array_of_five_nullable_handles = fidl_type_t( 73 const fidl_type_t bounded_32_nullable_vector_of_handles = fidl_type_t( 75 const fidl_type_t bounded_2_nonnullable_vector_of_handles = fidl_type_t( 77 const fidl_type_t bounded_2_nullable_vector_of_handles = fidl_type_t( 85 const fidl_type_t bounded_32_nonnullable_vector_of_uint32 = fidl_type_t( 87 const fidl_type_t bounded_32_nullable_vector_of_uint32 = fidl_type_t( 89 const fidl_type_t bounded_2_nonnullable_vector_of_uint32 = fidl_type_t( 91 const fidl_type_t bounded_2_nullable_vector_of_uint32 = fidl_type_t( [all …]
|
| A D | llcpp_types_tests.cpp | 22 extern const fidl_type_t NonnullableChannelMessageType; 34 static constexpr const fidl_type_t* type = &NonnullableChannelMessageType; 37 const fidl_type_t NonnullableChannelType = 38 fidl_type_t(fidl::FidlCodedHandle(ZX_OBJ_TYPE_CHANNEL, fidl::kNonnullable)); 43 const fidl_type_t NonnullableChannelMessageType = fidl_type_t(fidl::FidlCodedStruct(
|
| A D | formatting_tests.cpp | 30 const fidl_type_t type = in no_output() 31 fidl_type_t(fidl::FidlCodedHandle(ZX_OBJ_TYPE_NONE, fidl::kNonnullable)); in no_output()
|
| A D | handle_closing_tests.cpp | 269 const fidl_type_t unbounded_too_large_nullable_vector_of_handles = 270 fidl_type_t(fidl::FidlCodedVector(&nullable_handle, FIDL_MAX_SIZE, sizeof(zx_handle_t), 278 const fidl_type_t unbounded_too_large_nullable_vector_of_handles_message_type = 279 fidl_type_t(::fidl::FidlCodedStruct(
|
| /system/ulib/trace-provider/ |
| A D | trace_provider.fidl.tables.cpp | 34 static const fidl_type_t HandlevmononnullableTable = fidl_type_t(::fidl::FidlCodedHandle(ZX_OBJ_TYP… 36 static const fidl_type_t HandlefifononnullableTable = fidl_type_t(::fidl::FidlCodedHandle(ZX_OBJ_TY… 38 static const fidl_type_t String100nonnullableTable = fidl_type_t(::fidl::FidlCodedString(100, ::fid… 40 static const fidl_type_t VectorString100nonnullable100nonnullableTable = fidl_type_t(::fidl::FidlCo… 42 extern const fidl_type_t fuchsia_tracelink_ProviderStartRequestTable; 48 const fidl_type_t fuchsia_tracelink_ProviderStartRequestTable = fidl_type_t(::fidl::FidlCodedStruct… 50 extern const fidl_type_t fuchsia_tracelink_ProviderStopRequestTable; 52 const fidl_type_t fuchsia_tracelink_ProviderStopRequestTable = fidl_type_t(::fidl::FidlCodedStruct(… 54 static const fidl_type_t fuchsia_tracelink_ProviderInterfacenonnullableTable = fidl_type_t(::fidl::… 56 extern const fidl_type_t fuchsia_tracelink_RegistryRegisterTraceProviderDeprecatedRequestTable; [all …]
|
| A D | trace_provider.fidl.h | 69 extern const fidl_type_t fuchsia_tracelink_ProviderStartRequestTable; 70 extern const fidl_type_t fuchsia_tracelink_ProviderStopRequestTable; 71 extern const fidl_type_t fuchsia_tracelink_RegistryRegisterTraceProviderDeprecatedRequestTable; 72 extern const fidl_type_t fuchsia_tracelink_RegistryRegisterTraceProviderRequestTable; 73 extern const fidl_type_t fuchsia_tracelink_RegistryRegisterTraceProviderSynchronouslyRequestTable; 74 extern const fidl_type_t fuchsia_tracelink_RegistryRegisterTraceProviderSynchronouslyResponseTable;
|
| /system/ulib/fidl/include/lib/fidl/ |
| A D | coding.h | 20 zx_status_t fidl_encode(const fidl_type_t* type, void* bytes, uint32_t num_bytes, 23 zx_status_t fidl_encode_msg(const fidl_type_t* type, fidl_msg_t* msg, 27 zx_status_t fidl_decode(const fidl_type_t* type, void* bytes, uint32_t num_bytes, 30 zx_status_t fidl_decode_msg(const fidl_type_t* type, fidl_msg_t* msg, 36 zx_status_t fidl_validate(const fidl_type_t* type, const void* bytes, uint32_t num_bytes, 38 zx_status_t fidl_validate_msg(const fidl_type_t* type, const fidl_msg_t* msg, 45 zx_status_t fidl_close_handles(const fidl_type_t* type, void* bytes, uint32_t num_bytes, 47 zx_status_t fidl_close_handles_msg(const fidl_type_t* type, const fidl_msg_t* msg, 55 size_t fidl_format_type_name(const fidl_type_t* type,
|
| /system/dev/display/display/ |
| A D | client.h | 150 fidl::Builder* resp_builder, const fidl_type_t** resp_table); 154 fidl::Builder* resp_builder, const fidl_type_t** resp_table); 161 fidl::Builder* resp_builder, const fidl_type_t** resp_table); 167 fidl::Builder* resp_builder, const fidl_type_t** resp_table); 170 fidl::Builder* resp_builder, const fidl_type_t** resp_table); 173 fidl::Builder* resp_builder, const fidl_type_t** resp_table); 176 fidl::Builder* resp_builder, const fidl_type_t** resp_table); 179 fidl::Builder* resp_builder, const fidl_type_t** resp_table); 182 fidl::Builder* resp_builder, const fidl_type_t** resp_table); 195 fidl::Builder* resp_builder, const fidl_type_t** resp_table); [all …]
|
| A D | client.cpp | 31 const fidl_type_t* table = nullptr; in decode_message() 159 const fidl_type_t* out_type = nullptr; in HandleControllerApi() 212 fidl::Builder* resp_builder, const fidl_type_t** resp_table) { in HandleImportVmoImage() 362 fidl::Builder* resp_builder, const fidl_type_t** resp_table) { in HandleSetDisplayMode() 394 fidl::Builder* resp_builder, const fidl_type_t** resp_table) { in HandleSetDisplayColorConversion() 425 fidl::Builder* resp_builder, const fidl_type_t** resp_table) { in HandleSetDisplayLayers() 450 fidl::Builder* resp_builder, const fidl_type_t** resp_table) { in HandleSetLayerPrimaryConfig() 481 fidl::Builder* resp_builder, const fidl_type_t** resp_table) { in HandleSetLayerPrimaryPosition() 515 fidl::Builder* resp_builder, const fidl_type_t** resp_table) { in HandleSetLayerPrimaryAlpha() 547 fidl::Builder* resp_builder, const fidl_type_t** resp_table) { in HandleSetLayerCursorConfig() [all …]
|
| /system/ulib/fidl/include/lib/fidl/cpp/ |
| A D | message_builder.h | 36 const fidl_type_t* type, 44 const fidl_type_t* type() const { return type_; } in type() 70 const fidl_type_t* type_;
|
| A D | message.h | 112 zx_status_t Encode(const fidl_type_t* type, const char** error_msg_out); 119 zx_status_t Decode(const fidl_type_t* type, const char** error_msg_out); 127 zx_status_t Validate(const fidl_type_t* type, const char** error_msg_out) const;
|
| /system/ulib/fidl/ |
| A D | handle_closing.cpp | 28 FidlHandleCloser(const fidl_type_t* type, void* bytes, uint32_t num_bytes, in FidlHandleCloser() 93 zx_status_t fidl_close_handles(const fidl_type_t* type, void* bytes, uint32_t num_bytes, in fidl_close_handles() 104 zx_status_t fidl_close_handles_msg(const fidl_type_t* type, const fidl_msg_t* msg, in fidl_close_handles_msg()
|
| A D | validating.cpp | 25 FidlValidator(const fidl_type_t* type, const void* bytes, uint32_t num_bytes, in FidlValidator() 79 zx_status_t fidl_validate(const fidl_type_t* type, const void* bytes, uint32_t num_bytes, in fidl_validate() 86 zx_status_t fidl_validate_msg(const fidl_type_t* type, const fidl_msg_t* msg, in fidl_validate_msg()
|
| A D | decoding.cpp | 29 FidlDecoder(const fidl_type_t* type, void* bytes, uint32_t num_bytes, in FidlDecoder() 103 zx_status_t fidl_decode(const fidl_type_t* type, void* bytes, uint32_t num_bytes, in fidl_decode() 111 zx_status_t fidl_decode_msg(const fidl_type_t* type, fidl_msg_t* msg, in fidl_decode_msg()
|
| A D | encoding.cpp | 31 FidlEncoder(const fidl_type_t* type, void* bytes, uint32_t num_bytes, zx_handle_t* handles, in FidlEncoder() 121 zx_status_t fidl_encode(const fidl_type_t* type, void* bytes, uint32_t num_bytes, in fidl_encode() 130 zx_status_t fidl_encode_msg(const fidl_type_t* type, fidl_msg_t* msg, in fidl_encode_msg()
|
| A D | formatting.cpp | 85 void FormatTypeName(StringBuilder* str, const fidl_type_t* type); 86 void FormatElementName(StringBuilder* str, const fidl_type_t* type) { in FormatElementName() 96 void FormatTypeName(StringBuilder* str, const fidl_type_t* type) { in FormatTypeName() 209 size_t fidl_format_type_name(const fidl_type_t* type, in fidl_format_type_name()
|
| A D | message.cpp | 41 zx_status_t Message::Encode(const fidl_type_t* type, in Encode() 52 zx_status_t Message::Decode(const fidl_type_t* type, in Decode() 61 zx_status_t Message::Validate(const fidl_type_t* type, in Validate()
|
| A D | buffer_walker.h | 119 const fidl_type_t* field_type = field.type; 239 const fidl_type_t* field_type = known_field->type; 294 const fidl_type_t* member = frame->union_state.types[union_tag]; 331 const fidl_type_t* element_type = frame->array_state.element; 566 uint32_t TypeSize(const fidl_type_t* type) { 593 Frame(const fidl_type_t* fidl_type, uint32_t offset) 672 Frame(const fidl_type_t* element, uint32_t array_size, uint32_t element_size, 746 const fidl_type_t* const* types; 754 const fidl_type_t* element; 797 const fidl_type_t* const type_;
|
| A D | message_builder.cpp | 12 MessageBuilder::MessageBuilder(const fidl_type_t* type, in MessageBuilder()
|
| /system/public/zircon/ |
| A D | fidl.h | 64 typedef struct fidl_type fidl_type_t; typedef
|
| /system/core/virtcon/ |
| A D | vc-display.cpp | 89 const fidl_type_t* table = nullptr; in decode_message()
|