/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/ |
H A D | wifilogger_event_defs.h | 165 } __attribute__((packed)) wlan_pe_event_t; 185 } __attribute__((packed)) wlan_eapol_event_t; 200 } __attribute__((packed)) wlan_ext_bucket_t; 235 } __attribute__((packed)) wlan_ext_bucket_channels; 280 } __attribute__((packed)) wlan_roam_scan_started_payload_type; 290 } __attribute__((packed)) wlan_roam_scan_complete_payload_type; 309 } __attribute__((packed)) wlan_roam_scan_config_payload_type; 331 } __attribute__((packed)) wlan_bt_coex_bt_sco_stop_payload_type; 416 } __attribute__((packed)) wlan_extscan_cache_capabilities; 437 } __attribute__((packed)) wlan_beacon_received_payload_type; [all …]
|
H A D | wifilogger_vendor_tag_defs.h | 43 } __attribute__((packed)) ext_scan_cycle_vendor_data_t; 58 } __attribute__((packed)) roam_scan_started_vendor_data_t; 65 } __attribute__((packed)) roam_scan_complete_vendor_data_t; 72 } __attribute__((packed)) roam_candidate_found_vendor_data_t; 77 } __attribute__((packed)) roam_scan_config_vendor_data_t; 87 } __attribute__((packed)) bt_coex_bt_scan_stop_vendor_data_t; 92 } __attribute__((packed)) pe_event_vendor_data_t; 104 } __attribute__((packed)) addba_success_vendor_data_t; 109 } __attribute__((packed)) addba_failed_vendor_data_t; 129 } __attribute__((packed)) gscan_capabilities_vendor_data_t; [all …]
|
H A D | pkt_stats.h | 142 } __attribute__((packed)); 154 } __attribute__((packed)); 169 } __attribute__((packed)); 176 } __attribute__((packed)); 188 } __attribute__((packed)); 197 } __attribute__((packed)); 205 } __attribute__((packed)); 237 } __attribute__((packed)); 243 } __attribute__((packed)); 249 } __attribute__((packed)); [all …]
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | edd.h | 70 } __attribute__((packed)) isa; 77 } __attribute__((packed)) pci; 80 } __attribute__((packed)) ibnd; 83 } __attribute__((packed)) xprs; 86 } __attribute__((packed)) htpt; 98 } __attribute__((packed)) ata; 112 } __attribute__((packed)) scsi; 116 } __attribute__((packed)) usb; 128 } __attribute__((packed)) i2o; 148 } __attribute__((packed)); [all …]
|
H A D | pfkeyv2.h | 33 } __attribute__((packed)); 37 } __attribute__((packed)); 47 } __attribute__((packed)); 55 } __attribute__((packed)); 62 } __attribute__((packed)); 68 } __attribute__((packed)); 75 } __attribute__((packed)); 85 } __attribute__((packed)); 91 } __attribute__((packed)); 109 } __attribute__((packed)); [all …]
|
H A D | hyperv.h | 43 } __attribute__((packed)); 47 } __attribute__((packed)); 50 } __attribute__((packed)); 60 } __attribute__((packed)); 75 } __attribute__((packed)); 84 } __attribute__((packed)); 92 } __attribute__((packed)); 141 } __attribute__((packed)); 146 } __attribute__((packed)); 157 } __attribute__((packed)); [all …]
|
H A D | virtio_scsi.h | 37 } __attribute__((packed)); 47 } __attribute__((packed)); 55 } __attribute__((packed)); 61 } __attribute__((packed)); 64 } __attribute__((packed)); 69 } __attribute__((packed)); 73 } __attribute__((packed)); 78 } __attribute__((packed)); 90 } __attribute__((packed));
|
/aosp12/bionic/libc/kernel/uapi/linux/usb/ |
H A D | cdc.h | 62 } __attribute__((packed)); 71 } __attribute__((packed)); 77 } __attribute__((packed)); 88 } __attribute__((packed)); 95 } __attribute__((packed)); 104 } __attribute__((packed)); 114 } __attribute__((packed)); 121 } __attribute__((packed)); 128 } __attribute__((packed)); 135 } __attribute__((packed)); [all …]
|
H A D | ch9.h | 115 } __attribute__((packed)); 147 } __attribute__((packed)); 163 } __attribute__((packed)); 196 } __attribute__((packed)); 207 } __attribute__((packed)); 218 } __attribute__((packed)); 229 } __attribute__((packed)); 261 } __attribute__((packed)); 269 } __attribute__((packed)); 283 } __attribute__((packed)); [all …]
|
H A D | audio.h | 113 } __attribute__((packed)); 116 } __attribute__((packed)) 128 } __attribute__((packed)); 147 } __attribute__((packed)); 165 } __attribute__((packed)) 173 } __attribute__((packed)); 181 } __attribute__((packed)); 190 } __attribute__((packed)); 199 } __attribute__((packed)); 207 } __attribute__((packed)); [all …]
|
H A D | functionfs.h | 46 } __attribute__((packed)); 51 } __attribute__((packed)); 57 } __attribute__((packed, deprecated)); 70 } __attribute__((packed)); 82 } __attribute__((packed)); 88 } __attribute__((packed)); 101 } __attribute__((packed)) u; 104 } __attribute__((packed));
|
H A D | midi.h | 35 } __attribute__((packed)); 44 } __attribute__((packed)); 49 } __attribute__((packed)); 58 } __attribute__((packed)); 61 } __attribute__((packed)) 68 } __attribute__((packed)); 71 } __attribute__((packed))
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | GsmAlphabetTest.java | 133 byte[] packed; in testBasic() 140 GsmAlphabet.gsm7BitPackedToString(packed, 1, 0xff & packed[0])); in testBasic() 161 GsmAlphabet.gsm7BitPackedToString(packed, 1, 0xff & packed[0])); in testBasic() 176 GsmAlphabet.gsm7BitPackedToString(packed, 1, 0xff & packed[0])); in testBasic() 187 GsmAlphabet.gsm7BitPackedToString(packed, 1, 0xff & packed[0])); in testBasic() 208 GsmAlphabet.gsm7BitPackedToString(packed, 1, 0xff & packed[0])); in testBasic() 221 packed = new byte[]{(byte)(0x1b | 0x80), 0x1b >> 1}; in testBasic() 225 packed[0] = 0x1b; in testBasic() 226 packed[1] = 0x00; in testBasic() 228 packed[0] = (byte)(0x1b | 0x80); in testBasic() [all …]
|
/aosp12/bionic/libc/kernel/uapi/sound/ |
H A D | asoc.h | 134 } __attribute__((packed)); 138 } __attribute__((packed)); 142 } __attribute__((packed)); 146 } __attribute__((packed)); 156 } __attribute__((packed)); 163 } __attribute__((packed)); 168 } __attribute__((packed)); 176 } __attribute__((packed)); 182 } __attribute__((packed)); 187 } __attribute__((packed)); [all …]
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/ |
H A D | PackedString.java | 80 private static ArrayMap<String, String> explode(String packed) { in explode() argument 81 if (packed == null || packed.length() == 0) { in explode() 86 int length = packed.length(); in explode() 89 int tagEndIndex = packed.indexOf(DELIMITER_TAG); in explode() 92 elementEndIndex = packed.indexOf(DELIMITER_ELEMENT, elementStartIndex); in explode() 101 value = packed.substring(elementStartIndex, elementEndIndex); in explode() 104 value = packed.substring(elementStartIndex, tagEndIndex); in explode() 105 tag = packed.substring(tagEndIndex + 1, elementEndIndex); in explode() 107 tagEndIndex = packed.indexOf(DELIMITER_TAG, elementEndIndex + 1); in explode() 129 public Builder(String packed) { in Builder() argument [all …]
|
/aosp12/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/ |
H A D | test.proto | 53 repeated double double_field_packed = 12 [packed=true]; 57 repeated float float_field_packed = 22 [packed=true]; 61 repeated int32 int32_field_packed = 32 [packed=true]; 65 repeated int64 int64_field_packed = 42 [packed=true]; 69 repeated uint32 uint32_field_packed = 52 [packed=true]; 73 repeated uint64 uint64_field_packed = 62 [packed=true]; 77 repeated sint32 sint32_field_packed = 72 [packed=true]; 81 repeated sint64 sint64_field_packed = 82 [packed=true]; 85 repeated fixed32 fixed32_field_packed = 92 [packed=true]; 89 repeated fixed64 fixed64_field_packed = 102 [packed=true]; [all …]
|
/aosp12/frameworks/base/tools/streaming_proto/test/ |
H A D | test.proto | 59 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=true]; [all …]
|
/aosp12/bionic/libc/kernel/uapi/linux/nfsd/ |
H A D | cld.h | 38 } __attribute__((packed)); 42 } __attribute__((packed)); 46 } __attribute__((packed)); 56 } __attribute__((packed)) cm_u; 57 } __attribute__((packed)); 67 } __attribute__((packed)) cm_u; 68 } __attribute__((packed)); 74 } __attribute__((packed));
|
/aosp12/bionic/tools/versioner/src/ |
H A D | CompilationType.h | 57 } packed; 58 packed.arch = static_cast<int32_t>(type.arch); 59 packed.cpp = type.cpp; 60 packed.api_level = type.api_level; 61 packed.file_offset_bits = (type.file_offset_bits == 64); 62 packed.padding = 0; 64 memcpy(&value, &packed, sizeof(value));
|
/aosp12/hardware/qcom/msm8996/kernel-headers/sound/ |
H A D | compress_offload.h | 30 } __attribute__((packed, aligned(4))); 36 } __attribute__((packed, aligned(4))); 46 } __attribute__((packed, aligned(4))); 51 } __attribute__((packed, aligned(4))); 69 } __attribute__((packed, aligned(4))); 75 } __attribute__((packed, aligned(4))); 80 } __attribute__((packed, aligned(4))); 92 } __attribute__((packed, aligned(4)));
|
/aosp12/hardware/qcom/msm8996/original-kernel-headers/sound/ |
H A D | compress_offload.h | 42 } __attribute__((packed, aligned(4))); 54 } __attribute__((packed, aligned(4))); 74 } __attribute__((packed, aligned(4))); 84 } __attribute__((packed, aligned(4))); 111 } __attribute__((packed, aligned(4))); 123 } __attribute__((packed, aligned(4))); 133 } __attribute__((packed, aligned(4))); 156 } __attribute__((packed, aligned(4)));
|
/aosp12/hardware/qcom/msm8x09/kernel-headers/sound/ |
H A D | compress_offload.h | 30 } __attribute__((packed, aligned(4))); 36 } __attribute__((packed, aligned(4))); 46 } __attribute__((packed, aligned(4))); 51 } __attribute__((packed, aligned(4))); 69 } __attribute__((packed, aligned(4))); 75 } __attribute__((packed, aligned(4))); 80 } __attribute__((packed, aligned(4))); 92 } __attribute__((packed, aligned(4)));
|
/aosp12/hardware/qcom/msm8x09/original-kernel-headers/sound/ |
H A D | compress_offload.h | 42 } __attribute__((packed, aligned(4))); 54 } __attribute__((packed, aligned(4))); 74 } __attribute__((packed, aligned(4))); 84 } __attribute__((packed, aligned(4))); 111 } __attribute__((packed, aligned(4))); 123 } __attribute__((packed, aligned(4))); 133 } __attribute__((packed, aligned(4))); 156 } __attribute__((packed, aligned(4)));
|
/aosp12/art/test/560-packed-switch/ |
H A D | Android.bp | 3 // Build rules for ART run-test `560-packed-switch`. 16 name: "art-run-test-560-packed-switch", 21 ":art-run-test-560-packed-switch-expected-stdout", 22 ":art-run-test-560-packed-switch-expected-stderr", 28 name: "art-run-test-560-packed-switch-expected-stdout", 29 out: ["art-run-test-560-packed-switch-expected-stdout.txt"], 36 name: "art-run-test-560-packed-switch-expected-stderr", 37 out: ["art-run-test-560-packed-switch-expected-stderr.txt"],
|
/aosp12/system/core/fs_mgr/liblp/include/liblp/ |
H A D | metadata_format.h | 144 } __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;
|