Home
last modified time | relevance | path

Searched defs:BlockingBlockPool (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/include/
DSimpleC2Component.h246 class BlockingBlockPool; variable
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
DSimpleC2Component.cpp142 class SimpleC2Component::BlockingBlockPool : public C2BlockPool { class in android::SimpleC2Component
144 BlockingBlockPool(const std::shared_ptr<C2BlockPool> &base) : mBase{base} {} in BlockingBlockPool() function in android::SimpleC2Component::BlockingBlockPool