Home
last modified time | relevance | path

Searched refs:mIsDroppable (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/gui/
DBufferItem.cpp52 mIsDroppable(false), in BufferItem()
81 addAligned(size, mIsDroppable); in getPodSize()
169 writeAligned(buffer, size, mIsDroppable); in flatten()
235 readAligned(buffer, size, mIsDroppable); in unflatten()
DBufferQueueProducer.cpp873 item.mIsDroppable = mCore->mAsyncMode || in queueBuffer()
902 if (last.mIsDroppable) { in queueBuffer()
/frameworks/native/include/gui/
DBufferItem.h100 bool mIsDroppable; variable
/frameworks/native/services/surfaceflinger/
DLayer.cpp1306 if (mQueueItems[0].mIsDroppable) {