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

/frameworks/native/services/surfaceflinger/
H A DFrameTracker.h128 // isFrameValidLocked returns true if the data for the given frame index is
130 bool isFrameValidLocked(size_t idx) const;
H A DFrameTracker.cpp185 if (mDisplayPeriod > 0 && isFrameValidLocked(newFrameIdx)) {
189 if (isFrameValidLocked(prevFrameIdx)) {
228 bool FrameTracker::isFrameValidLocked(size_t idx) const { function in class:android::FrameTracker

Completed in 20 milliseconds