Searched refs:int64 (Results 1 – 22 of 22) sorted by relevance
/system/extras/boottime_tools/bootio/ |
D | protos.proto | 25 required int64 timestamp = 1; 26 required int64 uptime = 2; 27 required int64 utime = 3; 28 required int64 ntime = 4; 29 required int64 stime = 5; 30 required int64 itime = 6; 31 required int64 iowtime = 7; 32 required int64 irqtime = 9; 33 required int64 sirqtime = 10; 44 required int64 timestamp = 1; [all …]
|
/system/media/camera/docs/ |
D | camera_device_info.mako | 52 optional int64 minFrameDuration = 5; 68 optional int64 lower = 1; 69 optional int64 upper = 2; 102 repeated int64 dynamic_range_profiles = 1 [packed = true]; 106 repeated int64 elements = 1 [packed = true]; 113 repeated int64 dynamic_range_profiles = 2 [packed = true];
|
D | camera_device_info.proto | 52 optional int64 minFrameDuration = 5; 68 optional int64 lower = 1; 69 optional int64 upper = 2; 102 repeated int64 dynamic_range_profiles = 1 [packed = true]; 106 repeated int64 elements = 1 [packed = true]; 113 repeated int64 dynamic_range_profiles = 2 [packed = true]; 175 optional int64 android_request_recommendedTenBitDynamicRangeProfile = 851976; 189 repeated int64 android_scaler_availableStreamUseCases = 917516; 209 optional int64 android_sensor_info_maxFrameDuration = 1048580;
|
D | ndk_camera_metadata_asserts.mako | 30 if entry.type == 'int64' and entry.container == 'array':
|
D | camera_metadata_asserts.mako | 25 if entry.type == 'int64' and entry.container == 'array':
|
D | HidlMetadata.mako | 29 if entry.type == 'int64' and entry.container == 'array':
|
/system/extras/perf_tools/ |
D | report.proto | 16 required int64 timing = 3;
|
/system/chre/core/ |
D | chre_metrics.proto | 59 optional int64 nanoapp_id = 2; 190 optional int64 pal_type_or_nanoapp_id = 4; 221 optional int64 max_queue_delay_us = 6; 224 optional int64 mean_queue_delay_us = 7; 238 optional int64 nanoapp_id = 2;
|
/system/media/camera/docs/aidl/ |
D | CameraMetadataEnum.mako | 29 if entry.type == 'int64' and entry.container == 'array': 37 if entry.type == 'int64' and entry.container == 'array':
|
D | CameraMetadataTag.mako | 29 if entry.type == 'int64' and entry.container == 'array':
|
/system/core/debuggerd/proto/ |
D | tombstone.proto | 153 int64 tagged_addr_ctrl = 6; 154 int64 pac_enabled_keys = 8;
|
/system/extras/libjsonpb/verify/ |
D | test.proto | 55 int64 i64 = 3;
|
/system/logging/liblog/include/log/ |
D | log_event_list.h | 50 int64_t int64; member
|
/system/timezone/input_tools/android/tzids/src/main/proto/ |
D | tz_ids_proto.proto | 69 required int64 fromMillis = 3;
|
/system/apex/proto/ |
D | apex_manifest.proto | 31 int64 version = 2;
|
/system/extras/libjsonpb/ |
D | README.md | 17 - If the Protobuf schema uses 64-bit integers (`(s|fixed|u|)int64`):
|
/system/chre/platform/slpi/see/ |
D | see_helper.cc | 136 int64_t int64; member 606 attrVal->int64 = data->value.sint; in decodeSnsStdAttrValue() 659 attrData->streamType = data->attrArg.int64; in decodeSnsStrAttr() 662 attrData->hwId = data->attrArg.int64; in decodeSnsStrAttr()
|
/system/update_engine/update_engine/ |
D | update_metadata.proto | 385 optional int64 version = 2; 387 optional int64 decompressed_size = 4; 430 optional int64 max_timestamp = 14;
|
/system/update_engine/ |
D | update_metadata.proto | 385 optional int64 version = 2; 387 optional int64 decompressed_size = 4; 430 optional int64 max_timestamp = 14;
|
/system/logging/liblog/ |
D | log_event_list.cpp | 443 elem.data.int64 = event_long->data; in android_log_read_next_internal()
|
/system/memory/lmkd/ |
D | lmkd.cpp | 4226 filecache_min_kb = GET_LMK_PROPERTY(int64, "filecache_min_kb", 0); in update_props() 4227 stall_limit_critical = GET_LMK_PROPERTY(int64, "stall_limit_critical", 100); in update_props() 4230 GET_LMK_PROPERTY(int64, "direct_reclaim_threshold_ms", DEF_DIRECT_RECL_THRESH_MS); in update_props() 4232 GET_LMK_PROPERTY(int64, "swap_compression_ratio", DEF_SWAP_COMP_RATIO); in update_props()
|
/system/logging/liblog/tests/ |
D | liblog_test.cpp | 2068 outCount = snprintf(strOut, strOutLen + 1, "%" PRId64, elem.data.int64); in android_log_buffer_to_string()
|