Home
last modified time | relevance | path

Searched refs:StoreParameterCache (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/codec2/hidl/1.1/utils/include/codec2/hidl/1.1/
DComponentStore.h115 struct StoreParameterCache;
116 std::shared_ptr<StoreParameterCache> mParameterCache;
/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponentStore.h107 struct StoreParameterCache;
108 std::shared_ptr<StoreParameterCache> mParameterCache;
/frameworks/av/media/codec2/hidl/1.0/utils/
DComponentStore.cpp105 struct ComponentStore::StoreParameterCache : public ParameterCache { struct in android::hardware::media::c2::V1_0::utils::ComponentStore
109 StoreParameterCache(ComponentStore* store): mStore{store} { in StoreParameterCache() argument
127 mParameterCache{std::make_shared<StoreParameterCache>(this)},
/frameworks/av/media/codec2/hidl/1.1/utils/
DComponentStore.cpp105 struct ComponentStore::StoreParameterCache : public ParameterCache { struct in android::hardware::media::c2::V1_1::utils::ComponentStore
109 StoreParameterCache(ComponentStore* store): mStore{store} { in StoreParameterCache() function
127 mParameterCache{std::make_shared<StoreParameterCache>(this)},