Searched refs:tmono2 (Results 1 – 2 of 2) sorted by relevance
411 const nsecs_t tmono2 = systemTime(SYSTEM_TIME_MONOTONIC); in getMonoToBoottimeOffset() local412 const nsecs_t gap = tmono2 - tmono; in getMonoToBoottimeOffset()415 measured = tbase - ((tmono + tmono2) >> 1); in getMonoToBoottimeOffset()
290 const nsecs_t tmono2 = systemTime(SYSTEM_TIME_MONOTONIC); in adjustTimebaseOffset() local291 const nsecs_t gap = tmono2 - tmono; in adjustTimebaseOffset()294 measured = tbase - ((tmono + tmono2) >> 1); in adjustTimebaseOffset()