Searched refs:StoreParameterCache (Results 1 – 4 of 4) sorted by relevance
115 struct StoreParameterCache;116 std::shared_ptr<StoreParameterCache> mParameterCache;
107 struct StoreParameterCache;108 std::shared_ptr<StoreParameterCache> mParameterCache;
105 struct ComponentStore::StoreParameterCache : public ParameterCache { struct in android::hardware::media::c2::V1_0::utils::ComponentStore109 StoreParameterCache(ComponentStore* store): mStore{store} { in StoreParameterCache() argument127 mParameterCache{std::make_shared<StoreParameterCache>(this)},
105 struct ComponentStore::StoreParameterCache : public ParameterCache { struct in android::hardware::media::c2::V1_1::utils::ComponentStore109 StoreParameterCache(ComponentStore* store): mStore{store} { in StoreParameterCache() function127 mParameterCache{std::make_shared<StoreParameterCache>(this)},