Home
last modified time | relevance | path

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

12

/system/core/fs_mgr/liblp/include/liblp/
Dmetadata_format.h121 } __attribute__((packed)) LpMetadataGeometry;
136 } __attribute__((packed)) LpMetadataTableDescriptor;
199 } __attribute__((packed)) LpMetadataHeader;
228 } __attribute__((packed)) LpMetadataPartition;
259 } __attribute__((packed)) LpMetadataExtent;
275 } __attribute__((packed)) LpMetadataPartitionGroup;
326 } __attribute__((packed)) LpMetadataBlockDevice;
/system/core/adb/
Dfile_sync_protocol.h38 } __attribute__((packed));
41 struct __attribute__((packed)) {
47 struct __attribute__((packed)) {
61 struct __attribute__((packed)) {
68 struct __attribute__((packed)) {
72 struct __attribute__((packed)) {
/system/media/audio_utils/include/audio_utils/
Dminifloat.h48 static inline gain_minifloat_t gain_minifloat_unpack_left(gain_minifloat_packed_t packed) in gain_minifloat_unpack_left() argument
50 return packed & 0xFFFF; in gain_minifloat_unpack_left()
53 static inline gain_minifloat_t gain_minifloat_unpack_right(gain_minifloat_packed_t packed) in gain_minifloat_unpack_right() argument
55 return packed >> 16; in gain_minifloat_unpack_right()
/system/core/libpixelflinger/
Dclear.cpp50 static void memset2d(context_t* c, const surface_t& s, uint32_t packed, in memset2d() argument
67 memset(dst, packed, w); in memset2d()
73 android_memset16((uint16_t*)dst, packed, w); in memset2d()
81 android_memset32((uint32_t*)dst, packed, w); in memset2d()
130 const uint32_t packed = c->state.clear.colorPacked; in ggl_clear() local
131 memset2d(c, c->state.buffers.color, packed, l, t, w, h); in ggl_clear()
139 const uint32_t packed = c->state.clear.depthPacked; in ggl_clear() local
140 memset2d(c, c->state.buffers.depth, packed, l, t, w, h); in ggl_clear()
/system/core/libziparchive/
Dzip_archive_common.h64 } __attribute__((packed));
119 } __attribute__((packed));
158 } __attribute__((packed));
174 } __attribute__((packed));
/system/core/mkbootimg/include/bootimg/
Dbootimg.h75 } __attribute__((packed));
116 } __attribute__((packed));
160 } __attribute__((packed));
/system/core/adb/daemon/
Dusb_ffs.cpp47 } __attribute__((packed));
55 } __attribute__((packed));
63 } __attribute__((packed)) header;
65 } __attribute__((packed));
78 } __attribute__((packed));
196 } __attribute__((packed)) lang0;
197 } __attribute__((packed)) strings = {
/system/core/fastboot/device/
Dusb_client.cpp46 } __attribute__((packed));
54 } __attribute__((packed));
64 } __attribute__((packed));
156 } __attribute__((packed)) lang0;
157 } __attribute__((packed)) strings = {
/system/bt/embdrv/g722/
Dg722_enc_dec.h90 int packed; member
113 int packed; member
/system/bt/btcore/include/
Diac.h28 } __attribute__((packed)) bt_inquiry_access_code_t;
/system/bt/include/hardware/
Dbluetooth.h53 typedef struct { uint8_t name[249]; } __attribute__((packed)) bt_bdname_t;
99 typedef struct { uint8_t pin[16]; } __attribute__((packed)) bt_pin_code_t;
108 } __attribute__((packed)) bt_activity_energy_info;
114 } __attribute__((packed)) bt_uid_traffic_t;
Dbt_sock.h49 } __attribute__((packed)) sock_connect_signal_t;
/system/core/debuggerd/handler/
Ddebuggerd_fallback.cpp182 packed_thread_output packed = {.tid = tid, .fd = fd}; in pack_thread_fd() local
184 static_assert(sizeof(packed) == sizeof(result)); in pack_thread_fd()
185 memcpy(&result, &packed, sizeof(packed)); in pack_thread_fd()
/system/netd/server/
DNFLogListener.cpp67 } __attribute__((packed)) msg = {}; in cfgCmdPfUnbind()
88 } __attribute__((packed)) msg = {}; in cfgMode()
109 } __attribute__((packed)) msg = {}; in cfgCmdBind()
129 } __attribute__((packed)) msg = {}; in cfgCmdUnbind()
/system/media/audio/include/system/audio_effects/
Deffect_environmentalreverb.h62 } __attribute__((packed)) t_reverb_settings;
/system/core/fastboot/fuzzy_fastboot/
DREADME.md96 #### `<packed>` Element
111 <!-- All the device packed partitions should be listed here -->
112 <packed>
119 <test packed="bootloader.img" unpacked="unpacked"/>
120 <test packed="bootloader_garbage.img" expect="fail"/>
122 </packed>
127 valid and invalid test packed images for flashing this particular pseudo partition.
129 that the packed image unpacks to. If your device supports hashing partitions, this
137 | packed | The name of the packed test image | The image uploaded to the device. It is searched for…
138 …the unpacked version of packed | Searched for in dir if --search_path=dir. This folder should have…
[all …]
Dextensions.h122 std::unordered_map<std::string, PackedInfo> packed; member
/system/chre/apps/chqts/src/general_test/
Dnanoapp_info.cc29 } __attribute__((packed));
/system/update_engine/payload_generator/
Dboot_img_filesystem.h69 } __attribute__((packed));
/system/bt/btif/co/
Dbta_gatts_co.cc38 } __attribute__((packed)) btif_gatts_srv_chg_cb_t;
/system/bt/hci/src/
Dhci_layer_linux.cc71 } __attribute__((packed));
78 } __attribute__((packed));
85 } __attribute__((packed));
/system/core/logd/
DLogBufferElement.h36 class __attribute__((packed)) LogBufferElement {
/system/gatekeeper/include/gatekeeper/
Dgatekeeper.h29 struct __attribute__((packed)) failure_record_t {
/system/bt/vendor_libs/linux/interface/
Dbluetooth_hci.cc57 } __attribute__((packed));
64 } __attribute__((packed));
/system/security/keystore/
Dblob.h50 struct __attribute__((packed)) blobv3 {
61 struct __attribute__((packed)) blobv2 {

12