Home
last modified time | relevance | path

Searched refs:data_offset (Results 1 – 10 of 10) sorted by relevance

/system/ulib/fidl/
A Dbuffer_walker.h202 const uint32_t data_offset = static_cast<uint32_t>(
206 switch (GetPointerState(TypedAt<void>(data_offset))) {
241 … if (!ClaimOutOfLineStorage(TypeSize(field_type), TypedAt<void*>(data_offset), &field_offset)) {
245 UpdatePointer(TypedAt<void*>(data_offset), TypedAt<void>(field_offset));
253 … if (!ClaimOutOfLineStorage(table_bytes, TypedAt<void*>(data_offset), &field_offset)) {
257 UpdatePointer(TypedAt<void*>(data_offset), TypedAt<void>(field_offset));
299 frame->offset += frame->union_state.data_offset;
619 union_state.data_offset = fidl_type->coded_union.data_offset;
669 union_state.data_offset = coded_union->data_offset;
748 uint32_t data_offset;
/system/ulib/fidl/include/lib/fidl/
A Dinternal.h112 const uint32_t data_offset; member
117 uint32_t data_offset, uint32_t size, const char* name) in FidlCodedUnion()
118 : types(types), type_count(type_count), data_offset(data_offset), size(size), name(name) {} in FidlCodedUnion()
/system/host/banjo/include/banjo/
A Dcoded_ast.h132 UnionType(std::string name, std::vector<const Type*> types, uint32_t data_offset, uint32_t size, in UnionType()
135 data_offset(data_offset), pointer_name(std::move(pointer_name)), qname(std::move(qname)) { in UnionType()
139 const uint32_t data_offset; member
/system/ulib/bootfs/
A Dparser-test.cpp37 const uint32_t data_offset = static_cast<uint32_t>(ZX_PAGE_SIZE * (i + 1)); in CreateBootfs() local
42 data_offset, in CreateBootfs()
60 status = vmo.write(entry.data.data(), data_offset, entry.data.size()); in CreateBootfs()
/system/host/fidl/include/fidl/
A Dcoded_ast.h163 UnionType(std::string name, std::vector<const Type*> types, uint32_t data_offset, uint32_t size, in UnionType()
166 data_offset(data_offset), pointer_name(std::move(pointer_name)), qname(std::move(qname)) { in UnionType()
170 const uint32_t data_offset; member
/system/dev/ethernet/rndis/
A Drndishost.c135 size_t data_offset = offsetof(rndis_packet_header, data_offset) + header->data_offset; in rndishost_recv() local
138 len < data_offset + header->data_length) { in rndishost_recv()
148 ethmac_ifc_recv(&eth->ifc, read_data + data_offset, header->data_length, 0); in rndishost_recv()
302 header.data_offset = sizeof(rndis_packet_header) - 8; in rndishost_queue_tx()
A Drndishost.h143 uint32_t data_offset; member
/system/dev/block/ums-function/
A Dums-function.c87 zx_off_t data_offset; member
146 usb_request_copy_to(req, ums->storage + ums->data_offset, length, 0); in ums_continue_transfer()
168 ums->data_offset = offset; in ums_start_transfer()
406 usb_request_copy_from(req, ums->storage + ums->data_offset, req->response.actual, 0); in ums_data_complete()
411 ums->data_offset += req->response.actual; in ums_data_complete()
/system/host/banjo/lib/
A Dtables_generator.cpp134 Emit(&tables_file_, union_type.data_offset); in Generate()
/system/host/fidl/lib/
A Dtables_generator.cpp152 Emit(&tables_file_, union_type.data_offset); in Generate()

Completed in 861 milliseconds