Home
last modified time | relevance | path

Searched defs:BootTime (Results 1 – 7 of 7) sorted by relevance

/system/memory/mmd/src/
Dtime.rs87 pub struct BootTime(Duration); struct
89 impl BootTime { impl
Dsuspend_history.rs67 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/
Dhistory.rs35 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/
Drecompression.rs139 now: BootTime, in mark_and_recompress()
165 now: BootTime, in initiate_recompress()
Dwriteback.rs226 now: BootTime, in mark_and_flush_pages()
317 now: BootTime, in writeback()
/system/security/keystore2/src/
Ddatabase.rs822 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()
Denforcements.rs786 ) -> Option<BootTime> { in get_last_auth_time()