Searched refs:CachedConfigurable (Results 1 – 6 of 6) sorted by relevance
35 CachedConfigurable::CachedConfigurable( in CachedConfigurable() function in hardware::google::media::c2::V1_0::utils::CachedConfigurable40 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()
311 Configurable(new CachedConfigurable(std::make_unique<CompIntf>(intf))), in ComponentInterface()415 Configurable(new CachedConfigurable( in Component()604 new CachedConfigurable( in createBlockPool()
297 mConfigurable(new CachedConfigurable( in InputSurface()
119 Configurable(new CachedConfigurable(std::make_unique<StoreIntf>(store))), in ComponentStore()
56 struct CachedConfigurable : public IConfigurable { struct57 CachedConfigurable(std::unique_ptr<ConfigurableC2Intf>&& intf);100 Configurable(const sp<CachedConfigurable>& intf): mIntf(intf) { in Configurable() argument147 sp<CachedConfigurable> mIntf;
179 sp<CachedConfigurable> mConfigurable;