Home
last modified time | relevance | path

Searched refs:uint32 (Results 1 – 24 of 24) sorted by relevance

/system/bt/gd/l2cap/le/
Dfacade.proto22 uint32 psm = 1;
23 uint32 fixed_cid = 2;
29 uint32 psm = 1;
30 uint32 connection_response_result = 2;
35 uint32 psm = 2;
39 uint32 status = 1;
44 uint32 psm = 2;
56 uint32 psm = 1;
63 uint32 psm = 2;
68 uint32 cid = 1;
[all …]
/system/core/storaged/
Dstoraged.proto25 optional uint32 user_id = 2;
46 repeated uint32 recent_perf = 2;
47 optional uint32 nr_samples = 3;
48 repeated uint32 daily_perf = 4;
49 optional uint32 nr_days = 5;
50 repeated uint32 weekly_perf = 6;
51 optional uint32 nr_weeks = 7;
55 optional uint32 crc = 1;
56 optional uint32 version = 2;
/system/bt/gd/l2cap/classic/
Dfacade.proto28 uint32 channel = 1;
37 uint32 reason = 2;
48 uint32 psm = 2;
53 uint32 psm = 1;
63 uint32 cid = 1;
78 uint32 psm = 1;
79 uint32 fixed_cid = 2;
85 uint32 psm = 1;
92 uint32 psm = 2;
98 uint32 psm = 2;
[all …]
/system/bt/gd/hci/facade/
Dfacade.proto31 uint32 handle = 1;
32 uint32 packet_boundary_flag = 2;
33 uint32 broadcast_flag = 3;
38 uint32 code = 1;
42 uint32 code = 1;
Dacl_manager_facade.proto21 uint32 handle = 1;
29 uint32 policy = 1;
51 uint32 handle = 1;
Dle_acl_manager_facade.proto19 uint32 handle = 1;
31 uint32 handle = 1;
Dcontroller_facade.proto23 uint32 page_number = 1;
/system/bt/gd/neighbor/facade/
Dfacade.proto43 uint32 length_1_28s = 3;
44 uint32 max_results = 4; // 0 is unlimited
53 uint32 page_scan_repetition_mode = 2; // r0, r1, r2
54 uint32 clock_offset = 3;
58 uint32 status = 1;
/system/bt/gd/security/
Dfacade.proto49 uint32 numeric_value = 3;
50 uint32 unique_id = 4;
62 uint32 numeric_value = 3;
63 uint32 unique_id = 4;
119 uint32 reserved_bits = 6;
/system/extras/simpleperf/
Dreport_sample.proto30 optional uint32 file_id = 2;
55 optional uint32 event_type_id = 5;
65 optional uint32 id = 1;
78 optional uint32 thread_id = 1;
79 optional uint32 process_id = 2;
Detm_branch_list.proto35 uint32 branch_size = 2;
/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dscripted_beacon_ble_payload.proto10 optional uint32 delay_before_send_ms = 3;
/system/bt/embdrv/sbc/decoder/include/
Doi_codec_sbc_private.h87 uint32_t uint32[SBC_MAX_BANDS / 4]; member
92 uint32_t uint32[2 * SBC_MAX_BANDS / 4]; member
Doi_codec_sbc.h205 uint32_t uint32[SBC_MAX_CHANNELS * SBC_MAX_BANDS / 4]; member
/system/timezone/input_tools/android/tzlookup_generator/src/main/proto/
Dcountry_zones_file.proto41 optional uint32 priority = 5 [default = 1];
/system/bt/embdrv/sbc/decoder/srce/
Dbitalloc-sbc.c65 bitadjust = adjustToFitBitpool(common->frameInfo.bitpool, bitneeds.uint32, in stereoBitAllocation()
Ddecoder-private.c193 uint32_t bits_by4 = common->bits.uint32[i]; in OI_SBC_ReadSamples()
Dbitalloc.c343 bitadjust = adjustToFitBitpool(common->frameInfo.bitpool, bitneeds->uint32, in oneChannelBitAllocation()
/system/update_engine/
Dupdate_metadata.proto28 // uint32 metadata_signature_size;
129 optional uint32 version = 1 [deprecated = true];
194 // |data_length|, older client will read them as uint32.
290 optional uint32 fec_roots = 16 [default = 2];
330 optional uint32 block_size = 3 [default = 4096];
354 optional uint32 minor_version = 12 [default = 0];
DREADME.md280 |Manifest Signature Size|4|uint32|Manifest signature blob size in bytes (only in major version 2).|
/system/update_engine/update_engine/
Dupdate_metadata.proto28 // uint32 metadata_signature_size;
129 optional uint32 version = 1 [deprecated = true];
194 // |data_length|, older client will read them as uint32.
290 optional uint32 fec_roots = 16 [default = 2];
330 optional uint32 block_size = 3 [default = 4096];
354 optional uint32 minor_version = 12 [default = 0];
/system/core/fs_mgr/libsnapshot/android/snapshot/
Dsnapshot_fuzz.proto42 uint32 metadata_slot = 4;
/system/security/keystore/
Doperation_config.proto71 optional uint32 count = 2;
/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
Dproperty_info_parser.h84 uint32_t uint32(uint32_t offset) const { in uint32() function