Home
last modified time | relevance | path

Searched refs:mWallTime (Results 1 – 4 of 4) 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/locksettings/
DRebootEscrowManager.java782 final long mWallTime; field in RebootEscrowManager.RebootEscrowEvent
793 mWallTime = System.currentTimeMillis(); in RebootEscrowEvent()
849 pw.println(" time=" + sdf.format(new Date(event.mWallTime)) in dump()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java709 final long mWallTime; field in InputMethodManagerService.StartInputInfo
738 mWallTime = System.currentTimeMillis(); in StartInputInfo()
771 final long mWallTime; field in InputMethodManagerService.SoftInputShowHideHistory.Entry
794 mWallTime = System.currentTimeMillis(); in Entry()
821 pw.println(" time=" + dataFormat.format(new Date(entry.mWallTime)) in dump()
918 long mWallTime; field in InputMethodManagerService.StartInputHistory.Entry
947 mWallTime = original.mWallTime; in set()
994 pw.println(" time=" + dataFormat.format(new Date(entry.mWallTime)) in dump()