Searched refs:mWallTime (Results 1 – 6 of 6) sorted by relevance
67 struct tm * timeinfo = localtime(&(ev.mWallTime.tv_sec)); in dump()70 (int) ns2ms(ev.mWallTime.tv_nsec)); in dump()105 proto->write(Event::WALL_TIMESTAMP_MS, ev.mWallTime.tv_sec * 1000LL in dump()106 + ns2ms(ev.mWallTime.tv_nsec)); in dump()158 clock_gettime(CLOCK_REALTIME, &mWallTime); in SensorEventLog()
57 timespec mWallTime; member
80 long mWallTime; field in StartInputHistory.Entry109 mWallTime = original.mWallTime; in set()158 pw.println(" time=" + formatter.format(Instant.ofEpochMilli(entry.mWallTime)) in dump()
51 final long mWallTime; field in SoftInputShowHideHistory.Entry79 mWallTime = System.currentTimeMillis(); in Entry()108 pw.println(" time=" + formatter.format(Instant.ofEpochMilli(entry.mWallTime)) in dump()
54 final long mWallTime; field in StartInputInfo84 mWallTime = System.currentTimeMillis(); in StartInputInfo()
1029 final long mWallTime; field in RebootEscrowManager.RebootEscrowEvent1040 mWallTime = System.currentTimeMillis(); in RebootEscrowEvent()1096 pw.println(" time=" + sdf.format(new Date(event.mWallTime)) in dump()