Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hal/aidl/
DComponentStore.cpp117 struct ComponentStore::StoreParameterCache : public ParameterCache { struct in aidl::android::hardware::media::c2::utils::ComponentStore
118 std::mutex mStoreMutex;
119 ComponentStore* mStore;
121 StoreParameterCache(ComponentStore* store): mStore{store} { in StoreParameterCache() function
124 virtual c2_status_t validate( in validate()
131 void onStoreDestroyed() { in onStoreDestroyed()
/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
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()
/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
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()
/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
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()