Lines Matching defs:C2BufferQueueBlockPoolData
167 struct C2BufferQueueBlockPoolData : public _C2BlockPoolData { struct
173 C2BufferQueueBlockPoolData( argument
210 const bool mLocal;
211 bool mHeld;
214 uint32_t mGeneration;
215 uint64_t mBqId;
216 int32_t mBqSlot;
221 uint32_t mCurrentGeneration;
222 uint64_t mCurrentBqId;
224 bool mTransfer; // local transfer to remote
225 bool mAttach; // attach on remote
226 bool mDisplay; // display on remote;
227 std::weak_ptr<int> mOwner;
228 android::sp<HGraphicBufferProducer> mIgbp;
229 std::shared_ptr<C2SurfaceSyncMemory> mSyncMem;
230 mutable std::mutex mLock;