Searched defs:tmono2 (Results 1 - 2 of 2) sorted by path

/frameworks/av/services/audioflinger/
H A DThreads.cpp300 const nsecs_t tmono2 = systemTime(SYSTEM_TIME_MONOTONIC); local
301 const nsecs_t gap = tmono2 - tmono;
304 measured = tbase - ((tmono + tmono2) >> 1);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp369 const nsecs_t tmono2 = systemTime(SYSTEM_TIME_MONOTONIC); local
370 const nsecs_t gap = tmono2 - tmono;
373 measured = tbase - ((tmono + tmono2) >> 1);

Completed in 96 milliseconds