Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp494 nsecs_t bestGap, measured; in getMonoToBoottimeOffset() local
500 if (i == 0 || gap < bestGap) { in getMonoToBoottimeOffset()
501 bestGap = gap; in getMonoToBoottimeOffset()
/frameworks/av/services/audioflinger/
DThreads.cpp304 nsecs_t bestGap, measured; in adjustTimebaseOffset() local
310 if (i == 0 || gap < bestGap) { in adjustTimebaseOffset()
311 bestGap = gap; in adjustTimebaseOffset()