Searched refs:tmono2 (Results 1 – 2 of 2) sorted by relevance
523 const nsecs_t tmono2 = systemTime(SYSTEM_TIME_MONOTONIC); in getMonoToBoottimeOffset() local524 const nsecs_t gap = tmono2 - tmono; in getMonoToBoottimeOffset()527 measured = tbase - ((tmono + tmono2) >> 1); in getMonoToBoottimeOffset()
356 const nsecs_t tmono2 = systemTime(SYSTEM_TIME_MONOTONIC); in adjustTimebaseOffset() local357 const nsecs_t gap = tmono2 - tmono; in adjustTimebaseOffset()360 measured = tbase - ((tmono + tmono2) >> 1); in adjustTimebaseOffset()