Home
last modified time | relevance | path

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

/system/media/camera/docs/
Dcamera_device_info.proto21 optional int32 num_of_camera = 7;
25 optional int32 numerator = 1;
26 optional int32 denominator = 2;
30 optional int32 width = 1;
31 optional int32 height = 2;
40 optional int32 left = 1;
41 optional int32 right = 2;
42 optional int32 top = 3;
43 optional int32 bottom = 4;
48 optional int32 format = 1;
[all …]
Dcamera_device_info.mako21 optional int32 num_of_camera = 7;
25 optional int32 numerator = 1;
26 optional int32 denominator = 2;
30 optional int32 width = 1;
31 optional int32 height = 2;
40 optional int32 left = 1;
41 optional int32 right = 2;
42 optional int32 top = 3;
43 optional int32 bottom = 4;
48 optional int32 format = 1;
[all …]
/system/nfc/src/fuzzers/integration/
Dnfc_integration_fuzzer.proto56 optional int32 ee_handle = 1;
57 optional int32 tech_mask = 2;
61 optional int32 rf_select_id = 1;
63 optional int32 rf_interface = 3;
76 optional int32 ee_handle = 1;
79 optional int32 aid_info = 4;
106 optional int32 rf_discovery_id = 1;
111 optional int32 buff_size = 6;
112 optional int32 num_buff = 7;
132 optional int32 rats = 1;
[all …]
/system/core/debuggerd/proto/
Dtombstone.proto71 int32 number = 1;
74 int32 code = 3;
78 int32 sender_uid = 6;
79 int32 sender_pid = 7;
146 int32 id = 1;
209 int32 fd = 1;
/system/chre/core/
Dchre_metrics.proto163 optional int32 snapshot_chre_get_time_ms = 2;
171 optional int32 num_errors = 5;
182 optional int32 snapshot_chre_get_time_ms = 2;
193 optional int32 max_allocation_bytes = 5;
196 optional int32 current_allocation_bytes = 6;
207 optional int32 snapshot_chre_get_time_ms = 2;
210 optional int32 max_event_queue_size = 3;
213 optional int32 mean_event_queue_size = 4;
216 optional int32 num_dropped_events = 5;
/system/apex/proto/
Dsession_state.proto35 int32 id = 1;
41 repeated int32 child_session_ids = 3;
53 int32 rollback_id = 7;
/system/core/init/
Dproperty_service.proto24 optional int32 pid = 3;
25 optional int32 fd = 4;
Dsubcontext.proto32 optional int32 error_errno = 2;
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/
Dble_filter.proto70 optional int32 key = 1;
109 optional int32 tx_power = 2;
110 optional int32 rssi = 3;
Dnearby_extension.proto169 optional int32 result = 2;
223 optional int32 tx_power = 5;
226 optional int32 rssi = 6;
231 optional int32 data_length = 8;
/system/update_engine/lz4diff/
Dlz4diff.proto29 int32 level = 2;
/system/extras/boottime_tools/bootio/
Dprotos.proto37 required int32 pid = 1;
/system/chre/apps/test/common/chre_api_test/rpc/
Dchre_api_test.proto186 int32 txPower = 8;
188 int32 rssi = 10;
367 int32 rssiThreshold = 1;
/system/extras/libjsonpb/verify/
Dtest.proto53 int32 i32 = 1;
/system/memory/lmkd/
Dlmkd.cpp4187 GET_LMK_PROPERTY(int32, "low", OOM_SCORE_ADJ_MAX + 1); in update_props()
4189 GET_LMK_PROPERTY(int32, "medium", 800); in update_props()
4191 GET_LMK_PROPERTY(int32, "critical", 0); in update_props()
4198 (int64_t)GET_LMK_PROPERTY(int32, "upgrade_pressure", 100); in update_props()
4200 (int64_t)GET_LMK_PROPERTY(int32, "downgrade_pressure", 100); in update_props()
4205 (unsigned long)GET_LMK_PROPERTY(int32, "kill_timeout_ms", 100); in update_props()
4207 (unsigned long)GET_LMK_PROPERTY(int32, "pressure_after_kill_min_score", 0); in update_props()
4212 swap_free_low_percentage = clamp(0, 100, GET_LMK_PROPERTY(int32, "swap_free_low_percentage", in update_props()
4214 psi_partial_stall_ms = GET_LMK_PROPERTY(int32, "psi_partial_stall_ms", in update_props()
4216 psi_complete_stall_ms = GET_LMK_PROPERTY(int32, "psi_complete_stall_ms", in update_props()
[all …]
/system/extras/simpleperf/
Dcmd_report_sample.proto38 optional int32 thread_id = 2;
50 optional int32 symbol_id = 3;
/system/chre/apps/test/common/proto/
Dchre_cross_validation_wifi.proto48 optional int32 chreScanCapacity = 2;
/system/logging/liblog/include/log/
Dlog_event_list.h49 int32_t int32; member
/system/extras/libjsonpb/
DREADME.md83 - JSON numbers should be `(s|fixed|u|)int32`, `float`, or `double` in the schema
/system/logging/liblog/
Dlog_event_list.cpp421 elem.data.int32 = event_int->data; in android_log_read_next_internal()
/system/core/fs_mgr/libsnapshot/android/snapshot/
Dsnapshot.proto241 int32 resume_count = 2;
/system/logging/logd/
DLogTags.cpp334 Tag = elem.data.int32; in ReadPersistEventLogTags()
/system/logging/liblog/tests/
Dliblog_test.cpp2053 outCount = snprintf(strOut, strOutLen + 1, "%" PRId32, elem.data.int32); in android_log_buffer_to_string()