Home
last modified time | relevance | path

Searched refs:__u32 (Results 1 – 25 of 31) sorted by relevance

12

/system/memory/libion/kernel-headers/linux/
Dion_4.12.h26 __u32 heap_id_mask;
27 __u32 flags;
28 __u32 fd;
29 __u32 unused;
34 __u32 type;
35 __u32 heap_id;
36 __u32 reserved0;
37 __u32 reserved1;
38 __u32 reserved2;
41 __u32 cnt;
[all …]
Dion_4.19.h38 __u32 heap_id_mask;
39 __u32 flags;
40 __u32 fd;
41 __u32 unused;
46 __u32 type;
47 __u32 heap_id;
48 __u32 reserved0;
49 __u32 reserved1;
50 __u32 reserved2;
53 __u32 cnt;
[all …]
/system/memory/libion/original-kernel-headers/linux/
Dion_4.12.h46 __u32 heap_id_mask;
47 __u32 flags;
48 __u32 fd;
49 __u32 unused;
62 __u32 type;
63 __u32 heap_id;
64 __u32 reserved0;
65 __u32 reserved1;
66 __u32 reserved2;
75 __u32 cnt; /* Total number of heaps to be copied */
[all …]
Dion_4.19.h74 __u32 heap_id_mask;
75 __u32 flags;
76 __u32 fd;
77 __u32 unused;
90 __u32 type;
91 __u32 heap_id;
92 __u32 reserved0;
93 __u32 reserved1;
94 __u32 reserved2;
103 __u32 cnt; /* Total number of heaps to be copied */
[all …]
/system/incremental_delivery/incfs/kernel-headers/linux/
Dincrementalfs.h121 __u32 block_index;
124 __u32 serial_number;
132 __u32 block_index;
135 __u32 data_len;
155 __u32 reserved2;
181 __u32 file_descriptor;
208 __u32 reserved2;
238 __u32 file_attr_len;
240 __u32 reserved4;
283 __u32 file_signature_buf_size;
[all …]
/system/core/deprecated-adf/libadf/include/adf/
Dadf.h26 typedef __u32 adf_id_t;
94 adf_id_t *interfaces, __u32 n_interfaces,
95 struct adf_buffer_config *bufs, __u32 n_bufs,
142 ssize_t adf_interfaces_filter_by_flag(struct adf_device *dev, __u32 flag,
177 int adf_interface_simple_buffer_alloc(int fd, __u32 w, __u32 h,
178 __u32 format, __u32 *offset, __u32 *pitch);
187 __u32 w, __u32 h, __u32 format, int buf_fd, __u32 offset,
188 __u32 pitch, int acquire_fence);
207 __u32 w, __u32 h, __u32 format, int buf_fd, __u32 offset,
208 __u32 pitch, int acquire_fence,
[all …]
/system/core/deprecated-adf/libadf/original-kernel-headers/video/
Dadf.h36 ADF_INTF_TYPE_MAX = (~(__u32)0),
84 __u32 length;
125 __u32 overlay_engine;
127 __u32 w;
128 __u32 h;
129 __u32 format;
132 __u32 offset[ADF_MAX_PLANES];
133 __u32 pitch[ADF_MAX_PLANES];
157 __u32 __user *interfaces;
183 __u32 n_interfaces;
[all …]
/system/core/deprecated-adf/libadf/include/video/
Dadf.h40 ADF_INTF_TYPE_MAX = (~(__u32) 0),
66 __u32 length;
81 __u32 overlay_engine;
82 __u32 w;
84 __u32 h;
85 __u32 format;
87 __u32 offset[ADF_MAX_PLANES];
89 __u32 pitch[ADF_MAX_PLANES];
97 __u32 __user * interfaces;
107 __u32 n_interfaces;
[all …]
/system/netd/bpf_progs/
Dbpf_net_helpers.h32 static int64_t (*bpf_csum_diff)(__be32* from, __u32 from_size, __be32* to, __u32 to_size,
39 static int (*bpf_l3_csum_replace)(struct __sk_buff* skb, __u32 offset, __u64 from, __u64 to,
41 static int (*bpf_l4_csum_replace)(struct __sk_buff* skb, __u32 offset, __u64 from, __u64 to,
43 static int (*bpf_redirect)(__u32 ifindex, __u64 flags) = (void*)BPF_FUNC_redirect;
45 static int (*bpf_skb_change_head)(struct __sk_buff* skb, __u32 head_room,
47 static int (*bpf_skb_adjust_room)(struct __sk_buff* skb, __s32 len_diff, __u32 mode,
/system/core/include/private/
Dandroid_filesystem_capability.h27 #define __u32 uint32_t macro
38 __u32 version;
43 __u32 effective;
44 __u32 permitted;
45 __u32 inheritable;
116 #undef __u32
/system/core/libcutils/include/private/
Dandroid_filesystem_capability.h27 #define __u32 uint32_t macro
38 __u32 version;
43 __u32 effective;
44 __u32 permitted;
45 __u32 inheritable;
116 #undef __u32
/system/core/deprecated-adf/libadf/
Dadf.cpp166 adf_id_t *interfaces, __u32 n_interfaces, in adf_device_post_v2()
167 struct adf_buffer_config *bufs, __u32 n_bufs, in adf_device_post_v2()
253 bool (*filter)(struct adf_interface_data *data, __u32 match), in adf_interfaces_filter()
254 __u32 match) in adf_interfaces_filter()
276 __u32 type) in adf_interface_type_filter()
290 __u32 flag) in adf_interface_flags_filter()
295 ssize_t adf_interfaces_filter_by_flag(struct adf_device *dev, __u32 flag, in adf_interfaces_filter_by_flag()
362 int adf_interface_simple_buffer_alloc(int fd, __u32 w, __u32 h, in adf_interface_simple_buffer_alloc()
363 __u32 format, __u32 *offset, __u32 *pitch) in adf_interface_simple_buffer_alloc()
383 __u32 overlay_engine, __u32 w, __u32 h, __u32 format, int buf_fd, in adf_interface_simple_post_config_buf()
[all …]
/system/bpf/libbpf_android/include/bpf/
DBpfUtils.h80 .map_fd = static_cast<__u32>(map_fd.get()), in writeToMapEntry()
89 .map_fd = static_cast<__u32>(map_fd.get()), in findMapEntry()
97 .map_fd = static_cast<__u32>(map_fd.get()), in deleteMapEntry()
104 .map_fd = static_cast<__u32>(map_fd.get()), in getNextMapKey()
117 .bpf_fd = static_cast<__u32>(map_fd.get()), in bpfFdPin()
151 .target_fd = static_cast<__u32>(cg_fd.get()), in attachProgram()
152 .attach_bpf_fd = static_cast<__u32>(prog_fd.get()), in attachProgram()
159 .target_fd = static_cast<__u32>(cg_fd.get()), in detachProgram()
/system/extras/ext4_utils/include/ext4_utils/
Dext4.h33 typedef __u32 ext4_lblk_t;
97 #define EXT4_ADDR_PER_BLOCK(s) (EXT4_BLOCK_SIZE(s) / sizeof(__u32))
112 __u32 bg_reserved[2];
122 __u32 bg_reserved2[3];
179 __u32 group;
183 __u32 blocks_count;
186 __u32 free_blocks_count;
250 __u32 h_i_translator;
253 __u32 m_i_reserved1;
267 __u32 l_i_reserved2;
[all …]
Dext4_kernel_headers.h34 #define __u32 uint32_t macro
54 #undef __u32
Djbd2.h49 #define JBD2_CHECKSUM_BYTES (32 / sizeof(__u32))
111 __u32 s_padding[44];
Dxattr.h15 __u32 h_reserved[3];
/system/connectivity/wificond/net/kernel-header-latest/
Dnl80211.h2676 __u32 mask;
2677 __u32 set;
4140 __u32 max_patterns;
4141 __u32 min_pattern_len;
4142 __u32 max_pattern_len;
4143 __u32 max_pkt_offset;
4305 __u32 start, offset, len;
4316 __u32 offset, len;
4327 __u32 min_len, max_len, bufsize;
4391 __u32 max_rules;
[all …]
/system/netd/server/
DOffloadUtils.cpp284 __u32 u32; in tcFilterAddDevBpf()
292 __u32 u32; in tcFilterAddDevBpf()
309 .tcm_info = static_cast<__u32>((prio << 16) | htons(proto)), in tcFilterAddDevBpf()
334 .u32 = static_cast<__u32>(bpfFd), in tcFilterAddDevBpf()
384 .tcm_info = static_cast<__u32>((prio << 16) | htons(proto)), in tcFilterDelDev()
DXfrmController.h155 __u32 min;
156 __u32 max;
322 __u32 outputMark;
329 __u32 if_id;
382 static int fillNlAttrXfrmOutputMark(const __u32 underlyingNetId,
384 static int fillNlAttrXfrmIntfId(const __u32 intf_id_value, nlattr_xfrm_interface_id* intf_id);
/system/extras/simpleperf/nonlinux_support/include/linux/
Dtypes.h21 typedef uint32_t __u32; typedef
/system/vold/
Dsecdiscard.cpp75 #define F2FS_IOC_SET_PIN_FILE _IOW(F2FS_IOCTL_MAGIC, 13, __u32) in main()
76 #define F2FS_IOC_GET_PIN_FILE _IOR(F2FS_IOCTL_MAGIC, 14, __u32) in main()
84 __u32 set = 1; in main()
/system/core/libsparse/
Dsparse_defs.h32 #define __u32 u32 macro
/system/memory/libmeminfo/libdmabufinfo/
Ddmabufinfo_test.cpp46 __u32 type;
47 __u32 heap_id;
48 __u32 reserved0;
49 __u32 reserved1;
50 __u32 reserved2;
/system/core/libsync/
Dsync.c97 __u32 value;
104 #define SW_SYNC_IOC_INC _IOW(SW_SYNC_IOC_MAGIC, 1, __u32)
425 __u32 arg = count; in sw_sync_timeline_inc()

12