Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBufferItem.cpp37 mIsDroppable(false), in BufferItem()
66 addAligned(size, mIsDroppable); in getPodSize()
151 writeAligned(buffer, size, mIsDroppable); in flatten()
207 readAligned(buffer, size, mIsDroppable); in unflatten()
DBufferQueueProducer.cpp837 item.mIsDroppable = mCore->mAsyncMode || in queueBuffer()
865 if (last.mIsDroppable) { in queueBuffer()
/frameworks/native/include/gui/
DBufferItem.h109 bool mIsDroppable; variable