Home
last modified time | relevance | path

Searched refs:Configurable (Results 1 – 10 of 10) sorted by relevance

/hardware/google/av/codec2/hidl/client/include/codec2/hidl/
Dclient.h163 typedef Codec2ConfigurableClient Configurable; typedef
165 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;
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DConfigurable.h99 struct Configurable : public I { struct
100 Configurable(const sp<CachedConfigurable>& intf): mIntf(intf) { in Configurable() function
DComponent.h57 struct ComponentInterface : public Configurable<IComponentInterface> {
69 struct Component : public Configurable<IComponent> {
DComponentStore.h55 struct ComponentStore : public Configurable<IComponentStore> {
/hardware/google/av/codec2/hidl/1.0/utils/
DAndroid.bp12 "Configurable.cpp",
DComponent.cpp311 Configurable(new CachedConfigurable(std::make_unique<CompIntf>(intf))), in ComponentInterface()
415 Configurable(new CachedConfigurable( in Component()
DComponentStore.cpp119 Configurable(new CachedConfigurable(std::make_unique<StoreIntf>(store))), in ComponentStore()
/hardware/google/av/codec2/hidl/client/
Dclient.cpp800 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()
/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.h255 std::shared_ptr<Codec2Client::Configurable> outputPoolIntf;
DCCodecBufferChannel.cpp2781 std::shared_ptr<Codec2Client::Configurable> outputPoolIntf; in setSurface()