Home
last modified time | relevance | path

Searched refs:CachedConfigurable (Results 1 – 6 of 6) sorted by relevance

/hardware/google/av/codec2/hidl/1.0/utils/
DConfigurable.cpp35 CachedConfigurable::CachedConfigurable( in CachedConfigurable() function in hardware::google::media::c2::V1_0::utils::CachedConfigurable
40 c2_status_t CachedConfigurable::init(ComponentStore* store) { in init()
48 Return<void> CachedConfigurable::getName(getName_cb _hidl_cb) { in getName()
53 Return<void> CachedConfigurable::query( in query()
74 Return<void> CachedConfigurable::config( in config()
109 Return<void> CachedConfigurable::querySupportedParams( in querySupportedParams()
130 Return<void> CachedConfigurable::querySupportedValues( in querySupportedValues()
DComponent.cpp311 Configurable(new CachedConfigurable(std::make_unique<CompIntf>(intf))), in ComponentInterface()
415 Configurable(new CachedConfigurable( in Component()
604 new CachedConfigurable( in createBlockPool()
DInputSurface.cpp297 mConfigurable(new CachedConfigurable( in InputSurface()
DComponentStore.cpp119 Configurable(new CachedConfigurable(std::make_unique<StoreIntf>(store))), in ComponentStore()
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DConfigurable.h56 struct CachedConfigurable : public IConfigurable { struct
57 CachedConfigurable(std::unique_ptr<ConfigurableC2Intf>&& intf);
100 Configurable(const sp<CachedConfigurable>& intf): mIntf(intf) { in Configurable() argument
147 sp<CachedConfigurable> mIntf;
DInputSurface.h179 sp<CachedConfigurable> mConfigurable;