Home
last modified time | relevance | path

Searched refs:hasBuffer (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/libs/gui/include/gui/
H A DBLASTBufferQueue.h182 bool hasBuffer = false; member
192 void update(bool hasBuffer, uint32_t width, uint32_t height, uint32_t transform, in update()
194 this->hasBuffer = hasBuffer; in update()
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.cpp289 bool hasBuffer = msg->findBuffer("buffer", &buffer); in onInputBufferFetched() local
292 CHECK(msg->findInt32("err", &streamErr) || !hasBuffer); in onInputBufferFetched()
H A DNuPlayerDecoder.cpp1013 bool hasBuffer = msg->findBuffer("buffer", &buffer); in onInputBufferFetched() local
1018 CHECK(msg->findInt32("err", &streamErr) || !hasBuffer); in onInputBufferFetched()
/aosp12/frameworks/native/libs/gui/
H A DIGraphicBufferProducer.cpp626 bool hasBuffer = reply.readBool(); in getLastQueuedBuffer() local
628 if (hasBuffer) { in getLastQueuedBuffer()
668 bool hasBuffer = false; in getLastQueuedBuffer() local
669 result = reply.readBool(&hasBuffer); in getLastQueuedBuffer()
675 if (hasBuffer) { in getLastQueuedBuffer()