Searched defs:tmono2 (Results 1 - 2 of 2) sorted by last modified time

/frameworks/av/services/audioflinger/
H A DThreads.cpp290 const nsecs_t tmono2 = systemTime(SYSTEM_TIME_MONOTONIC); local
291 const nsecs_t gap = tmono2 - tmono;
294 measured = tbase - ((tmono + tmono2) >> 1);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp415 const nsecs_t tmono2 = systemTime(SYSTEM_TIME_MONOTONIC); local
416 const nsecs_t gap = tmono2 - tmono;
419 measured = tbase - ((tmono + tmono2) >> 1);

Completed in 81 milliseconds