Searched defs:BootTime (Results 1 – 7 of 7) sorted by relevance
| /system/memory/mmd/src/ |
| D | time.rs | 87 pub struct BootTime(Duration); struct 89 impl BootTime { impl
|
| D | suspend_history.rs | 67 pub fn generate_suspend_duration(&mut self) -> (Duration, BootTime) { in generate_suspend_duration() argument 156 time: BootTime, in record_suspend_duration() 190 now: BootTime, in calculate_total_suspend_duration()
|
| /system/memory/mmd/src/zram/writeback/ |
| D | history.rs | 35 pub fn record(&mut self, pages: u64, now: BootTime) { in record() 40 pub fn cleanup(&mut self, now: BootTime) { in cleanup()
|
| /system/memory/mmd/src/zram/ |
| D | recompression.rs | 139 now: BootTime, in mark_and_recompress() 165 now: BootTime, in initiate_recompress()
|
| D | writeback.rs | 226 now: BootTime, in mark_and_flush_pages() 317 now: BootTime, in writeback()
|
| /system/security/keystore2/src/ |
| D | database.rs | 822 pub struct BootTime(i64); struct 824 impl BootTime { implementation 846 impl ToSql for BootTime { implementation 852 impl FromSql for BootTime { implementation 891 pub fn time_received(&self) -> BootTime { in time_received()
|
| D | enforcements.rs | 786 ) -> Option<BootTime> { in get_last_auth_time()
|