Searched refs:tmono2 (Results 1 – 4 of 4) sorted by relevance
524 const nsecs_t tmono2 = systemTime(SYSTEM_TIME_MONOTONIC); in getMonoToBoottimeOffset() local525 const nsecs_t gap = tmono2 - tmono; in getMonoToBoottimeOffset()528 measured = tbase - ((tmono + tmono2) >> 1); in getMonoToBoottimeOffset()
11375 const nsecs_t tmono2 = systemTime(SYSTEM_TIME_MONOTONIC); in getBootToMonoTimeOffset() local11376 const nsecs_t gap = tmono2 - tmono; in getBootToMonoTimeOffset()11379 measured = tbase - ((tmono + tmono2) >> 1); in getBootToMonoTimeOffset()
358 const nsecs_t tmono2 = systemTime(SYSTEM_TIME_MONOTONIC); in adjustTimebaseOffset() local359 const nsecs_t gap = tmono2 - tmono; in adjustTimebaseOffset()362 measured = tbase - ((tmono + tmono2) >> 1); in adjustTimebaseOffset()
3990 const nsecs_t tmono2 = systemTime(SYSTEM_TIME_MONOTONIC); in handleMetadataWithLock() local3991 const nsecs_t gap = tmono2 - tmono; in handleMetadataWithLock()3994 measured = tbase - ((tmono + tmono2) >> 1); in handleMetadataWithLock()