Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DFramebufferSurface.cpp97 status_t result = nextBuffer(slot, buf, acquireFence, dataspace); in advanceFrame()
106 status_t FramebufferSurface::nextBuffer(uint32_t& outSlot, in nextBuffer() function in android::FramebufferSurface
DFramebufferSurface.h64 status_t nextBuffer(uint32_t& outSlot, sp<GraphicBuffer>& outBuffer,
/frameworks/base/cmds/bootanimation/
Daudioplay.cpp56 static const uint8_t* nextBuffer; variable
406 if (!parseClipBuf(buf, size, &chunkFormat, &nextBuffer, &nextSize)) { in playClip()
422 result = (*bqPlayerBufferQueue)->Enqueue(bqPlayerBufferQueue, nextBuffer, nextSize); in playClip()