Home
last modified time | relevance | path

Searched defs:StoreParameterCache (Results 1 – 2 of 2) sorted by relevance

/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
106 std::mutex mStoreMutex;
107 ComponentStore* mStore;
109 StoreParameterCache(ComponentStore* store): mStore{store} { in StoreParameterCache() function
112 virtual c2_status_t validate( in validate()
119 void onStoreDestroyed() { in onStoreDestroyed()
/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
106 std::mutex mStoreMutex;
107 ComponentStore* mStore;
109 StoreParameterCache(ComponentStore* store): mStore{store} { in StoreParameterCache() argument
112 virtual c2_status_t validate( in validate()
119 void onStoreDestroyed() { in onStoreDestroyed()