HomeSort by relevance Sort by last modified time
    Searched refs:mSharedBufferSlot (Results 1 - 6 of 6) sorted by null

  /frameworks/native/libs/gui/
BufferQueueProducer.cpp 295 if (mCore->mSharedBufferMode && mCore->mSharedBufferSlot !=
297 *found = mCore->mSharedBufferSlot;
421 if (mCore->mSharedBufferSlot == found) {
434 if (mCore->mSharedBufferSlot == found &&
442 if (mCore->mSharedBufferSlot != found) {
486 mCore->mSharedBufferSlot == found) ?
493 if (mCore->mSharedBufferMode && mCore->mSharedBufferSlot ==
495 mCore->mSharedBufferSlot = found;
588 if (mCore->mSharedBufferMode || mCore->mSharedBufferSlot == slot) {
822 if (mCore->mSharedBufferMode && mCore->mSharedBufferSlot =
    [all...]
Surface.cpp 57 mSharedBufferSlot(BufferItem::INVALID_BUFFER_SLOT),
497 if (mSharedBufferMode && mAutoRefresh && mSharedBufferSlot !=
499 sp<GraphicBuffer>& gbuf(mSlots[mSharedBufferSlot].buffer);
577 mSharedBufferSlot = buf;
579 } else if (mSharedBufferSlot == buf) {
580 mSharedBufferSlot = BufferItem::INVALID_BUFFER_SLOT;
599 if (mSharedBufferSlot == i && mSharedBufferHasBeenQueued) {
608 if (mSharedBufferMode && mAutoRefresh && mSharedBufferSlot == i) {
655 if (mSharedBufferSlot == i && mSharedBufferHasBeenQueued) {
778 if (mSharedBufferMode && mAutoRefresh && mSharedBufferSlot == i)
    [all...]
BufferQueueConsumer.cpp 79 mCore->mAutoRefresh && mCore->mSharedBufferSlot !=
207 slot = mCore->mSharedBufferSlot;
295 if (mCore->mSharedBufferMode || slot == mCore->mSharedBufferSlot) {
516 mCore->mSharedBufferSlot = BufferQueueCore::INVALID_BUFFER_SLOT;
BufferQueueCore.cpp 94 mSharedBufferSlot(INVALID_BUFFER_SLOT),
  /frameworks/native/libs/gui/include/gui/
BufferQueueCore.h 314 int mSharedBufferSlot;
Surface.h 437 int mSharedBufferSlot;

Completed in 1719 milliseconds