Home
last modified time | relevance | path

Searched refs:aligned (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/native/libs/gui/include/gui/
DDisplayEventReceiver.h74 PhysicalDisplayId displayId __attribute__((aligned(8)));
75 nsecs_t timestamp __attribute__((aligned(8)));
89 nsecs_t vsyncPeriod __attribute__((aligned(8)));
93 uid_t uid __attribute__((aligned(8)));
94 float frameRateHz __attribute__((aligned(8)));
/frameworks/base/libs/androidfw/include/androidfw/
DAsset.h97 virtual const void* getBuffer(bool aligned) = 0;
106 virtual incfs::map_ptr<void> getIncFsBuffer(bool aligned) = 0;
277 const void* getBuffer(bool aligned) override;
278 incfs::map_ptr<void> getIncFsBuffer(bool aligned) override;
335 virtual const void* getBuffer(bool aligned);
336 virtual incfs::map_ptr<void> getIncFsBuffer(bool aligned);
/frameworks/av/media/libaudioprocessing/audio-resampler/
Dfilter_coefficients.h21 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/
Ddvr_pose.h24 typedef struct __attribute__((packed, aligned(16))) DvrPoseAsync {
70 typedef struct __attribute__((packed, aligned(16))) DvrPose {
Ddvr_config.h13 struct __attribute__((packed, aligned(16))) DvrConfig {
Ddvr_vsync.h10 typedef struct __attribute__((packed, aligned(16))) DvrVsync {
Ddvr_shared_buffers.h56 struct __attribute__((packed, aligned(16))) DvrVsyncPoseBuffer {
/frameworks/base/core/proto/android/os/
Dpagetypeinfo.proto28 * 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/
Drs_hal.h111 #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;
DrsThreadIO.h88 uint8_t mSendBuffer[2 * 1024] __attribute__((aligned(sizeof(double))));
/frameworks/native/include/input/
DInputTransport.h98 nsecs_t eventTime __attribute__((aligned(8)));
110 nsecs_t downTime __attribute__((aligned(8)));
118 nsecs_t eventTime __attribute__((aligned(8)));
131 nsecs_t downTime __attribute__((aligned(8)));
157 } pointers[MAX_POINTERS] __attribute__((aligned(8)));
222 } __attribute__((aligned(8))) body;
/frameworks/base/libs/androidfw/
DAsset.cpp595 const void* _FileAsset::getBuffer(bool aligned) in getBuffer() argument
597 auto buffer = getIncFsBuffer(aligned); in getBuffer()
605 incfs::map_ptr<void> _FileAsset::getIncFsBuffer(bool aligned) in getIncFsBuffer() argument
611 if (!aligned) { in getIncFsBuffer()
660 if (!aligned) { in getIncFsBuffer()
955 incfs::map_ptr<void> _CompressedAsset::getIncFsBuffer(bool aligned) { in getIncFsBuffer() argument
956 return incfs::map_ptr<void>(getBuffer(aligned)); in getIncFsBuffer()
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
Dballs.rsh2 typedef struct __attribute__((packed, aligned(4))) Ball {
Dballs.rscript14 typedef struct __attribute__((packed, aligned(4))) Point {
/frameworks/rs/script_api/include/
Drs_object_types.rsh36 } __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/
DREADME.rst138 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/libs/native_bridge_support/
DAndroid.bp27 "-Wover-aligned",
/frameworks/native/libs/ui/include/ui/
DBufferHubDefs.h125 struct __attribute__((aligned(8))) MetadataHeader {
/frameworks/av/media/libaudioprocessing/
DAudioResamplerDyn.h165 TO __attribute__ ((aligned (8))) mVolumeSimd[2]; // must be aligned or NEON may crash
DAudioResamplerSinc.cpp68 const uint32_t AudioResamplerSinc::mFirCoefsUp[] __attribute__ ((aligned (32))) = {
76 const uint32_t AudioResamplerSinc::mFirCoefsDown[] __attribute__ ((aligned (32))) = {
/frameworks/base/tools/aapt2/
Dformats.md20 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/
DVideoAPI.h113 struct __attribute__ ((__packed__, aligned(alignof(uint32_t)))) ColorAspects {
/frameworks/rs/script_api/
Drs_object_types.spec30 } __attribute__((packed, aligned(4)))
/frameworks/base/core/java/android/widget/
DImageView.java1494 public void setBaselineAlignBottom(boolean aligned) { in setBaselineAlignBottom() argument
1495 if (mBaselineAlignBottom != aligned) { in setBaselineAlignBottom()
1496 mBaselineAlignBottom = aligned; in setBaselineAlignBottom()
/frameworks/base/media/java/android/media/
DMediaCodecInfo.java2090 PerformancePoint aligned = new PerformancePoint(this, commonSize); in covers() local
2093 return (aligned.getMaxMacroBlocks() >= otherAligned.getMaxMacroBlocks() in covers()
2094 && aligned.mMaxFrameRate >= otherAligned.mMaxFrameRate in covers()
2095 && aligned.mMaxMacroBlockRate >= otherAligned.mMaxMacroBlockRate); in covers()
2110 PerformancePoint aligned = new PerformancePoint(this, commonSize); in equals() local
2113 return (aligned.getMaxMacroBlocks() == otherAligned.getMaxMacroBlocks() in equals()
2114 && aligned.mMaxFrameRate == otherAligned.mMaxFrameRate in equals()
2115 && aligned.mMaxMacroBlockRate == otherAligned.mMaxMacroBlockRate); in equals()

12