Searched refs:BlockingBlockPool (Results 1 – 2 of 2) sorted by relevance
232 class BlockingBlockPool; variable233 std::shared_ptr<BlockingBlockPool> mOutputBlockPool;
138 class SimpleC2Component::BlockingBlockPool : public C2BlockPool { class in android::SimpleC2Component140 BlockingBlockPool(const std::shared_ptr<C2BlockPool>& base): mBase{base} {} in BlockingBlockPool() function in android::SimpleC2Component::BlockingBlockPool501 mOutputBlockPool = std::make_shared<BlockingBlockPool>(blockPool); in processQueue()