Searched refs:mWallTime (Results 1 – 4 of 4) 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
435 final long mWallTime; field in RebootEscrowManager.RebootEscrowEvent446 mWallTime = System.currentTimeMillis(); in RebootEscrowEvent()502 pw.println(" time=" + sdf.format(new Date(event.mWallTime)) in dump()
761 final long mWallTime; field in InputMethodManagerService.StartInputInfo790 mWallTime = System.currentTimeMillis(); in StartInputInfo()823 final long mWallTime; field in InputMethodManagerService.SoftInputShowHideHistory.Entry846 mWallTime = System.currentTimeMillis(); in Entry()873 pw.println(" time=" + dataFormat.format(new Date(entry.mWallTime)) in dump()970 long mWallTime; field in InputMethodManagerService.StartInputHistory.Entry999 mWallTime = original.mWallTime; in set()1046 pw.println(" time=" + dataFormat.format(new Date(entry.mWallTime)) in dump()