Home
last modified time | relevance | path

Searched refs:packed (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmAlphabetTest.java133 byte[] packed; in testBasic()
138 packed = GsmAlphabet.stringToGsm7BitPacked(testString.toString(), 0, 0); in testBasic()
140 GsmAlphabet.gsm7BitPackedToString(packed, 1, 0xff & packed[0])); in testBasic()
159 packed = GsmAlphabet.stringToGsm7BitPacked(testString.toString(), 0, 0); in testBasic()
161 GsmAlphabet.gsm7BitPackedToString(packed, 1, 0xff & packed[0])); in testBasic()
174 packed = GsmAlphabet.stringToGsm7BitPacked(testString.toString(), 0, 0); in testBasic()
176 GsmAlphabet.gsm7BitPackedToString(packed, 1, 0xff & packed[0])); in testBasic()
185 packed = GsmAlphabet.stringToGsm7BitPacked(testString.toString(), 0, 0); in testBasic()
187 GsmAlphabet.gsm7BitPackedToString(packed, 1, 0xff & packed[0])); in testBasic()
206 packed = GsmAlphabet.stringToGsm7BitPacked(testString.toString(), 0, 0); in testBasic()
[all …]
/frameworks/base/libs/common_time/
Dcommon_time_server_packets.cpp70 inline uint64_t unpackDeviceID(uint64_t packed) { in unpackDeviceID() argument
71 return (packed & kDeviceIDMask); in unpackDeviceID()
74 inline uint8_t unpackDevicePriority(uint64_t packed) { in unpackDevicePriority() argument
75 return static_cast<uint8_t>(packed >> kDevicePriorityShift); in unpackDevicePriority()
188 uint64_t packed = packDeviceID(senderDeviceID, senderDevicePriority); in serializePacket() local
189 SERIALIZE_INT64(packed); in serializePacket()
198 uint64_t packed; in deserializePacket() local
199 DESERIALIZE_INT64(packed); in deserializePacket()
200 senderDeviceID = unpackDeviceID(packed); in deserializePacket()
201 senderDevicePriority = unpackDevicePriority(packed); in deserializePacket()
[all …]
/frameworks/rs/scriptc/
Drs_types.rsh128 #define RS_BASE_OBJ typedef struct { const int* const p; } __attribute__((packed, aligned(4)))
170 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_mesh;
176 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_path;
182 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_fragment;
188 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_vertex;
194 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_raster;
200 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_store;
206 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_font;
211 * Provides two float fields packed into a single 64 bit field with 64 bit
216 * Vector version of the basic float type. Provides three float fields packed
[all …]
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSInfo.h54 struct __attribute__((packed)) ListHeader {
66 struct __attribute__((packed)) Header {
97 struct __attribute__((packed)) PragmaItem {
103 struct __attribute__((packed)) ObjectSlotItem {
107 struct __attribute__((packed)) ExportVarNameItem {
111 struct __attribute__((packed)) ExportFuncNameItem {
115 struct __attribute__((packed)) ExportForeachFuncItem {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DInput.java34 public boolean packed; field in Input
48 packed = false; in Input()
63 packed = in.readInt() == 1 ? true : false; in Input()
84 dest.writeInt(packed ? 1 : 0); in writeToParcel()
DResponseData.java80 public GetInkeyInputResponseData(String inData, boolean ucs2, boolean packed) { in GetInkeyInputResponseData() argument
83 mIsPacked = packed; in GetInkeyInputResponseData()
DCommandParamsFactory.java499 input.packed = (cmdDet.commandQualifier & 0x08) != 0; in processGetInput()
DCatService.java974 input.ucs2, input.packed); in handleCmdResponse()
/frameworks/rs/
Drs_hal.h60 #define RS_BASE_OBJ(_t_) typedef struct { const _t_* p; } __attribute__((packed, aligned(4)))
74 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_mesh;
75 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_path;
76 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_program_fragment;
77 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_program_vertex;
78 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_program_raster;
79 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_program_store;
80 typedef struct { const int* p; } __attribute__((packed, aligned(4))) rs_font;
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dmime_io.tab28 /* size of packed frame for each mode, excluding TOC byte */
32 /* number of unused speech bits in packed format for each mode */
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
Dballs.rsh2 typedef struct __attribute__((packed, aligned(4))) Ball {
Dballs.rs17 typedef struct __attribute__((packed, aligned(4))) Point {
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
Dtransform_def.rsh24 typedef struct __attribute__((packed, aligned(4))) SgTransform {
/frameworks/native/cmds/servicemanager/
Dbinder.c177 } __attribute__((packed)) data; in binder_send_reply()
307 } __attribute__((packed)) data; in binder_link_to_death()
324 } __attribute__((packed)) writebuf; in binder_call()
455 } __attribute__((packed)) data; in binder_done()
/frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
Dfountain.rs14 typedef struct __attribute__((packed, aligned(4))) Point {
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
Dfountain.rs13 typedef struct __attribute__((packed, aligned(4))) Point {
/frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
Dfountainfbo.rs21 typedef struct __attribute__((packed, aligned(4))) Point {
/frameworks/base/include/androidfw/
DCursorWindow.h79 } __attribute((packed));
DResourceTypes.h178 } __attribute__((packed));
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
Dui_test.rs51 typedef struct __attribute__((packed, aligned(4))) Particle {
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Dscenegraph_objects.rsh70 typedef struct __attribute__((packed, aligned(4))) SgTransform {
/frameworks/base/docs/html/distribute/stories/
Dtablets.jd45 <li>A feature-packed to-do list app; never forget the milk (or anything else) again</li>
68 …<a href="http://play.google.com/store/apps/details?id=com.rememberthemilk.MobileRTM">feature-packed
/frameworks/base/docs/html/training/custom-views/
Dcustom-drawing.jd168 values are stored as packed integers, and you use the static methods of
/frameworks/compile/slang/
DREADME.rst171 typedef struct __attribute__((packed, aligned(4))) Point {
/frameworks/base/docs/html/about/versions/
Dlollipop.jd49 <p>This release is packed with new features for users and thousands of new APIs for developers. It …

12