Searched defs:magic (Results 1 - 8 of 8) sorted by path

/system/core/adb/
H A Dadb.h56 unsigned magic; /* command ^ 0xffffffff */ member in struct:amessage
/system/core/gpttool/
H A Dgpttool.c47 u8 magic[8]; member in struct:efi_header
308 memcpy(hdr->magic, EFI_MAGIC, sizeof(hdr->magic));
/system/core/include/system/
H A Dwindow.h69 /* a magic value defined by the actual EGL native type */
70 int magic; member in struct:android_native_base_t
86 common.magic = ANDROID_NATIVE_BUFFER_MAGIC;
341 common.magic = ANDROID_NATIVE_WINDOW_MAGIC;
/system/core/libsparse/
H A Dsparse_format.h22 __le32 magic; /* 0xed26ff3a */ member in struct:sparse_header
/system/core/mkbootimg/
H A Dbootimg.h30 unsigned char magic[BOOT_MAGIC_SIZE]; member in struct:boot_img_hdr
/system/extras/ext4_utils/
H A Dext4fixup.c56 /* Internal state variables corresponding to the magic numbers */
124 unsigned long long magic; local
132 len = read(fd, &magic, sizeof(magic));
133 if (len != sizeof(magic)) {
137 switch (magic) {
155 unsigned long long magic; local
166 magic = MAGIC_STATE_MARKING_INUMS;
169 magic = MAGIC_STATE_UPDATING_INUMS;
172 magic
[all...]
/system/vold/
H A DAsec.h22 unsigned int magic; member in struct:asec_superblock
H A Dcryptfs.h46 __le32 magic; /* See above */ member in struct:crypt_mnt_ftr

Completed in 80 milliseconds