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

/frameworks/native/libs/gui/
H A DBufferItem.cpp33 mIsDroppable(false),
52 bufferItem.mIsDroppable = mIsDroppable;
66 sizeof(mIsDroppable) +
136 FlattenableUtils::write(buffer, size, mIsDroppable);
178 FlattenableUtils::read(buffer, size, mIsDroppable);
H A DIGraphicBufferConsumer.cpp44 mIsDroppable(false),
58 sizeof(mIsDroppable) +
138 writeBoolAsInt(buffer, size, mIsDroppable);
180 mIsDroppable = readBoolFromInt(buffer, size);
H A DStreamSplitter.cpp145 bufferItem.mTransform, bufferItem.mIsDroppable,
H A DBufferQueueProducer.cpp615 item.mIsDroppable = mCore->mDequeueBufferCannotBlock || async;
628 if (front->mIsDroppable) {
/frameworks/native/include/gui/
H A DBufferItem.h87 // mIsDroppable whether this buffer was queued with the
92 bool mIsDroppable; member in class:android::BufferItem
H A DIGraphicBufferConsumer.h94 // mIsDroppable whether this buffer was queued with the
99 bool mIsDroppable; member in class:android::IGraphicBufferConsumer::BufferItem

Completed in 70 milliseconds