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

/frameworks/native/libs/gui/tests/
H A DBufferQueue_test.cpp78 ASSERT_EQ(IGraphicBufferProducer::BUFFER_NEEDS_REALLOCATION,
86 ASSERT_EQ(IGraphicBufferProducer::BUFFER_NEEDS_REALLOCATION,
/frameworks/native/include/gui/
H A DIGraphicBufferProducer.h57 BUFFER_NEEDS_REALLOCATION = 0x1, enumerator in enum:android::IGraphicBufferProducer::__anon1397
80 // If dequeueBuffer return BUFFER_NEEDS_REALLOCATION, the client is
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp281 result |= BUFFER_NEEDS_REALLOCATION;
292 if (result & BUFFER_NEEDS_REALLOCATION) {
/frameworks/native/libs/gui/
H A DBufferQueue.cpp410 returnFlags |= IGraphicBufferProducer::BUFFER_NEEDS_REALLOCATION;
427 if (returnFlags & IGraphicBufferProducer::BUFFER_NEEDS_REALLOCATION) {
H A DSurface.cpp203 if ((result & IGraphicBufferProducer::BUFFER_NEEDS_REALLOCATION) || gbuf == 0) {

Completed in 145 milliseconds