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

/system/bluetooth/bluez-clean-headers/bluetooth/
H A Dhci.h309 } __attribute__ ((packed)) inquiry_cp;
315 } __attribute__ ((packed)) status_bdaddr_rp;
327 } __attribute__ ((packed)) periodic_inquiry_cp;
341 } __attribute__ ((packed)) create_conn_cp;
349 } __attribute__ ((packed)) disconnect_cp;
356 } __attribute__ ((packed)) add_sco_cp;
362 } __attribute__ ((packed)) create_conn_cancel_cp;
370 } __attribute__ ((packed)) accept_conn_req_cp;
377 } __attribute__ ((packed)) reject_conn_req_cp;
385 } __attribute__ ((packed)) link_key_reply_c
[all...]
H A Dl2cap.h80 } __attribute__ ((packed)) l2cap_hdr;
87 } __attribute__ ((packed)) l2cap_cmd_hdr;
92 } __attribute__ ((packed)) l2cap_cmd_rej;
99 } __attribute__ ((packed)) l2cap_conn_req;
107 } __attribute__ ((packed)) l2cap_conn_rsp;
125 } __attribute__ ((packed)) l2cap_conf_req;
134 } __attribute__ ((packed)) l2cap_conf_rsp;
146 } __attribute__ ((packed)) l2cap_conf_opt;
166 } __attribute__ ((packed)) l2cap_disconn_req;
172 } __attribute__ ((packed)) l2cap_disconn_rs
[all...]
H A Dbluetooth.h104 #define bt_get_unaligned(ptr) ({ struct __attribute__((packed)) { typeof(*(ptr)) __v; } *__p = (void *) (ptr); __p->__v; })
105 #define bt_put_unaligned(val, ptr) do { struct __attribute__((packed)) { typeof(*(ptr)) __v; } *__p = (void *) (ptr); __p->__v = (val); } while(0)
109 } __attribute__((packed)) bdaddr_t;
/system/vold/
H A DAsec.h41 } __attribute__((packed));
/system/core/libpixelflinger/
H A Dclear.cpp50 static void memset2d(context_t* c, const surface_t& s, uint32_t packed, argument
67 memset(dst, packed, w);
73 android_memset16((uint16_t*)dst, packed, w);
81 android_memset32((uint32_t*)dst, packed, w);
130 const uint32_t packed = c->state.clear.colorPacked; local
131 memset2d(c, c->state.buffers.color, packed, l, t, w, h);
139 const uint32_t packed = c->state.clear.depthPacked; local
140 memset2d(c, c->state.buffers.depth, packed, l, t, w, h);
H A Dscanline.cpp1647 c->packed = ggl_pack_color(c, c->state.buffers.color.format,
1756 c->packed = ggl_pack_color(c, f,
2252 uint32_t packed = c->packed; local
2253 memset(dst, packed, ct);
2263 uint32_t packed = c->packed; local
2264 android_memset16(dst, packed, ct*2);
2274 uint32_t packed = GGL_HOST_TO_RGBA(c->packed); local
[all...]
/system/media/audio_effects/include/audio_effects/
H A Deffect_environmentalreverb.h61 } __attribute__((packed)) t_reverb_settings;
/system/core/adb/
H A Dusb_linux_client.c64 } __attribute__((packed)) fs_descs, hs_descs;
65 } __attribute__((packed)) descriptors = {
133 } __attribute__((packed)) lang0;
134 } __attribute__((packed)) strings = {
H A Dframebuffer_service.c53 } __attribute__((packed));
/system/core/gpttool/
H A Dgpttool.c67 } __attribute__((packed));
/system/core/include/private/pixelflinger/
H A Dggl_context.h533 uint32_t packed; member in struct:android::context_t
/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp58 parts.packed = 0;
116 // just use a packed version of the color and extract the
128 parts.packed = (!mTextureMachine.mask && !mBlending
131 if (load || parts.packed) {
133 comment("load initial iterated color (8888 packed)");
138 comment("load initial iterated color (dest format packed)");
160 CONTEXT_LOAD(parts.iterated.reg, packed);
192 // iterated colors are packed, extract the one we need
705 // this is a packed format, and we don't support
H A DGGLAssembler.h292 uint32_t packed : 1; member in struct:android::GGLAssembler::fragment_parts_t
H A DGGLAssembler.cpp255 if (directTex | parts.packed) {
/system/media/camera/src/
H A Dcamera_metadata.c41 } __attribute__((packed)) camera_metadata_buffer_entry_t;
/system/security/keystore/
H A Dkeystore.cpp277 struct __attribute__((packed)) blob {

Completed in 1194 milliseconds