Searched defs:BlockPoolIntf (Results 1 – 4 of 4) sorted by relevance
302 struct BlockPoolIntf : public ConfigurableC2Intf { struct303 BlockPoolIntf(const std::shared_ptr<C2BlockPool>& pool) in BlockPoolIntf() argument311 virtual c2_status_t config( in config()322 virtual c2_status_t query( in query()333 virtual c2_status_t querySupportedParams( in querySupportedParams()340 virtual c2_status_t querySupportedValues( in querySupportedValues()349 std::shared_ptr<C2BlockPool> mPool;
426 struct BlockPoolIntf : public ConfigurableC2Intf { struct427 BlockPoolIntf(const std::shared_ptr<C2BlockPool>& pool) in BlockPoolIntf() argument435 virtual c2_status_t config( in config()446 virtual c2_status_t query( in query()457 virtual c2_status_t querySupportedParams( in querySupportedParams()464 virtual c2_status_t querySupportedValues( in querySupportedValues()473 std::shared_ptr<C2BlockPool> mPool;
420 struct BlockPoolIntf : public ConfigurableC2Intf { struct421 BlockPoolIntf(const std::shared_ptr<C2BlockPool>& pool) in BlockPoolIntf() argument429 virtual c2_status_t config( in config()440 virtual c2_status_t query( in query()451 virtual c2_status_t querySupportedParams( in querySupportedParams()458 virtual c2_status_t querySupportedValues( in querySupportedValues()467 std::shared_ptr<C2BlockPool> mPool;
422 struct BlockPoolIntf : public ConfigurableC2Intf { struct423 BlockPoolIntf(const std::shared_ptr<C2BlockPool>& pool) in BlockPoolIntf() function431 virtual c2_status_t config( in config()442 virtual c2_status_t query( in query()453 virtual c2_status_t querySupportedParams( in querySupportedParams()460 virtual c2_status_t querySupportedValues( in querySupportedValues()469 std::shared_ptr<C2BlockPool> mPool;