Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp519 nsecs_t bestGap, measured; in getMonoToBoottimeOffset() local
525 if (i == 0 || gap < bestGap) { in getMonoToBoottimeOffset()
526 bestGap = gap; in getMonoToBoottimeOffset()
/frameworks/av/services/audioflinger/
DThreads.cpp352 nsecs_t bestGap, measured; in adjustTimebaseOffset() local
358 if (i == 0 || gap < bestGap) { in adjustTimebaseOffset()
359 bestGap = gap; in adjustTimebaseOffset()