Home
last modified time | relevance | path

Searched defs:timestampSec (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/cmds/statsd/src/anomaly/
DAlarmMonitor.cpp96 uint32_t timestampSec) { in popSoonerThan()
119 void AlarmMonitor::updateRegisteredAlarmTime_l(uint32_t timestampSec) { in updateRegisteredAlarmTime_l()
DAlarmMonitor.h48 const uint32_t timestampSec; member
DDurationAnomalyTracker.cpp41 uint32_t timestampSec = static_cast<uint32_t>((timestampNs -1) / NS_PER_SEC) + 1; // round up in startAlarm() local