Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hal/aidl/include/codec2/aidl/
DComponentStore.h113 struct StoreParameterCache;
114 std::shared_ptr<StoreParameterCache> mParameterCache;
/frameworks/av/media/codec2/hal/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponentStore.h114 struct StoreParameterCache;
115 std::shared_ptr<StoreParameterCache> mParameterCache;
/frameworks/av/media/codec2/hal/hidl/1.1/utils/include/codec2/hidl/1.1/
DComponentStore.h122 struct StoreParameterCache;
123 std::shared_ptr<StoreParameterCache> mParameterCache;
/frameworks/av/media/codec2/hal/hidl/1.2/utils/include/codec2/hidl/1.2/
DComponentStore.h129 struct StoreParameterCache;
130 std::shared_ptr<StoreParameterCache> mParameterCache;
/frameworks/av/media/codec2/hal/aidl/
DComponentStore.cpp117 struct ComponentStore::StoreParameterCache : public ParameterCache { struct in aidl::android::hardware::media::c2::utils::ComponentStore
121 StoreParameterCache(ComponentStore* store): mStore{store} { in StoreParameterCache() argument
139 mParameterCache{std::make_shared<StoreParameterCache>(this)},
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DComponentStore.cpp113 struct ComponentStore::StoreParameterCache : public ParameterCache { struct in android::hardware::media::c2::V1_0::utils::ComponentStore
117 StoreParameterCache(ComponentStore* store): mStore{store} { in StoreParameterCache() argument
135 mParameterCache{std::make_shared<StoreParameterCache>(this)},
/frameworks/av/media/codec2/hal/hidl/1.1/utils/
DComponentStore.cpp113 struct ComponentStore::StoreParameterCache : public ParameterCache { struct in android::hardware::media::c2::V1_1::utils::ComponentStore
117 StoreParameterCache(ComponentStore* store): mStore{store} { in StoreParameterCache() function
135 mParameterCache{std::make_shared<StoreParameterCache>(this)},
/frameworks/av/media/codec2/hal/hidl/1.2/utils/
DComponentStore.cpp113 struct ComponentStore::StoreParameterCache : public ParameterCache { struct in android::hardware::media::c2::V1_2::utils::ComponentStore
117 StoreParameterCache(ComponentStore* store): mStore{store} { in StoreParameterCache() function
135 mParameterCache{std::make_shared<StoreParameterCache>(this)},