Searched defs:bestGap (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp411 nsecs_t bestGap, measured; local
417 if (i == 0 || gap < bestGap) {
418 bestGap = gap;
/frameworks/av/services/audioflinger/
H A DThreads.cpp286 nsecs_t bestGap, measured; local
292 if (i == 0 || gap < bestGap) {
293 bestGap = gap;

Completed in 70 milliseconds