Searched defs:expectedPresent (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/gui/
H A DBufferQueueConsumer.cpp39 nsecs_t expectedPresent) {
68 // If expectedPresent is specified, we may not want to return a buffer yet.
71 if (expectedPresent != 0) {
74 // The 'expectedPresent' argument indicates when the buffer is expected
76 // earlier (less) than expectedPresent -- meaning it will be displayed
79 // expectedPresent time, we return PRESENT_LATER without acquiring it.
81 // To be safe, we don't defer acquisition if expectedPresent is more
104 if (desiredPresent < expectedPresent - MAX_REASONABLE_NSEC ||
105 desiredPresent > expectedPresent) {
111 desiredPresent, expectedPresent,
38 acquireBuffer(BufferItem* outBuffer, nsecs_t expectedPresent) argument
[all...]
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1046 nsecs_t expectedPresent = local
1049 false : mQueueItems[0].mTimestamp < expectedPresent;

Completed in 231 milliseconds