| /system/extras/libatrace_rust/src/ |
| D | lib.rs | 370 fn atrace_get_enabled_tags(&mut self) -> u64 { in atrace_get_enabled_tags() 373 fn atrace_is_tag_enabled_wrap(&mut self, _tag: u64) -> u64 { in atrace_is_tag_enabled_wrap() 376 fn atrace_begin_wrap(&mut self, _tag: u64, _name: *const c_char) { in atrace_begin_wrap() 379 fn atrace_end_wrap(&mut self, _tag: u64) { in atrace_end_wrap() 382 fn atrace_async_begin_wrap(&mut self, _tag: u64, _name: *const c_char, _cookie: i32) { in atrace_async_begin_wrap() 385 fn atrace_async_end_wrap(&mut self, _tag: u64, _name: *const c_char, _cookie: i32) { in atrace_async_end_wrap() 390 _tag: u64, in atrace_async_for_track_begin_wrap() 399 _tag: u64, in atrace_async_for_track_end_wrap() 405 fn atrace_instant_wrap(&mut self, _tag: u64, _name: *const c_char) { in atrace_instant_wrap() 410 _tag: u64, in atrace_instant_for_track_wrap() [all …]
|
| /system/memory/mmd/src/ |
| D | size_spec.rs | 34 block_size: u64, in parse_size_spec() 35 block_count: u64, in parse_size_spec() 36 max_percentage_allowed: u64, in parse_size_spec() 37 ) -> Result<u64, ParsingError> { in parse_size_spec()
|
| D | main.rs | 112 requested_device_size: u64, in adjust_writeback_device_size() 113 min_free_space: u64, in adjust_writeback_device_size() 114 free_space: u64, in adjust_writeback_device_size() 115 block_size: u64, in adjust_writeback_device_size() 116 ) -> u64 { in adjust_writeback_device_size()
|
| /system/memory/libmeminfo/tools/alloctop/src/ |
| D | lib.rs | 127 pub fn aggregate_tree(data: &[AllocInfo]) -> HashMap<String, (u64, u64)> { in aggregate_tree() argument 152 pub fn print_tree_data(data: &HashMap<String, (u64, u64)>, min_size: u64) { in print_tree_data() argument 218 min_size: u64, in run()
|
| /system/security/fsverity/libfsverity_rs/ |
| D | lib.rs | 26 fn read_metadata(fd: i32, metadata_type: u64, offset: u64, buf: &mut [u8]) -> io::Result<usize> { in read_metadata() 40 pub fn read_merkle_tree(fd: i32, offset: u64, buf: &mut [u8]) -> io::Result<usize> { in read_merkle_tree()
|
| /system/memory/mmd/src/zram/ |
| D | writeback.rs | 181 fn load_current_writeback_limit<Z: SysfsZramApi>() -> Result<u64> { in load_current_writeback_limit() 197 pub fn new(total_zram_size: u64, zram_writeback_size: u64) -> Self { in new() 203 total_zram_size: u64, in new_with_page_size() 204 zram_writeback_size: u64, in new_with_page_size() 205 page_size: u64, in new_with_page_size() 282 fn calculate_writeback_limit(&self, params: &Params, stats: &Stats) -> u64 { in calculate_writeback_limit() 312 writeback_limit: u64, in writeback() 318 ) -> Result<u64> { in writeback()
|
| D | setup.rs | 52 device_size: u64, in attach_loop_device() 80 device_size: u64, in attach_loop_device() 124 zram_size: u64, in activate_zram() 154 device_size: u64, in create_zram_writeback_device()
|
| D | idle.rs | 36 fn parse_meminfo(content: &str) -> Option<(u64, u64)> { in parse_meminfo() argument
|
| /system/memory/mmd/src/zram/writeback/ |
| D | history.rs | 35 pub fn record(&mut self, pages: u64, now: BootTime) { in record() 49 pub fn calculate_daily_limit(&self, max_pages_per_day: u64, now: BootTime) -> u64 { in calculate_daily_limit()
|
| /system/cros-codecs/src/device/v4l2/stateless/controls/ |
| D | vp8.rs | 129 last_frame_ts: u64, in set_frame_params() 130 golden_frame_ts: u64, in set_frame_params() 131 alt_frame_ts: u64, in set_frame_params()
|
| D | vp9.rs | 110 last_frame_ts: u64, in set_frame_params() 111 golden_frame_ts: u64, in set_frame_params() 112 alt_frame_ts: u64, in set_frame_params()
|
| /system/cros-codecs/examples/ccenc/ |
| D | main.rs | 84 num_frames: u64, in enqueue_work() 85 bitrate: u64, in enqueue_work() 87 timestamp: &mut u64, in enqueue_work()
|
| /system/security/keystore2/src/ |
| D | watchdog_helper.rs | 47 millis: u64, in watch_millis_with() 70 _: u64, in watch_millis_with()
|
| /system/core/init/libprefetch/prefetch/src/tracer/ |
| D | mem.rs | 108 fn build_timestamp(seconds: &str, microseconds: &str) -> Result<u64, Error> { in build_timestamp() 313 inode: u64, in from_fields() 314 offset: u64, in from_fields() 315 timestamp: u64, in from_fields() 457 fn is_excluded(&self, entry: &DirEntry, device: u64, privileged: &mut Vec<PathBuf>) -> bool { in is_excluded() 826 fn new_record(file: u64, offset: u64, length: u64, timestamp: u64) -> Record { in new_record()
|
| /system/cros-codecs/src/device/v4l2/stateless/ |
| D | request.rs | 33 timestamp: u64, in new() 119 timestamp: u64, in new() 126 fn timestamp(&self) -> u64 { in timestamp() 205 timestamp: u64, in new() 212 pub fn timestamp(&self) -> u64 { in timestamp()
|
| /system/cros-codecs/src/decoder/stateless/ |
| D | av1.rs | 55 timestamp: u64, in new_picture() 167 timestamp: u64, in decode_frame_header() 225 timestamp: u64, in decode_frame() 316 timestamp: u64, in decode()
|
| D | vp8.rs | 45 timestamp: u64, in new_picture() 189 timestamp: u64, in handle_frame() 241 timestamp: u64, in decode()
|
| D | h264.rs | 89 timestamp: u64, in new_picture() 101 timestamp: u64, in new_field_picture() 949 timestamp: u64, in handle_frame_num_gap() 1000 timestamp: u64, in init_current_pic() 1035 timestamp: u64, in begin_picture() 1181 timestamp: u64, in process_nalu() 1252 timestamp: u64, in decode()
|
| /system/core/init/libprefetch/prefetch/src/ |
| D | replay.rs | 372 fn random_write(file: &mut NamedTempFile, base: u64) -> Range<u64> { in random_write() 382 align: Option<u64>, in create_file() 383 ) -> (NamedTempFile, Vec<Range<u64>>) { in create_file() 403 align: Option<u64>, in generate_cached_files_and_record() 404 ) -> (RecordsFile, Vec<(NamedTempFile, Vec<Range<u64>>)>) { in generate_cached_files_and_record() 614 fn ensure_files_not_cached(files: &mut [(PathBuf, Vec<Range<u64>>)]) { in ensure_files_not_cached()
|
| /system/cros-codecs/src/decoder/stateless/h264/ |
| D | v4l2.rs | 75 timestamp: u64, in new_picture() 94 fn new_field_picture(&mut self, _: u64, _: &Self::Handle) -> NewPictureResult<Self::Picture> { in new_field_picture()
|
| /system/cros-codecs/src/backend/v4l2/decoder/ |
| D | stateless.rs | 39 pub fn timestamp(&self) -> u64 { in timestamp() 88 fn timestamp(&self) -> u64 { in timestamp()
|
| /system/cros-codecs/src/backend/vaapi/ |
| D | decoder.rs | 56 fn timestamp(&self) -> u64 { in timestamp() 119 fn timestamp(&self) -> u64 { in timestamp()
|
| /system/extras/ext4_utils/include/ext4_utils/ |
| D | ext4_utils.h | 58 typedef unsigned long u64; typedef 63 typedef unsigned long long u64; typedef
|
| /system/extras/tests/storage/ |
| D | wipe_blkdev.c | 28 typedef unsigned long long u64; typedef
|
| /system/core/libsparse/ |
| D | sparse_defs.h | 36 typedef unsigned long long u64; typedef
|