OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFrameValidLocked
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/surfaceflinger/
FrameTracker.h
124
//
isFrameValidLocked
returns true if the data for the given frame index is
126
bool
isFrameValidLocked
(size_t idx) const;
FrameTracker.cpp
159
if (mDisplayPeriod > 0 &&
isFrameValidLocked
(newFrameIdx)) {
163
if (
isFrameValidLocked
(prevFrameIdx)) {
202
bool FrameTracker::
isFrameValidLocked
(size_t idx) const {
Completed in 129 milliseconds