Home
last modified time | relevance | path

Searched defs:uptime (Results 1 – 10 of 10) sorted by relevance

/system/core/bootstat/
Dboot_event_record_store.cpp40 bool ParseRecordEventTime(const std::string& path, int32_t* uptime) { in ParseRecordEventTime()
61 auto uptime = std::chrono::duration_cast<std::chrono::seconds>( in AddBootEvent() local
103 int32_t uptime; in GetBootEvent() local
Dboot_event_record_store_test.cpp134 time_t uptime = GetUptimeSeconds(); in TEST_F() local
149 time_t uptime = GetUptimeSeconds(); in TEST_F() local
Dbootstat.cpp1222 std::chrono::milliseconds uptime) { in GetAbsoluteBootTime()
/system/extras/boottime_tools/bootio/
Dprotos.proto26 required int64 uptime = 2; field
45 required int64 uptime = 2; field
Dbootio_collector.cpp225 int uptime; member
/system/core/init/
Dbootchart.cpp56 boot_clock::time_point uptime = boot_clock::now(); in get_uptime_jiffies() local
/system/libprocinfo/
Dprocess_test.cpp128 std::string uptime; in read_uptime_secs() local
/system/core/libutils/include/utils/
DLooper.h449 nsecs_t uptime; member
/system/extras/ioshark/
Dioshark_bench_subr.c344 unsigned long long uptime; member
/system/core/libutils/
DLooper.cpp594 void Looper::sendMessageAtTime(nsecs_t uptime, const sp<MessageHandler>& handler, in sendMessageAtTime()