Home | History | Annotate | Download | only in DisplayHardware

Lines Matching refs:mCurrentBufferSlot

62     mCurrentBufferSlot(-1),
152 if (mCurrentBufferSlot != BufferQueue::INVALID_BUFFER_SLOT &&
153 item.mSlot != mCurrentBufferSlot) {
156 mPreviousBufferSlot = mCurrentBufferSlot;
160 err = releaseBufferLocked(mCurrentBufferSlot, mCurrentBuffer,
168 mCurrentBufferSlot = item.mSlot;
169 mCurrentBuffer = mSlots[mCurrentBufferSlot].mGraphicBuffer;
200 if (slotIndex == mCurrentBufferSlot) {
201 mCurrentBufferSlot = BufferQueue::INVALID_BUFFER_SLOT;
226 mCurrentBufferSlot != BufferQueue::INVALID_BUFFER_SLOT) {
227 status_t err = addReleaseFence(mCurrentBufferSlot,