Searched refs:nextBuffer (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.h60 // nextBuffer waits for and then latches the next buffer from the
63 status_t nextBuffer(uint32_t& outSlot, sp<GraphicBuffer>& outBuffer,
H A DFramebufferSurface.cpp98 status_t result = nextBuffer(slot, buf, acquireFence, dataspace);
107 status_t FramebufferSurface::nextBuffer(uint32_t& outSlot, function in class:android::FramebufferSurface
/frameworks/base/cmds/bootanimation/
H A Daudioplay.cpp51 static const uint8_t* nextBuffer; member in namespace:audioplay::__anon773
333 if (!parseClipBuf(buf, size, &chunkFormat, &nextBuffer, &nextSize)) {
349 result = (*bqPlayerBufferQueue)->Enqueue(bqPlayerBufferQueue, nextBuffer, nextSize);

Completed in 107 milliseconds