HomeSort by relevance Sort by last modified time
    Searched refs:isFrameValidLocked (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/surfaceflinger/
FrameTracker.h 128 // isFrameValidLocked returns true if the data for the given frame index is
130 bool isFrameValidLocked(size_t idx) const;
FrameTracker.cpp 185 if (mDisplayPeriod > 0 && isFrameValidLocked(newFrameIdx)) {
189 if (isFrameValidLocked(prevFrameIdx)) {
228 bool FrameTracker::isFrameValidLocked(size_t idx) const {

Completed in 889 milliseconds