/frameworks/native/libs/vr/libvrflinger/ |
D | hwc_types.h | 289 uint8_t r __attribute__((aligned(1))); 290 uint8_t g __attribute__((aligned(1))); 291 uint8_t b __attribute__((aligned(1))); 292 uint8_t a __attribute__((aligned(1))); 299 int32_t left __attribute__((aligned(4))); 300 int32_t top __attribute__((aligned(4))); 301 int32_t right __attribute__((aligned(4))); 302 int32_t bottom __attribute__((aligned(4)));
|
/frameworks/av/media/libaudioprocessing/audio-resampler/ |
D | filter_coefficients.h | 21 const uint32_t up_sampler_filter_coefficients[] __attribute__ ((aligned (32))) = { 154 const uint32_t dn_sampler_filter_coefficients[] __attribute__ ((aligned (32))) = {
|
/frameworks/native/libs/vr/libdvr/include/dvr/ |
D | dvr_pose.h | 24 typedef struct __attribute__((packed, aligned(16))) DvrPoseAsync { 70 typedef struct __attribute__((packed, aligned(16))) DvrPose {
|
D | dvr_config.h | 13 struct __attribute__((packed, aligned(16))) DvrConfig {
|
D | dvr_vsync.h | 10 typedef struct __attribute__((packed, aligned(16))) DvrVsync {
|
D | dvr_shared_buffers.h | 56 struct __attribute__((packed, aligned(16))) DvrVsyncPoseBuffer {
|
/frameworks/rs/ |
D | rs_hal.h | 111 #define RS_BASE_OBJ(_t_) typedef struct { const _t_* p; } __attribute__((packed, aligned(4))) 127 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_mesh; 128 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_program_fragment; 129 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_program_vertex; 130 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_program_raster; 131 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_program_store; 132 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_font;
|
D | rsThreadIO.h | 88 uint8_t mSendBuffer[2 * 1024] __attribute__((aligned(sizeof(double))));
|
/frameworks/native/include/input/ |
D | InputTransport.h | 78 nsecs_t eventTime __attribute__((aligned(8))); 89 nsecs_t downTime __attribute__((aligned(8))); 99 nsecs_t eventTime __attribute__((aligned(8))); 111 nsecs_t downTime __attribute__((aligned(8))); 144 } __attribute__((aligned(8))) body;
|
/frameworks/base/core/proto/android/os/ |
D | pagetypeinfo.proto | 28 * An order-0 page is 4 KB in size and 4 KB aligned. 29 * An order-1 page is 8 KB in size and 8 KB aligned. 30 * An order-10 page is 4096 KB in size and 4096 aligned.
|
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/ |
D | balls.rsh | 2 typedef struct __attribute__((packed, aligned(4))) Ball {
|
D | balls.rscript | 14 typedef struct __attribute__((packed, aligned(4))) Point {
|
/frameworks/rs/script_api/include/ |
D | rs_object_types.rsh | 36 } __attribute__((packed, aligned(4))) 154 RS_TYPE_MATRIX_4X4 = 16, // A 4x4 matrix of 32 bit floats, aligned on a 32 bit boundary. 155 RS_TYPE_MATRIX_3X3 = 17, // A 3x3 matrix of 32 bit floats, aligned on a 32 bit boundary. 156 RS_TYPE_MATRIX_2X2 = 18, // A 2x2 matrix of 32 bit floats, aligned on a 32 bit boundary.
|
/frameworks/compile/libbcc/ |
D | README.rst | 138 table, and bcc context. Every section should be aligned to a word size. 171 the code and the data. The offset of context should aligned to 193 Note: stack will be aligned to the coarsest-grained argument. In the case of 194 float2 above as an argument, parameter stack will be aligned to an 8-byte
|
/frameworks/native/opengl/libagl/ |
D | context.h | 501 transform_t mvp __attribute__((aligned(32))); 503 vp_transform_t vpt __attribute__((aligned(32))); 611 array_machine_t arrays __attribute__((aligned(32))); 619 compute_iterators_t lerp __attribute__((aligned(32)));
|
/frameworks/libs/native_bridge_support/ |
D | Android.bp | 23 "-Wover-aligned",
|
/frameworks/native/libs/gui/include/gui/ |
D | DisplayEventReceiver.h | 63 nsecs_t timestamp __attribute__((aligned(8)));
|
/frameworks/native/libs/ui/include/ui/ |
D | BufferHubDefs.h | 125 struct __attribute__((aligned(8))) MetadataHeader {
|
/frameworks/base/libs/androidfw/ |
D | CursorWindow.cpp | 220 uint32_t CursorWindow::alloc(size_t size, bool aligned) { in alloc() argument 222 if (aligned) { in alloc()
|
/frameworks/av/media/libaudioprocessing/ |
D | AudioResamplerDyn.h | 165 TO __attribute__ ((aligned (8))) mVolumeSimd[2]; // must be aligned or NEON may crash
|
D | AudioResamplerSinc.cpp | 68 const uint32_t AudioResamplerSinc::mFirCoefsUp[] __attribute__ ((aligned (32))) = { 76 const uint32_t AudioResamplerSinc::mFirCoefsDown[] __attribute__ ((aligned (32))) = {
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | CursorWindow.h | 193 uint32_t alloc(size_t size, bool aligned = false);
|
/frameworks/base/tools/aapt2/ |
D | formats.md | 20 This is followed by `entry_count` of the following data structure. It must be aligned on a 32-bit
|
/frameworks/native/headers/media_plugin/media/hardware/ |
D | VideoAPI.h | 113 struct __attribute__ ((__packed__, aligned(alignof(uint32_t)))) ColorAspects {
|
/frameworks/base/core/java/android/widget/ |
D | ImageView.java | 1484 public void setBaselineAlignBottom(boolean aligned) { in setBaselineAlignBottom() argument 1485 if (mBaselineAlignBottom != aligned) { in setBaselineAlignBottom() 1486 mBaselineAlignBottom = aligned; in setBaselineAlignBottom()
|