/frameworks/base/core/jni/ |
D | android_ddm_DdmHandleNativeHeap.cpp | 39 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/ |
D | BlobCache.h | 181 struct Header { struct 204 // An EntryHeader is the header for a serialized cache entry. No need to argument
|
/frameworks/ml/nn/driver/cache/BlobCache/ |
D | BlobCache.h | 264 struct Header { struct 287 // An EntryHeader is the header for a serialized cache entry. No need to argument
|
/frameworks/minikin/libs/minikin/ |
D | Hyphenator.cpp | 74 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/ |
D | DisplayEventReceiver.h | 60 struct Header { struct 61 uint32_t type; 62 PhysicalDisplayId displayId; 63 nsecs_t timestamp __attribute__((aligned(8)));
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | CursorWindow.h | 144 struct Header { struct 169 Header* mHeader; argument
|
/frameworks/minikin/doc/ |
D | hyb_file_format.md | 47 ## Header section in Hyb (hyphenation pattern binary) file format
|
/frameworks/native/libs/vr/libbroadcastring/include/libbroadcastring/ |
D | broadcast_ring.h | 380 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/ |
D | InputTransport.h | 65 struct Header { struct 66 uint32_t type; 70 uint32_t padding;
|
/frameworks/base/core/java/android/app/backup/ |
D | BackupHelperDispatcher.java | 32 private static class Header { class in BackupHelperDispatcher
|
/frameworks/base/cmds/idmap2/include/idmap2/ |
D | Idmap.h | 152 Header() { in Header() function
|
/frameworks/base/core/java/android/preference/ |
D | PreferenceActivity.java | 327 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/ |
D | ResourceTypes.cpp | 3446 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 …]
|