Searched refs:Configurable (Results 1 – 10 of 10) sorted by relevance
163 typedef Codec2ConfigurableClient Configurable; typedef165 typedef Configurable Interface; // These two types may diverge in the future.307 struct Codec2Client::Component : public Codec2Client::Configurable {314 std::shared_ptr<Configurable>* configurable);446 std::shared_ptr<Configurable> getConfigurable() const;
99 struct Configurable : public I { struct100 Configurable(const sp<CachedConfigurable>& intf): mIntf(intf) { in Configurable() function
57 struct ComponentInterface : public Configurable<IComponentInterface> {69 struct Component : public Configurable<IComponent> {
55 struct ComponentStore : public Configurable<IComponentStore> {
12 "Configurable.cpp",
311 Configurable(new CachedConfigurable(std::make_unique<CompIntf>(intf))), in ComponentInterface()415 Configurable(new CachedConfigurable( in Component()
119 Configurable(new CachedConfigurable(std::make_unique<StoreIntf>(store))), in ComponentStore()
800 Codec2Client::Configurable(base), in Component()810 std::shared_ptr<Codec2Client::Configurable>* configurable) { in createBlockPool()826 *configurable = std::make_shared<Codec2Client::Configurable>(c); in createBlockPool()1349 std::shared_ptr<Codec2Client::Configurable>1360 return std::make_shared<Configurable>(transResult); in getConfigurable()
255 std::shared_ptr<Codec2Client::Configurable> outputPoolIntf;
2781 std::shared_ptr<Codec2Client::Configurable> outputPoolIntf; in setSurface()