Searched refs:C2BufferQueueBlockPool (Results 1 – 10 of 10) sorted by relevance
277 std::list<std::shared_ptr<C2BufferQueueBlockPool>> bqPools; in onDeathReceived()369 std::shared_ptr<C2BufferQueueBlockPool> bqPool = in setOutputSurface()370 std::static_pointer_cast<C2BufferQueueBlockPool>(pool); in setOutputSurface()371 C2BufferQueueBlockPool::OnRenderCallback cb = in setOutputSurface()534 std::shared_ptr<C2BufferQueueBlockPool> bqPool = in stop()535 std::static_pointer_cast<C2BufferQueueBlockPool>(it->second); in stop()557 std::list<std::shared_ptr<C2BufferQueueBlockPool>> bqPools; in release()613 std::shared_ptr<C2BufferQueueBlockPool> bqPool = in setOutputSurfaceWithSyncObj()614 std::static_pointer_cast<C2BufferQueueBlockPool>(pool); in setOutputSurfaceWithSyncObj()615 C2BufferQueueBlockPool::OnRenderCallback cb = in setOutputSurfaceWithSyncObj()[all …]
325 class C2BufferQueueBlockPool::Impl326 : public std::enable_shared_from_this<C2BufferQueueBlockPool::Impl> {1158 C2BufferQueueBlockPool::C2BufferQueueBlockPool( in C2BufferQueueBlockPool() function in C2BufferQueueBlockPool1162 C2BufferQueueBlockPool::~C2BufferQueueBlockPool() {} in ~C2BufferQueueBlockPool()1164 c2_status_t C2BufferQueueBlockPool::fetchGraphicBlock( in fetchGraphicBlock()1177 c2_status_t C2BufferQueueBlockPool::fetchGraphicBlock( in fetchGraphicBlock()1190 void C2BufferQueueBlockPool::configureProducer(const sp<HGraphicBufferProducer> &producer) { in configureProducer()1196 void C2BufferQueueBlockPool::configureProducer( in configureProducer()1208 void C2BufferQueueBlockPool::setRenderCallback(const OnRenderCallback &renderCallback) { in setRenderCallback()1214 void C2BufferQueueBlockPool::getConsumerUsage(uint64_t *consumeUsage) { in getConsumerUsage()[all …]
32 std::list<std::shared_ptr<C2BufferQueueBlockPool>> &&pools) : mPools(std::move(pools)) { in C2BqPoolInvalidateItem()41 std::list<std::shared_ptr<C2BufferQueueBlockPool>> pools; in invalidate()
279 std::list<std::shared_ptr<C2BufferQueueBlockPool>> bqPools; in onDeathReceived()373 std::shared_ptr<C2BufferQueueBlockPool> bqPool = in setOutputSurface()374 std::static_pointer_cast<C2BufferQueueBlockPool>(pool); in setOutputSurface()375 C2BufferQueueBlockPool::OnRenderCallback cb = in setOutputSurface()538 std::shared_ptr<C2BufferQueueBlockPool> bqPool = in stop()539 std::static_pointer_cast<C2BufferQueueBlockPool>(it->second); in stop()561 std::list<std::shared_ptr<C2BufferQueueBlockPool>> bqPools; in release()674 std::list<std::shared_ptr<C2BufferQueueBlockPool>> bqPools; in ~Component()
275 std::list<std::shared_ptr<C2BufferQueueBlockPool>> bqPools; in onDeathReceived()367 std::shared_ptr<C2BufferQueueBlockPool> bqPool = in setOutputSurface()368 std::static_pointer_cast<C2BufferQueueBlockPool>(pool); in setOutputSurface()369 C2BufferQueueBlockPool::OnRenderCallback cb = in setOutputSurface()532 std::shared_ptr<C2BufferQueueBlockPool> bqPool = in stop()533 std::static_pointer_cast<C2BufferQueueBlockPool>(it->second); in stop()555 std::list<std::shared_ptr<C2BufferQueueBlockPool>> bqPools; in release()662 std::list<std::shared_ptr<C2BufferQueueBlockPool>> bqPools; in ~Component()
28 class C2BufferQueueBlockPool; variable54 C2BqPoolInvalidateItem(std::list<std::shared_ptr<C2BufferQueueBlockPool>> &&pools);59 std::list<std::shared_ptr<C2BufferQueueBlockPool>> mPools;
119 class C2BufferQueueBlockPool : public C2BlockPool {121 C2BufferQueueBlockPool(const std::shared_ptr<C2Allocator> &allocator, const local_id_t localId);123 virtual ~C2BufferQueueBlockPool() override;
31 static inline std::shared_ptr<C2BufferQueueBlockPool> BqPoolConvertFn( in BqPoolConvertFn()33 return std::static_pointer_cast<C2BufferQueueBlockPool>(pool.second); in BqPoolConvertFn()
99 return new C2BufferQueueBlockPool(allocator, poolId); in createBlockPool()
562 new C2BufferQueueBlockPool(allocator, poolId), deleter); in _createBlockPool()564 std::shared_ptr<C2BufferQueueBlockPool> bqPool = in _createBlockPool()565 std::static_pointer_cast<C2BufferQueueBlockPool>(ptr); in _createBlockPool()