Searched refs:tmono (Results 1 – 2 of 2) sorted by relevance
496 const nsecs_t tmono = systemTime(SYSTEM_TIME_MONOTONIC); in getMonoToBoottimeOffset() local499 const nsecs_t gap = tmono2 - tmono; in getMonoToBoottimeOffset()502 measured = tbase - ((tmono + tmono2) >> 1); in getMonoToBoottimeOffset()
306 const nsecs_t tmono = systemTime(SYSTEM_TIME_MONOTONIC); in adjustTimebaseOffset() local309 const nsecs_t gap = tmono2 - tmono; in adjustTimebaseOffset()312 measured = tbase - ((tmono + tmono2) >> 1); in adjustTimebaseOffset()