Home
last modified time | relevance | path

Searched refs:mWallTime (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/sensorservice/
DRecentEventLogger.cpp67 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()
DRecentEventLogger.h57 timespec mWallTime; member
/frameworks/base/services/core/java/com/android/server/inputmethod/
DStartInputHistory.java80 long mWallTime; field in StartInputHistory.Entry
109 mWallTime = original.mWallTime; in set()
158 pw.println(" time=" + formatter.format(Instant.ofEpochMilli(entry.mWallTime)) in dump()
DSoftInputShowHideHistory.java51 final long mWallTime; field in SoftInputShowHideHistory.Entry
79 mWallTime = System.currentTimeMillis(); in Entry()
108 pw.println(" time=" + formatter.format(Instant.ofEpochMilli(entry.mWallTime)) in dump()
DStartInputInfo.java54 final long mWallTime; field in StartInputInfo
84 mWallTime = System.currentTimeMillis(); in StartInputInfo()
/frameworks/base/services/core/java/com/android/server/locksettings/
DRebootEscrowManager.java1029 final long mWallTime; field in RebootEscrowManager.RebootEscrowEvent
1040 mWallTime = System.currentTimeMillis(); in RebootEscrowEvent()
1096 pw.println(" time=" + sdf.format(new Date(event.mWallTime)) in dump()