Searched defs:BufferItem (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/gui/
H A DBufferItemConsumer.h34 * access to the whole BufferItem entry from BufferQueue. Multiple buffers may
43 typedef BufferQueue::BufferItem BufferItem; typedef in class:android::BufferItemConsumer
63 // passed-in BufferItem structure. Returns NO_BUFFER_AVAILABLE if the queue
72 // If waitForFence is true, and the acquired BufferItem has a valid fence object,
74 status_t acquireBuffer(BufferItem *item, bool waitForFence = true);
79 // acquired by acquireBuffer. Once a BufferItem is released, the caller must
80 // not access any members of the BufferItem, and should immediately remove
81 // all of its references to the BufferItem itself.
82 status_t releaseBuffer(const BufferItem
[all...]
H A DBufferQueue.h174 struct BufferItem { struct in class:android::BufferQueue
176 BufferItem() function in struct:android::BufferQueue::BufferItem
217 // returned in BufferItem. If the buffer returned had previously been
218 // acquired then the BufferItem::mGraphicBuffer field of buffer is set to
221 status_t acquireBuffer(BufferItem *buffer);

Completed in 332 milliseconds