Home
last modified time | relevance | path

Searched refs:MAX_REASONABLE_NSEC (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DBufferQueueConsumer.h175 constexpr static int MAX_REASONABLE_NSEC = 1'000'000'000ULL; // 1 second variable
/frameworks/native/libs/gui/
DBufferQueueConsumer.cpp161 if (desiredPresent < expectedPresent - MAX_REASONABLE_NSEC || in acquireBuffer()
209 desiredPresent > expectedPresent + MAX_REASONABLE_NSEC; in acquireBuffer()
/frameworks/native/services/surfaceflinger/
DBufferQueueLayer.cpp186 if (desiredPresent < expectedPresentTime - BufferQueueConsumer::MAX_REASONABLE_NSEC || in getFrameNumber()