Searched defs:timestampSec (Results 1 – 4 of 4) sorted by relevance
96 uint32_t timestampSec) { in popSoonerThan()119 void AlarmMonitor::updateRegisteredAlarmTime_l(uint32_t timestampSec) { in updateRegisteredAlarmTime_l()
48 const uint32_t timestampSec; member
41 uint32_t timestampSec = static_cast<uint32_t>((timestampNs -1) / NS_PER_SEC) + 1; // round up in startAlarm() local
63 int32_t timestampSec = getWallClockSec(); in PullInternal() local