Home
last modified time | relevance | path

Searched defs:Header (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/jni/
Dandroid_ddm_DdmHandleNativeHeap.cpp39 struct Header { struct
41 uint32_t signature;
42 uint16_t version;
43 uint16_t pointerSize;
68 * copy them into a byte[] with a "struct Header" that holds data offsets, argument
/frameworks/native/opengl/libs/EGL/
DBlobCache.h181 struct Header { struct
204 // An EntryHeader is the header for a serialized cache entry. No need to argument
/frameworks/ml/nn/driver/cache/BlobCache/
DBlobCache.h264 struct Header { struct
287 // An EntryHeader is the header for a serialized cache entry. No need to argument
/frameworks/minikin/libs/minikin/
DHyphenator.cpp74 struct Header { struct
75 uint32_t magic;
76 uint32_t version;
77 uint32_t alphabet_offset;
78 uint32_t trie_offset;
79 uint32_t pattern_offset;
80 uint32_t file_size;
83 const uint8_t* bytes() const { return reinterpret_cast<const uint8_t*>(this); } in bytes()
84 uint32_t alphabetVersion() const { in alphabetVersion()
87 const AlphabetTable0* alphabetTable0() const { in alphabetTable0()
[all …]
/frameworks/native/libs/gui/include/gui/
DDisplayEventReceiver.h60 struct Header { struct
61 uint32_t type;
62 PhysicalDisplayId displayId;
63 nsecs_t timestamp __attribute__((aligned(8)));
/frameworks/base/libs/androidfw/include/androidfw/
DCursorWindow.h144 struct Header { struct
169 Header* mHeader; argument
/frameworks/minikin/doc/
Dhyb_file_format.md47 ## Header section in Hyb (hyphenation pattern binary) file format
/frameworks/native/libs/vr/libbroadcastring/include/libbroadcastring/
Dbroadcast_ring.h380 struct Header { struct
383 std::atomic<uint32_t> record_size;
386 std::atomic<uint32_t> record_count;
402 std::atomic<uint32_t> head;
403 std::atomic<uint32_t> tail;
/frameworks/native/include/input/
DInputTransport.h65 struct Header { struct
66 uint32_t type;
70 uint32_t padding;
/frameworks/base/core/java/android/app/backup/
DBackupHelperDispatcher.java32 private static class Header { class in BackupHelperDispatcher
/frameworks/base/cmds/idmap2/include/idmap2/
DIdmap.h152 Header() { in Header() function
/frameworks/base/core/java/android/preference/
DPreferenceActivity.java327 public static final class Header implements Parcelable { class in PreferenceActivity
417 public Header() { in Header() method in PreferenceActivity.Header
517 Header(Parcel in) { in Header() method in PreferenceActivity.Header
/frameworks/base/libs/androidfw/
DResourceTypes.cpp3446 struct ResTable::Header struct in android::ResTable
3448 explicit Header(ResTable* _owner) : owner(_owner), ownedData(NULL), header(NULL), in Header() function
3451 ~Header() in ~Header()
3456 const ResTable* const owner;
3457 void* ownedData;
3458 const ResTable_header* header;
3459 size_t size;
3460 const uint8_t* dataEnd;
3461 size_t index;
3462 int32_t cookie;
[all …]