Home
last modified time | relevance | path

Searched defs:Header (Results 1 – 10 of 10) 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.h178 struct Header { struct
201 // 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.h68 struct Header { struct
69 uint32_t type;
70 PhysicalDisplayId displayId __attribute__((aligned(8)));
71 nsecs_t timestamp __attribute__((aligned(8)));
/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/base/core/java/android/app/backup/
DBackupHelperDispatcher.java32 private static class Header { class in BackupHelperDispatcher
/frameworks/base/core/java/android/preference/
DPreferenceActivity.java328 public static final class Header implements Parcelable { class in PreferenceActivity
418 public Header() { in Header() method in PreferenceActivity.Header
518 Header(Parcel in) { in Header() method in PreferenceActivity.Header
/frameworks/native/include/input/
DInputTransport.h77 struct Header { struct
78 Type type; // 4 bytes
79 uint32_t seq;
/frameworks/base/libs/androidfw/
DResourceTypes.cpp3561 struct ResTable::Header struct in android::ResTable
3563 explicit Header(ResTable* _owner) : owner(_owner), ownedData(NULL), header(NULL), in Header() function
3566 ~Header() in ~Header()
3571 const ResTable* const owner;
3572 void* ownedData;
3573 const ResTable_header* header;
3574 size_t size;
3575 const uint8_t* dataEnd;
3576 size_t index;
3577 int32_t cookie;
[all …]