Home
last modified time | relevance | path

Searched refs:tmono (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp404 const nsecs_t tmono = systemTime(SYSTEM_TIME_MONOTONIC); in getMonoToBoottimeOffset() local
407 const nsecs_t gap = tmono2 - tmono; in getMonoToBoottimeOffset()
410 measured = tbase - ((tmono + tmono2) >> 1); in getMonoToBoottimeOffset()
/frameworks/av/services/audioflinger/
DThreads.cpp463 const nsecs_t tmono = systemTime(SYSTEM_TIME_MONOTONIC); in adjustTimebaseOffset() local
466 const nsecs_t gap = tmono2 - tmono; in adjustTimebaseOffset()
469 measured = tbase - ((tmono + tmono2) >> 1); in adjustTimebaseOffset()