Lines Matching refs:getWallClockSec
125 mStartTimeSec = getWallClockSec(); in StatsdStats()
146 int32_t nowTimeSec = getWallClockSec(); in noteConfigReceived()
175 int32_t nowTimeSec = getWallClockSec(); in noteConfigRemovedInternalLocked()
190 it->second->reset_time_sec = getWallClockSec(); in noteConfigResetInternalLocked()
209 noteBroadcastSent(key, getWallClockSec()); in noteBroadcastSent()
226 noteActiveStatusChanged(key, activated, getWallClockSec()); in noteActiveStatusChanged()
245 noteActivationBroadcastGuardrailHit(uid, getWallClockSec()); in noteActivationBroadcastGuardrailHit()
258 noteDataDropped(key, totalBytes, getWallClockSec()); in noteDataDropped()
293 noteMetricsReportSent(key, num_bytes, getWallClockSec()); in noteMetricsReportSent()
598 mStartTimeSec = getWallClockSec(); in resetInternalLocked()
972 proto.write(FIELD_TYPE_INT32 | FIELD_ID_END_TIME, (int32_t)getWallClockSec()); in dumpStats()