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

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

Completed in 126 milliseconds