Searched refs:packed (Results 1 - 25 of 36) sorted by relevance

12

/frameworks/base/tools/streaming_proto/test/
H A Dtest.proto59 repeated double double_field_packed = 12 [packed=true];
63 repeated float float_field_packed = 22 [packed=true];
67 repeated int32 int32_field_packed = 32 [packed=true];
71 repeated int64 int64_field_packed = 42 [packed=true];
75 repeated uint32 uint32_field_packed = 52 [packed=true];
79 repeated uint64 uint64_field_packed = 62 [packed=true];
83 repeated sint32 sint32_field_packed = 72 [packed=true];
87 repeated sint64 sint64_field_packed = 82 [packed=true];
91 repeated fixed32 fixed32_field_packed = 92 [packed=true];
95 repeated fixed64 fixed64_field_packed = 102 [packed
[all...]
/frameworks/native/libs/vr/libdvr/include/dvr/
H A Ddvr_config.h13 struct __attribute__((packed, aligned(16))) DvrConfig {
H A Ddvr_vsync.h12 typedef struct __attribute__((packed, aligned(16))) DvrVsync {
H A Ddvr_pose.h24 typedef struct __attribute__((packed, aligned(16))) DvrPoseAsync {
70 typedef struct __attribute__((packed, aligned(16))) DvrPose {
H A Ddvr_shared_buffers.h56 struct __attribute__((packed, aligned(16))) DvrVsyncPoseBuffer {
/frameworks/base/libs/common_time/
H A Dcommon_time_server_packets.cpp70 inline uint64_t unpackDeviceID(uint64_t packed) { argument
71 return (packed & kDeviceIDMask);
74 inline uint8_t unpackDevicePriority(uint64_t packed) { argument
75 return static_cast<uint8_t>(packed >> kDevicePriorityShift);
188 uint64_t packed = packDeviceID(senderDeviceID, senderDevicePriority); local
189 SERIALIZE_INT64(packed);
198 uint64_t packed; local
199 DESERIALIZE_INT64(packed);
200 senderDeviceID = unpackDeviceID(packed);
201 senderDevicePriority = unpackDevicePriority(packed);
210 uint64_t packed = packDeviceID(deviceID, devicePriority); local
220 uint64_t packed; local
274 uint64_t packed = packDeviceID(deviceID, devicePriority); local
284 uint64_t packed; local
[all...]
/frameworks/av/media/mtp/
H A DMtpDescriptors.h46 } __attribute__((packed));
56 } __attribute__((packed));
64 } __attribute__((packed)) header;
66 } __attribute__((packed));
79 } __attribute__((packed));
91 } __attribute__((packed));
96 } __attribute__((packed));
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGsmAlphabetTest.java133 byte[] packed;
138 packed = GsmAlphabet.stringToGsm7BitPacked(testString.toString(), 0, 0);
140 GsmAlphabet.gsm7BitPackedToString(packed, 1, 0xff & packed[0]));
159 packed = GsmAlphabet.stringToGsm7BitPacked(testString.toString(), 0, 0);
161 GsmAlphabet.gsm7BitPackedToString(packed, 1, 0xff & packed[0]));
174 packed = GsmAlphabet.stringToGsm7BitPacked(testString.toString(), 0, 0);
176 GsmAlphabet.gsm7BitPackedToString(packed, 1, 0xff & packed[
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DInput.java34 public boolean packed; field in class:Input
49 packed = false;
65 packed = in.readInt() == 1 ? true : false;
87 dest.writeInt(packed ? 1 : 0);
H A DResponseData.java80 public GetInkeyInputResponseData(String inData, boolean ucs2, boolean packed) { argument
83 mIsPacked = packed;
123 // since 7-bit GSM packed only requires ((mInData.length * 7) + 7) / 8 bytes.
159 buf.write(0x00); // 7 bit packed
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
H A DStream.h34 } __attribute__((packed));
/frameworks/base/core/java/com/android/internal/util/
H A DBitUtils.java80 long packed = 0;
82 packed |= (1 << b);
84 return packed;
/frameworks/av/include/media/
H A DMediaTrack.h104 } __attribute__((packed)); // sent through Binder
/frameworks/av/media/libmediaextractor/include/media/
H A DMediaTrack.h104 } __attribute__((packed)); // sent through Binder
/frameworks/base/tools/streaming_proto/
H A Dstream_proto_utils.cpp12 // FieldId flags for whether the field is single, repeated or packed.
13 // TODO: packed is not supported yet.
30 if (field.options().packed()) {
/frameworks/rs/script_api/include/
H A Drs_object_types.rsh36 } __attribute__((packed, aligned(4)))
132 * RS_TYPE_UNSIGNED_5_6_5, RS_TYPE_UNSIGNED_5_5_5_1, RS_TYPE_UNSIGNED_4_4_4_4 are for packed
/frameworks/native/libs/binder/tests/
H A DbinderDriverInterfaceTest.cpp237 } __attribute__((packed)) bc1 = {
259 } __attribute__((packed)) br;
299 } __attribute__((packed)) bc2 = {
326 } __attribute__((packed)) bc = {
347 } __attribute__((packed)) br;
/frameworks/rs/
H A 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;
/frameworks/native/cmds/servicemanager/
H A Dbinder.c177 } __attribute__((packed)) data;
193 } __attribute__((packed)) data;
327 } __attribute__((packed)) data;
344 } __attribute__((packed)) writebuf;
475 } __attribute__((packed)) data;
/frameworks/av/include/media/stagefright/foundation/
H A DColorUtils.h140 static ColorAspects unpackToColorAspects(uint32_t packed);
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DColorUtils.h140 static ColorAspects unpackToColorAspects(uint32_t packed);
/frameworks/av/media/libstagefright/include/media/stagefright/foundation/
H A DColorUtils.h140 static ColorAspects unpackToColorAspects(uint32_t packed);
/frameworks/base/libs/androidfw/include/androidfw/
H A DCursorWindow.h80 } __attribute((packed));
/frameworks/rs/script_api/
H A Drs_object_types.spec30 } __attribute__((packed, aligned(4)))
156 RS_TYPE_UNSIGNED_5_6_5, RS_TYPE_UNSIGNED_5_5_5_1, RS_TYPE_UNSIGNED_4_4_4_4 are for packed
/frameworks/rs/rsov/compiler/
H A DBuiltin.cpp176 auto packed = b->MakeExtInst(call->mResultType, m->getGLExt(),
179 m->getVectorType(m->getUnsignedIntType(8), 4), packed);

Completed in 1078 milliseconds

12