Searched refs:PRESENT_LATER (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/include/gui/
H A DBufferQueue.h42 PRESENT_LATER = IGraphicBufferConsumer::PRESENT_LATER, enumerator in enum:android::BufferQueue::__anon1360
H A DIGraphicBufferConsumer.h53 PRESENT_LATER, enumerator in enum:android::IGraphicBufferConsumer::__anon1369
68 // future, the buffer won't be acquired, and PRESENT_LATER will be
76 // callback), then PRESENT_LATER will be returned.
83 // * PRESENT_LATER - the buffer's timestamp is farther in the future
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlingerConsumer.cpp63 } else if (err == BufferQueue::PRESENT_LATER) {
H A DLayer.cpp1921 if (updateResult == BufferQueue::PRESENT_LATER) {
/frameworks/native/libs/gui/
H A DBufferQueueConsumer.cpp98 // expectedPresent time, we return PRESENT_LATER without acquiring it.
187 return PRESENT_LATER;

Completed in 1886 milliseconds