Home
last modified time | relevance | path

Searched refs:ParameterCache (Results 1 – 23 of 23) sorted by relevance

/frameworks/av/media/codec2/hal/aidl/include/codec2/aidl/
DComponentInterface.h46 const std::shared_ptr<ParameterCache>& cache);
50 const std::shared_ptr<ParameterCache>& cache);
DConfigurable.h83 struct ParameterCache { struct
86 virtual ~ParameterCache() = default;
103 c2_status_t init(const std::shared_ptr<ParameterCache> &cache);
DComponentStore.h74 std::shared_ptr<ParameterCache> getParameterCache() const;
/frameworks/av/media/codec2/hal/hidl/1.0/utils/include/codec2/hidl/1.0/
DConfigurable.h89 struct ParameterCache { struct
92 virtual ~ParameterCache() = default;
109 c2_status_t init(const std::shared_ptr<ParameterCache> &cache);
DComponentInterface.h54 const std::shared_ptr<ParameterCache>& cache);
59 const std::shared_ptr<ParameterCache>& cache);
DInputSurfaceConnection.h65 const std::shared_ptr<ParameterCache>& cache);
70 const std::shared_ptr<ParameterCache>& cache);
DInputSurface.h61 const std::shared_ptr<ParameterCache>& cache,
71 std::shared_ptr<ParameterCache> mParameterCache;
DComponentStore.h77 std::shared_ptr<ParameterCache> getParameterCache() const;
/frameworks/av/media/codec2/hal/hidl/1.1/utils/include/codec2/hidl/1.1/
DConfigurable.h31 using ::android::hardware::media::c2::V1_0::utils::ParameterCache;
DComponentStore.h78 std::shared_ptr<ParameterCache> getParameterCache() const;
/frameworks/av/media/codec2/hal/hidl/1.2/utils/include/codec2/hidl/1.2/
DConfigurable.h31 using ::android::hardware::media::c2::V1_0::utils::ParameterCache;
DComponentStore.h78 std::shared_ptr<ParameterCache> getParameterCache() const;
/frameworks/av/media/codec2/hal/aidl/
DComponentInterface.cpp197 const std::shared_ptr<ParameterCache>& cache):ComponentInterface(intf, nullptr, cache) { in ComponentInterface()
203 const std::shared_ptr<ParameterCache>& cache) in ComponentInterface()
DConfigurable.cpp43 const std::shared_ptr<ParameterCache>& cache) { in init()
DComponentStore.cpp117 struct ComponentStore::StoreParameterCache : public ParameterCache {
195 std::shared_ptr<ParameterCache> ComponentStore::getParameterCache() const { in getParameterCache()
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DComponentInterface.cpp197 const std::shared_ptr<ParameterCache>& cache):ComponentInterface(intf, nullptr, cache) { in ComponentInterface()
203 const std::shared_ptr<ParameterCache>& cache) in ComponentInterface()
DInputSurface.cpp156 const std::shared_ptr<ParameterCache>& cache, in InputSurface()
DConfigurable.cpp42 const std::shared_ptr<ParameterCache>& cache) { in init()
DInputSurfaceConnection.cpp450 const std::shared_ptr<ParameterCache>& cache) in InputSurfaceConnection()
460 const std::shared_ptr<ParameterCache>& cache) in InputSurfaceConnection()
DComponentStore.cpp113 struct ComponentStore::StoreParameterCache : public ParameterCache {
190 std::shared_ptr<ParameterCache> ComponentStore::getParameterCache() const { in getParameterCache()
/frameworks/av/media/codec2/hal/hidl/1.1/utils/
DComponentStore.cpp113 struct ComponentStore::StoreParameterCache : public ParameterCache {
190 std::shared_ptr<ParameterCache> ComponentStore::getParameterCache() const { in getParameterCache()
/frameworks/av/media/codec2/hal/hidl/1.2/utils/
DComponentStore.cpp113 struct ComponentStore::StoreParameterCache : public ParameterCache {
190 std::shared_ptr<ParameterCache> ComponentStore::getParameterCache() const { in getParameterCache()
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecConfig_test.cpp76 struct Cache : public hardware::media::c2::V1_0::utils::ParameterCache {