Searched defs:timestampSec (Results 1 – 3 of 3) 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