Searched refs:localId (Results 1 – 9 of 9) sorted by relevance
41 C2VdaBqBlockPool(const std::shared_ptr<C2Allocator>& allocator, const local_id_t localId);
27 C2BufferQueueBlockPool(const std::shared_ptr<C2Allocator> &allocator, const local_id_t localId);
77 C2PooledBlockPool(const std::shared_ptr<C2Allocator> &allocator, const local_id_t localId);
72 const local_id_t localId) in C2VdaBqBlockPool() argument73 : C2BufferQueueBlockPool(allocator, localId), in C2VdaBqBlockPool()75 mLocalId(localId), in C2VdaBqBlockPool()
390 void Component::setLocalId(const Component::LocalId& localId) { in setLocalId() argument391 mLocalId = localId; in setLocalId()
156 void setLocalId(const LocalId& localId);
282 C2BlockPool::local_id_t localId);
793 C2BlockPool::local_id_t localId) { in destroyBlockPool() argument795 static_cast<uint64_t>(localId)); in destroyBlockPool()
748 const std::shared_ptr<C2Allocator> &allocator, const local_id_t localId) in C2PooledBlockPool() argument749 : mAllocator(allocator), mLocalId(localId), mImpl(new Impl(allocator)) {} in C2PooledBlockPool()