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

/frameworks/native/libs/gui/
H A DSurface.cpp50 mSharedBufferSlot(BufferItem::INVALID_BUFFER_SLOT),
249 if (mSharedBufferMode && mAutoRefresh && mSharedBufferSlot !=
251 sp<GraphicBuffer>& gbuf(mSlots[mSharedBufferSlot].buffer);
307 mSharedBufferSlot = buf;
309 } else if (mSharedBufferSlot == buf) {
310 mSharedBufferSlot = BufferItem::INVALID_BUFFER_SLOT;
329 if (mSharedBufferSlot == i && mSharedBufferHasBeenQueued) {
338 if (mSharedBufferMode && mAutoRefresh && mSharedBufferSlot == i) {
385 if (mSharedBufferSlot == i && mSharedBufferHasBeenQueued) {
488 if (mSharedBufferMode && mAutoRefresh && mSharedBufferSlot
[all...]
H A DBufferQueueProducer.cpp288 if (mCore->mSharedBufferMode && mCore->mSharedBufferSlot !=
290 *found = mCore->mSharedBufferSlot;
414 if (mCore->mSharedBufferSlot == found) {
428 if (mCore->mSharedBufferSlot == found &&
436 if (mCore->mSharedBufferSlot != found) {
481 mCore->mSharedBufferSlot == found) ?
488 if (mCore->mSharedBufferMode && mCore->mSharedBufferSlot ==
490 mCore->mSharedBufferSlot = found;
571 if (mCore->mSharedBufferMode || mCore->mSharedBufferSlot == slot) {
790 if (mCore->mSharedBufferMode && mCore->mSharedBufferSlot
[all...]
H A DBufferQueueConsumer.cpp74 mCore->mAutoRefresh && mCore->mSharedBufferSlot !=
202 slot = mCore->mSharedBufferSlot;
287 if (mCore->mSharedBufferMode || slot == mCore->mSharedBufferSlot) {
508 mCore->mSharedBufferSlot = BufferQueueCore::INVALID_BUFFER_SLOT;
H A DBufferQueueCore.cpp89 mSharedBufferSlot(INVALID_BUFFER_SLOT),
/frameworks/native/include/gui/
H A DBufferQueueCore.h304 int mSharedBufferSlot; member in class:android::BufferQueueCore
H A DSurface.h360 int mSharedBufferSlot; member in class:android::Surface

Completed in 639 milliseconds