OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_RESYNC_SAMPLES_WITHOUT_PRESENT
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/surfaceflinger/
DispSync.h
111
enum {
MAX_RESYNC_SAMPLES_WITHOUT_PRESENT
= 12 };
DispSync.cpp
365
if (mNumResyncSamplesSincePresent++ >
MAX_RESYNC_SAMPLES_WITHOUT_PRESENT
) {
Completed in 157 milliseconds