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

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp365 nsecs_t bestGap, measured; local
371 if (i == 0 || gap < bestGap) {
372 bestGap = gap;
/frameworks/av/services/audioflinger/
H A DThreads.cpp296 nsecs_t bestGap, measured; local
302 if (i == 0 || gap < bestGap) {
303 bestGap = gap;

Completed in 97 milliseconds