Lines Matching defs:C2BufferQueueBlockPoolData
125 struct C2BufferQueueBlockPoolData : public _C2BlockPoolData { struct
131 C2BufferQueueBlockPoolData( argument
168 const bool mLocal;
169 bool mHeld;
172 uint32_t mGeneration;
173 uint64_t mBqId;
174 int32_t mBqSlot;
179 uint32_t mCurrentGeneration;
180 uint64_t mCurrentBqId;
182 bool mTransfer; // local transfer to remote
183 bool mAttach; // attach on remote
184 bool mDisplay; // display on remote;
185 std::weak_ptr<int> mOwner;
186 android::sp<HGraphicBufferProducer> mIgbp;
187 std::shared_ptr<C2SurfaceSyncMemory> mSyncMem;
188 mutable std::mutex mLock;