Searched refs:mSharedBufferSlot (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/libs/gui/
H A DSurface.cpp50 mSharedBufferSlot(BufferItem::INVALID_BUFFER_SLOT),
284 if (mSharedBufferMode && mAutoRefresh && mSharedBufferSlot !=
286 sp<GraphicBuffer>& gbuf(mSlots[mSharedBufferSlot].buffer);
344 mSharedBufferSlot = buf;
346 } else if (mSharedBufferSlot == buf) {
347 mSharedBufferSlot = BufferItem::INVALID_BUFFER_SLOT;
366 if (mSharedBufferSlot == i && mSharedBufferHasBeenQueued) {
375 if (mSharedBufferMode && mAutoRefresh && mSharedBufferSlot == i) {
422 if (mSharedBufferSlot == i && mSharedBufferHasBeenQueued) {
527 if (mSharedBufferMode && mAutoRefresh && mSharedBufferSlot
[all...]
H A DBufferQueueProducer.cpp289 if (mCore->mSharedBufferMode && mCore->mSharedBufferSlot !=
291 *found = mCore->mSharedBufferSlot;
415 if (mCore->mSharedBufferSlot == found) {
429 if (mCore->mSharedBufferSlot == found &&
437 if (mCore->mSharedBufferSlot != found) {
482 mCore->mSharedBufferSlot == found) ?
489 if (mCore->mSharedBufferMode && mCore->mSharedBufferSlot ==
491 mCore->mSharedBufferSlot = found;
577 if (mCore->mSharedBufferMode || mCore->mSharedBufferSlot == slot) {
796 if (mCore->mSharedBufferMode && mCore->mSharedBufferSlot
[all...]
H A DBufferQueueConsumer.cpp74 mCore->mAutoRefresh && mCore->mSharedBufferSlot !=
202 slot = mCore->mSharedBufferSlot;
288 if (mCore->mSharedBufferMode || slot == mCore->mSharedBufferSlot) {
509 mCore->mSharedBufferSlot = BufferQueueCore::INVALID_BUFFER_SLOT;
H A DBufferQueueCore.cpp89 mSharedBufferSlot(INVALID_BUFFER_SLOT),
/frameworks/native/include/gui/
H A DBufferQueueCore.h312 int mSharedBufferSlot; member in class:android::BufferQueueCore
H A DSurface.h370 int mSharedBufferSlot; member in class:android::Surface

Completed in 81 milliseconds