Searched refs:tmono2 (Results 1 – 2 of 2) sorted by relevance
417 const nsecs_t tmono2 = systemTime(SYSTEM_TIME_MONOTONIC); in getMonoToBoottimeOffset() local418 const nsecs_t gap = tmono2 - tmono; in getMonoToBoottimeOffset()421 measured = tbase - ((tmono + tmono2) >> 1); in getMonoToBoottimeOffset()
299 const nsecs_t tmono2 = systemTime(SYSTEM_TIME_MONOTONIC); in adjustTimebaseOffset() local300 const nsecs_t gap = tmono2 - tmono; in adjustTimebaseOffset()303 measured = tbase - ((tmono + tmono2) >> 1); in adjustTimebaseOffset()