Searched defs:StoreParameterCache (Results 1 – 2 of 2) sorted by relevance
105 struct ComponentStore::StoreParameterCache : public ParameterCache { struct in android::hardware::media::c2::V1_0::utils::ComponentStore106 std::mutex mStoreMutex;107 ComponentStore* mStore;109 StoreParameterCache(ComponentStore* store): mStore{store} { in StoreParameterCache() function112 virtual c2_status_t validate( in validate()119 void onStoreDestroyed() { in onStoreDestroyed()
105 struct ComponentStore::StoreParameterCache : public ParameterCache { struct in android::hardware::media::c2::V1_1::utils::ComponentStore106 std::mutex mStoreMutex;107 ComponentStore* mStore;109 StoreParameterCache(ComponentStore* store): mStore{store} { in StoreParameterCache() argument112 virtual c2_status_t validate( in validate()119 void onStoreDestroyed() { in onStoreDestroyed()