Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/proto/android/content/
H A Dconfiguration.proto33 optional uint32 mcc = 2;
36 optional uint32 screen_layout = 5;
37 optional uint32 color_mode = 6;
38 optional uint32 touchscreen = 7;
39 optional uint32 keyboard = 8;
42 optional uint32 navigation = 11;
44 optional uint32 orientation = 13;
45 optional uint32 ui_mode = 14;
49 optional uint32 density_dpi = 18;
64 optional uint32 sdk_version = 2;
[all …]
/aosp14/system/core/storaged/
H A 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;
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dpixelutils.cpp21 typedef uint32_t uint32; typedef
26 uint32* pInPix = static_cast<uint32*>(env->GetDirectBufferAddress(input)); in JNI_PIXELUTILS_METHOD()
27 uint32* pOutput = static_cast<uint32*>(env->GetDirectBufferAddress(output)); in JNI_PIXELUTILS_METHOD()
28 uint32* pOutRow = pOutput + offset; in JNI_PIXELUTILS_METHOD()
30 uint32* pOutPix = pOutRow; in JNI_PIXELUTILS_METHOD()
H A Dcolorspace.cpp23 typedef uint32_t uint32; typedef
29 uint32 color;
40 static inline uint32 clamp(int32 x) { in clamp()
/aosp14/frameworks/base/core/proto/android/view/
H A Dwindowlayoutparams.proto57 …optional uint32 input_feature_flags = 19 [(.android.typedef) = "android.view.WindowManager.LayoutP…
61 … optional uint32 flags = 24 [(.android.typedef) = "android.view.WindowManager.LayoutParams.Flags"];
62 …optional uint32 private_flags = 26 [(.android.typedef) = "android.view.WindowManager.LayoutParams.…
63 …optional uint32 system_ui_visibility_flags = 27 [(.android.typedef) = "android.view.WindowManager.…
64 …optional uint32 subtree_system_ui_visibility_flags = 28 [(.android.typedef) = "android.view.Window…
65 …optional uint32 appearance = 29 [(.android.typedef) = "android.view.WindowInsetsController.Appeara…
66 …optional uint32 behavior = 30 [(.android.typedef) = "android.view.WindowInsetsController.Behavior"…
67 …optional uint32 fit_insets_types = 31 [(.android.typedef) = "android.view.WindowInsets.Type.Insets…
68 …optional uint32 fit_insets_sides = 32 [(.android.typedef) = "android.view.WindowInsets.Side.Insets…
/aosp14/system/core/debuggerd/proto/
H A Dtombstone.proto24 uint32 pid = 5;
25 uint32 tid = 6;
26 uint32 uid = 7;
32 uint32 process_uptime = 20;
38 map<uint32, Thread> threads = 16;
212 uint32 pid = 2;
213 uint32 tid = 3;
214 uint32 priority = 4;
/aosp14/frameworks/base/tools/aapt2/
H A DConfiguration.proto135 uint32 mcc = 1;
138 uint32 mnc = 2;
147 uint32 screen_width = 5;
150 uint32 screen_height = 6;
153 uint32 screen_width_dp = 7;
156 uint32 screen_height_dp = 8;
159 uint32 smallest_screen_width_dp = 9;
186 uint32 density = 18;
206 uint32 sdk_version = 24;
H A DResources.proto32 uint32 line_number = 1;
33 uint32 column_number = 2;
39 uint32 path_idx = 1;
76 uint32 id = 1;
99 uint32 id = 1;
205 uint32 staged_id = 2;
210 uint32 id = 1;
316 uint32 id = 2;
328 uint32 type_flags = 6;
430 uint32 value = 4;
[all …]
H A DResourceMetadata.proto45 uint32 id = 1;
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DBitUtilsTest.java26 import static com.android.internal.util.BitUtils.uint32;
94 assertEquals(0, uint32(0)); in testUnsignedIntWideningConversions()
95 assertEquals(1, uint32(1)); in testUnsignedIntWideningConversions()
96 assertEquals(2147483647L, uint32(Integer.MAX_VALUE)); in testUnsignedIntWideningConversions()
97 assertEquals(2147483648L, uint32(Integer.MIN_VALUE)); in testUnsignedIntWideningConversions()
98 assertEquals(4294967295L, uint32(-1)); in testUnsignedIntWideningConversions()
99 assertEquals(4294967295L, uint32((int)4294967295L)); in testUnsignedIntWideningConversions()
/aosp14/frameworks/base/tools/aapt2/format/
H A DContainer.cpp209 ::google::protobuf::uint32 header_length; in GetResFileOffsets()
275 ::google::protobuf::uint32 magic; in ContainerReader()
289 ::google::protobuf::uint32 version; in ContainerReader()
303 ::google::protobuf::uint32 total_entry_count; in ContainerReader()
323 ::google::protobuf::uint32 entry_type; in Next()
/aosp14/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
H A Dtest.proto67 optional uint32 uint32_field = 50;
68 repeated uint32 uint32_field_repeated = 51;
69 repeated uint32 uint32_field_packed = 52 [packed=true];
/aosp14/frameworks/base/tools/streaming_proto/test/
H A Dtest.proto73 optional uint32 uint32_field = 50;
74 repeated uint32 uint32_field_repeated = 51;
75 repeated uint32 uint32_field_packed = 52 [packed=true];
/aosp14/frameworks/base/cmds/idmap2/libidmap2/proto/
H A Dfabricated_v1.proto54 uint32 data_type = 1;
56 uint32 data_value = 2;
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DBitUtils.java99 public static long uint32(int i) { in uint32() method in BitUtils
123 return uint32(buffer.getInt(position)); in getUint32()
/aosp14/frameworks/base/cmds/incidentd/src/
H A Dreport_file.proto44 optional uint32 privacy_policy = 4;
97 optional uint32 privacy_policy = 4;
/aosp14/frameworks/base/tools/incident_report/
H A Dmain.cpp45 read_length_delimited(CodedInputStream* in, uint32 fieldId, Descriptor const* descriptor, in read_length_delimited()
89 uint32 value32; in read_message()
93 uint32 tag = in->ReadTag(); in read_message()
/aosp14/frameworks/base/libs/protoutil/tests/
H A Dtest.proto12 optional uint32 val_uint32 = 5;
/aosp14/frameworks/base/core/proto/android/util/
H A Devent_log_tags.proto35 optional uint32 tag_number = 1; // keyed by tag number.
H A Dlog.proto63 optional uint32 tag_index = 6;
/aosp14/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
H A Dproperty_info_parser.h84 uint32_t uint32(uint32_t offset) const { in uint32() function
/aosp14/system/core/fs_mgr/libsnapshot/android/snapshot/
H A Dsnapshot.proto233 uint32 boot_complete_time_ms = 7;
236 uint32 boot_complete_to_merge_start_time_ms = 8;
/aosp14/frameworks/base/core/proto/android/service/
H A Dusb.proto148 optional uint32 attributes = 3;
174 optional uint32 attributes = 5;