Searched refs:int32 (Results 1 – 23 of 23) sorted by relevance
/system/media/camera/docs/ |
D | camera_device_info.proto | 21 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 …]
|
D | camera_device_info.mako | 21 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/ |
D | nfc_integration_fuzzer.proto | 56 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/ |
D | tombstone.proto | 71 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/ |
D | chre_metrics.proto | 163 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/ |
D | session_state.proto | 35 int32 id = 1; 41 repeated int32 child_session_ids = 3; 53 int32 rollback_id = 7;
|
/system/core/init/ |
D | property_service.proto | 24 optional int32 pid = 3; 25 optional int32 fd = 4;
|
D | subcontext.proto | 32 optional int32 error_errno = 2;
|
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/ |
D | ble_filter.proto | 70 optional int32 key = 1; 109 optional int32 tx_power = 2; 110 optional int32 rssi = 3;
|
D | nearby_extension.proto | 169 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/ |
D | lz4diff.proto | 29 int32 level = 2;
|
/system/extras/boottime_tools/bootio/ |
D | protos.proto | 37 required int32 pid = 1;
|
/system/chre/apps/test/common/chre_api_test/rpc/ |
D | chre_api_test.proto | 186 int32 txPower = 8; 188 int32 rssi = 10; 367 int32 rssiThreshold = 1;
|
/system/extras/libjsonpb/verify/ |
D | test.proto | 53 int32 i32 = 1;
|
/system/memory/lmkd/ |
D | lmkd.cpp | 4187 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/ |
D | cmd_report_sample.proto | 38 optional int32 thread_id = 2; 50 optional int32 symbol_id = 3;
|
/system/chre/apps/test/common/proto/ |
D | chre_cross_validation_wifi.proto | 48 optional int32 chreScanCapacity = 2;
|
/system/logging/liblog/include/log/ |
D | log_event_list.h | 49 int32_t int32; member
|
/system/extras/libjsonpb/ |
D | README.md | 83 - JSON numbers should be `(s|fixed|u|)int32`, `float`, or `double` in the schema
|
/system/logging/liblog/ |
D | log_event_list.cpp | 421 elem.data.int32 = event_int->data; in android_log_read_next_internal()
|
/system/core/fs_mgr/libsnapshot/android/snapshot/ |
D | snapshot.proto | 241 int32 resume_count = 2;
|
/system/logging/logd/ |
D | LogTags.cpp | 334 Tag = elem.data.int32; in ReadPersistEventLogTags()
|
/system/logging/liblog/tests/ |
D | liblog_test.cpp | 2053 outCount = snprintf(strOut, strOutLen + 1, "%" PRId32, elem.data.int32); in android_log_buffer_to_string()
|