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
782 final long mWallTime; field in RebootEscrowManager.RebootEscrowEvent793 mWallTime = System.currentTimeMillis(); in RebootEscrowEvent()849 pw.println(" time=" + sdf.format(new Date(event.mWallTime)) in dump()
709 final long mWallTime; field in InputMethodManagerService.StartInputInfo738 mWallTime = System.currentTimeMillis(); in StartInputInfo()771 final long mWallTime; field in InputMethodManagerService.SoftInputShowHideHistory.Entry794 mWallTime = System.currentTimeMillis(); in Entry()821 pw.println(" time=" + dataFormat.format(new Date(entry.mWallTime)) in dump()918 long mWallTime; field in InputMethodManagerService.StartInputHistory.Entry947 mWallTime = original.mWallTime; in set()994 pw.println(" time=" + dataFormat.format(new Date(entry.mWallTime)) in dump()