Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/
H A DComponentStore.cpp113 struct ComponentStore::StoreParameterCache : public ParameterCache { struct in android::hardware::media::c2::V1_0::utils::ComponentStore
114 std::mutex mStoreMutex;
115 ComponentStore* mStore;
117 StoreParameterCache(ComponentStore* store): mStore{store} { in StoreParameterCache() argument
120 virtual c2_status_t validate( in validate()
127 void onStoreDestroyed() { in onStoreDestroyed()
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/
H A DComponentStore.cpp113 struct ComponentStore::StoreParameterCache : public ParameterCache { struct in android::hardware::media::c2::V1_1::utils::ComponentStore
114 std::mutex mStoreMutex;
115 ComponentStore* mStore;
117 StoreParameterCache(ComponentStore* store): mStore{store} { in StoreParameterCache() argument
120 virtual c2_status_t validate( in validate()
127 void onStoreDestroyed() { in onStoreDestroyed()
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/
H A DComponentStore.cpp113 struct ComponentStore::StoreParameterCache : public ParameterCache { struct in android::hardware::media::c2::V1_2::utils::ComponentStore
114 std::mutex mStoreMutex;
115 ComponentStore* mStore;
117 StoreParameterCache(ComponentStore* store): mStore{store} { in StoreParameterCache() function
120 virtual c2_status_t validate( in validate()
127 void onStoreDestroyed() { in onStoreDestroyed()