Home
last modified time | relevance | path

Searched refs:__u8 (Results 1 – 14 of 14) sorted by relevance

/system/core/adf/libadf/include/video/
Dadf.h60 __u8 type;
61 __u8 enabled;
65 __u8 type;
76 __u8 connected;
90 __u8 n_planes;
116 __u8 complete_fence_type;
139 __u8 complete_fence_type;
165 __u8 dpms_state;
166 __u8 hotplug_detect;
192 #define ADF_BLANK _IOW(ADF_IOCTL_TYPE, 1, __u8)
/system/core/adf/libadf/original-kernel-headers/video/
Dadf.h72 __u8 type;
73 __u8 enabled;
83 __u8 type;
106 __u8 connected;
134 __u8 n_planes;
193 __u8 complete_fence_type;
257 __u8 complete_fence_type;
323 __u8 dpms_state;
324 __u8 hotplug_detect;
361 #define ADF_BLANK _IOW(ADF_IOCTL_TYPE, 1, __u8)
/system/extras/ext4_utils/include/ext4_utils/
Dext4_kernel_headers.h36 #define __u8 uint8_t macro
56 #undef __u8
Dxattr.h23 __u8 e_name_len;
24 __u8 e_name_index;
Dext4.h415 __u8 s_uuid[16];
420 __u8 s_prealloc_blocks;
421 __u8 s_prealloc_dir_blocks;
424 __u8 s_journal_uuid[16];
429 __u8 s_def_hash_version;
430 __u8 s_reserved_char_pad;
447 __u8 s_log_groups_per_flex;
448 __u8 s_reserved_char_pad2;
549 __u8 name_len;
550 __u8 file_type;
Djbd2.h102 __u8 s_uuid[16];
113 __u8 s_users[16*48];
/system/core/sdcard/
Dfuse.h201 __u8 request_buffer[MAX_REQUEST_SIZE];
202 __u8 read_buffer[MAX_READ + PAGE_SIZE];
Dfuse.cpp1041__u8 *read_buffer = (__u8 *) ((uintptr_t)(handler->read_buffer + PAGE_SIZE) & ~((uintptr_t)PAGE_SI… in handle_read()
1067 __u8 aligned_buffer[req->size] __attribute__((__aligned__(PAGE_SIZE))); in handle_write()
1071 buffer = (const __u8*) aligned_buffer; in handle_write()
1374 const void* buffer = (const __u8*)data + sizeof(*req); in handle_fuse_request()
/system/extras/simpleperf/nonlinux_support/include/linux/
Dtypes.h19 typedef uint8_t __u8; typedef
/system/core/libsparse/
Dsparse_defs.h34 #define __u8 u8 macro
/system/core/libsync/
Dsync.c371 itr = (struct sync_pt_info *) ((__u8 *)itr + itr->len); in sync_pt_info()
373 if ((__u8 *)itr - (__u8 *)info >= (int)info->len) in sync_pt_info()
/system/core/adf/libadf/include/adf/
Dadf.h167 int adf_interface_blank(int fd, __u8 mode);
/system/netd/server/
DSockDiagTest.cpp198 inet_diag_msg makeDiagMessage(__u8 family, const sockaddr *src, const sockaddr *dst) { in makeDiagMessage()
/system/core/adf/libadf/
Dadf.cpp342 int adf_interface_blank(int fd, __u8 mode) in adf_interface_blank()