Home
last modified time | relevance | path

Searched refs:MAX_REASONABLE_NSEC (Results 1 – 2 of 2) 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()