Searched refs:mBufferState (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/gui/
H A DBufferQueue.cpp161 if (mSlots[i].mBufferState == BufferSlot::DEQUEUED) {
245 } else if (mSlots[slot].mBufferState != BufferSlot::DEQUEUED) {
250 slot, mSlots[slot].mBufferState);
295 assert(mSlots[i].mBufferState == BufferSlot::FREE);
306 const int state = mSlots[i].mBufferState;
379 mSlots[buf].mBufferState = BufferSlot::DEQUEUED;
511 } else if (mSlots[buf].mBufferState != BufferSlot::DEQUEUED) {
513 "(state=%d)", buf, mSlots[buf].mBufferState);
550 mSlots[*front].mBufferState = BufferSlot::FREE;
572 mSlots[buf].mBufferState
[all...]
/frameworks/native/include/gui/
H A DBufferQueue.h338 mBufferState(BufferSlot::FREE),
393 // mBufferState is the current state of this buffer slot.
394 BufferState mBufferState; member in struct:android::BufferQueue::BufferSlot

Completed in 7 milliseconds