Home
last modified time | relevance | path

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

123

/system/core/fs_mgr/liblp/include/liblp/
Dmetadata_format.h144 } __attribute__((packed)) LpMetadataGeometry;
159 } __attribute__((packed)) LpMetadataTableDescriptor;
236 } __attribute__((packed)) LpMetadataHeader;
270 } __attribute__((packed)) LpMetadataPartition;
301 } __attribute__((packed)) LpMetadataExtent;
317 } __attribute__((packed)) LpMetadataPartitionGroup;
368 } __attribute__((packed)) LpMetadataBlockDevice;
395 } __attribute__((packed)) LpMetadataHeaderV1_0;
/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/adb/
Dfile_sync_protocol.h44 } __attribute__((packed));
46 struct __attribute__((packed)) sync_stat_v1 {
53 struct __attribute__((packed)) sync_stat_v2 {
68 struct __attribute__((packed)) sync_dent_v1 {
76 struct __attribute__((packed)) sync_dent_v2 {
/system/tools/mkbootimg/include/bootimg/
Dbootimg.h106 } __attribute__((packed));
152 } __attribute__((packed));
194 } __attribute__((packed));
275 } __attribute__((packed));
300 } __attribute__((packed));
/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/libziparchive/
Dzip_archive_common.h66 } __attribute__((packed));
121 } __attribute__((packed));
160 } __attribute__((packed));
205 } __attribute__((packed));
241 } __attribute__((packed));
/system/core/adb/daemon/
Dusb_ffs.cpp51 } __attribute__((packed));
59 } __attribute__((packed));
67 } __attribute__((packed)) header;
69 } __attribute__((packed));
83 } __attribute__((packed));
93 } __attribute__((packed));
112 } __attribute__((packed));
237 } __attribute__((packed)) lang0;
238 } __attribute__((packed)) strings = {
/system/core/fs_mgr/libvbmeta/
Dsuper_vbmeta_format_c.h111 } __attribute__((packed)) SuperVBMetaHeader;
122 } __attribute__((packed)) VBMetaDescriptor;
/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/core/logd/
DRecordedLogMessage.h23 struct __attribute__((packed)) RecordedLogMessage {
DLogBufferElement.h35 class __attribute__((packed)) LogBufferElement {
/system/bt/include/hardware/
Dbluetooth.h54 typedef struct { uint8_t name[249]; } __attribute__((packed)) bt_bdname_t;
100 typedef struct { uint8_t pin[16]; } __attribute__((packed)) bt_pin_code_t;
109 } __attribute__((packed)) bt_activity_energy_info;
115 } __attribute__((packed)) bt_uid_traffic_t;
Dbt_sock.h49 } __attribute__((packed)) sock_connect_signal_t;
/system/core/debuggerd/handler/
Ddebuggerd_fallback.cpp183 packed_thread_output packed = {.tid = tid, .fd = fd}; in pack_thread_fd() local
185 static_assert(sizeof(packed) == sizeof(result)); in pack_thread_fd()
186 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 …]
/system/core/adb/fastdeploy/deploypatchgenerator/
Dapk_archive.cpp142 } __attribute__((packed)); in FindCDRecord()
264 } __attribute__((packed)); in ParseCentralDirectoryRecord()
329 } __attribute__((packed)); in CalculateLocalFileEntrySize()
363 } __attribute__((packed)); in CalculateLocalFileEntrySize()
/system/libbase/
Dno_destructor_test.cpp21 struct __attribute__((packed)) Bomb {
/system/chre/apps/chqts/src/general_test/
Dnanoapp_info.cc29 } __attribute__((packed));
/system/core/adb/pairing_connection/include/adb/pairing/
Dpairing_connection.h45 } __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));

123