Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DRecentEventLogger.cpp65 struct tm * timeinfo = localtime(&(ev.mWallTime.tv_sec)); in dump()
68 (int) ns2ms(ev.mWallTime.tv_nsec)); in dump()
122 clock_gettime(CLOCK_REALTIME, &mWallTime); in SensorEventLog()
DRecentEventLogger.h56 timespec mWallTime; member
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java716 final long mWallTime; field in InputMethodManagerService.StartInputInfo
745 mWallTime = System.currentTimeMillis(); in StartInputInfo()
809 long mWallTime; field in InputMethodManagerService.StartInputHistory.Entry
838 mWallTime = original.mWallTime; in set()
885 pw.println(" time=" + dataFormat.format(new Date(entry.mWallTime)) in dump()