Home
last modified time | relevance | path

Searched refs:currentUptime (Results 1 – 1 of 1) sorted by relevance

/system/extras/boottime_tools/bootio/
Dbootio_collector.cpp164 time_t currentTimeUtc, time_t currentUptime) { in ReadProcData() argument
193 sample->set_uptime(currentUptime); in ReadProcData()
335 time_t currentUptime = android::GetUptime(); in StartDataCollection() local
338 cpu->set_uptime(currentUptime); in StartDataCollection()
340 android::ReadProcData(pidDataMap, *data.get(), currentTimeUtc, currentUptime); in StartDataCollection()