Home | History | Annotate | Download | only in gui

Lines Matching defs:BufferItem

36  * access to the whole BufferItem entry from BufferQueue. Multiple buffers may
45 typedef BufferQueue::BufferItem BufferItem;
68 // passed-in BufferItem structure. Returns NO_BUFFER_AVAILABLE if the queue
77 // If waitForFence is true, and the acquired BufferItem has a valid fence object,
79 status_t acquireBuffer(BufferItem *item, nsecs_t presentWhen,
85 // acquired by acquireBuffer. Once a BufferItem is released, the caller must
86 // not access any members of the BufferItem, and should immediately remove
87 // all of its references to the BufferItem itself.
88 status_t releaseBuffer(const BufferItem &item,