Home
last modified time | relevance | path

Searched refs:ComponentStore (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/av/media/codec2/hal/aidl/
DComponentStore.cpp117 struct ComponentStore::StoreParameterCache : public ParameterCache {
119 ComponentStore* mStore;
121 StoreParameterCache(ComponentStore* store): mStore{store} { in StoreParameterCache()
137 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore() function in aidl::android::hardware::media::c2::utils::ComponentStore
162 ComponentStore::~ComponentStore() { in ~ComponentStore()
166 c2_status_t ComponentStore::status() const { in status()
170 c2_status_t ComponentStore::validateSupportedParams( in validateSupportedParams()
195 std::shared_ptr<ParameterCache> ComponentStore::getParameterCache() const { in getParameterCache()
201 std::shared_ptr<FilterWrapper> ComponentStore::GetFilterWrapper() { in GetFilterWrapper()
209 std::shared_ptr<MultiAccessUnitInterface> ComponentStore::tryCreateMultiAccessUnitInterface( in tryCreateMultiAccessUnitInterface()
[all …]
Dfuzzer.cpp24 using aidl::android::hardware::media::c2::utils::ComponentStore;
30 std::shared_ptr<ComponentStore> binder = SharedRefBase::make<ComponentStore>(store); in LLVMFuzzerTestOneInput()
DAndroid.bp77 "ComponentStore.cpp",
DComponent.cpp199 const std::shared_ptr<ComponentStore>& store, in Component()
380 status = ComponentStore::GetFilterWrapper()->createBlockPool( in createBlockPool()
/frameworks/av/media/codec2/hal/hidl/1.2/utils/
DComponentStore.cpp113 struct ComponentStore::StoreParameterCache : public ParameterCache {
115 ComponentStore* mStore;
117 StoreParameterCache(ComponentStore* store): mStore{store} { in StoreParameterCache()
133 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore() function in android::hardware::media::c2::V1_2::utils::ComponentStore
157 ComponentStore::~ComponentStore() { in ~ComponentStore()
161 c2_status_t ComponentStore::status() const { in status()
165 c2_status_t ComponentStore::validateSupportedParams( in validateSupportedParams()
190 std::shared_ptr<ParameterCache> ComponentStore::getParameterCache() const { in getParameterCache()
196 std::shared_ptr<FilterWrapper> ComponentStore::GetFilterWrapper() { in GetFilterWrapper()
204 std::shared_ptr<MultiAccessUnitInterface> ComponentStore::tryCreateMultiAccessUnitInterface( in tryCreateMultiAccessUnitInterface()
[all …]
DAndroid.bp78 "ComponentStore.cpp",
DComponent.cpp255 const sp<ComponentStore>& store, in Component()
481 c2_status_t status = ComponentStore::GetFilterWrapper()->createBlockPool( in createBlockPool()
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DComponentStore.cpp113 struct ComponentStore::StoreParameterCache : public ParameterCache {
115 ComponentStore* mStore;
117 StoreParameterCache(ComponentStore* store): mStore{store} { in StoreParameterCache()
133 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore() function in android::hardware::media::c2::V1_0::utils::ComponentStore
157 ComponentStore::~ComponentStore() { in ~ComponentStore()
161 c2_status_t ComponentStore::status() const { in status()
165 c2_status_t ComponentStore::validateSupportedParams( in validateSupportedParams()
190 std::shared_ptr<ParameterCache> ComponentStore::getParameterCache() const { in getParameterCache()
196 std::shared_ptr<FilterWrapper> ComponentStore::GetFilterWrapper() { in GetFilterWrapper()
204 std::shared_ptr<MultiAccessUnitInterface> ComponentStore::tryCreateMultiAccessUnitInterface( in tryCreateMultiAccessUnitInterface()
[all …]
DAndroid.bp71 "ComponentStore.cpp",
/frameworks/av/media/codec2/hal/hidl/1.1/utils/
DComponentStore.cpp113 struct ComponentStore::StoreParameterCache : public ParameterCache {
115 ComponentStore* mStore;
117 StoreParameterCache(ComponentStore* store): mStore{store} { in StoreParameterCache()
133 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore() function in android::hardware::media::c2::V1_1::utils::ComponentStore
157 ComponentStore::~ComponentStore() { in ~ComponentStore()
161 c2_status_t ComponentStore::status() const { in status()
165 c2_status_t ComponentStore::validateSupportedParams( in validateSupportedParams()
190 std::shared_ptr<ParameterCache> ComponentStore::getParameterCache() const { in getParameterCache()
196 std::shared_ptr<FilterWrapper> ComponentStore::GetFilterWrapper() { in GetFilterWrapper()
204 std::shared_ptr<MultiAccessUnitInterface> ComponentStore::tryCreateMultiAccessUnitInterface( in tryCreateMultiAccessUnitInterface()
[all …]
DAndroid.bp73 "ComponentStore.cpp",
/frameworks/av/media/codec2/hal/aidl/include/codec2/aidl/
DComponent.h54 struct ComponentStore;
60 const std::shared_ptr<ComponentStore>& store,
94 std::shared_ptr<ComponentStore> mStore;
107 friend struct ComponentStore;
DComponentStore.h54 struct ComponentStore : public BnComponentStore { struct
55 ComponentStore(const std::shared_ptr<C2ComponentStore>& store);
56 virtual ~ComponentStore();
DConfigurable.h35 struct ComponentStore;
/frameworks/av/media/codec2/hal/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponent.h62 struct ComponentStore;
69 const sp<ComponentStore>& store,
122 sp<ComponentStore> mStore;
140 friend struct ComponentStore;
DComponentStore.h57 struct ComponentStore : public IComponentStore { struct
58 ComponentStore(const std::shared_ptr<C2ComponentStore>& store);
59 virtual ~ComponentStore();
DComponentInterface.h49 struct ComponentStore;
DConfigurable.h41 struct ComponentStore;
/frameworks/av/media/codec2/hal/hidl/1.1/utils/include/codec2/hidl/1.1/
DComponent.h65 struct ComponentStore;
72 const sp<ComponentStore>& store,
127 sp<ComponentStore> mStore;
145 friend struct ComponentStore;
DComponentStore.h58 struct ComponentStore : public IComponentStore { struct
59 ComponentStore(const std::shared_ptr<C2ComponentStore>& store);
60 virtual ~ComponentStore();
/frameworks/av/media/codec2/hal/hidl/1.2/utils/include/codec2/hidl/1.2/
DComponent.h65 struct ComponentStore;
72 const sp<ComponentStore>& store,
132 sp<ComponentStore> mStore;
150 friend struct ComponentStore;
DComponentStore.h58 struct ComponentStore : public IComponentStore { struct
59 ComponentStore(const std::shared_ptr<C2ComponentStore>& store);
60 virtual ~ComponentStore();
/frameworks/av/media/module/codecserviceregistrant/fuzzer/
DcodecServiceRegistrant_fuzzer.cpp67 new V1_2::utils::ComponentStore(store); in initH2C2ComponentStore()
73 new V1_1::utils::ComponentStore(store); in initH2C2ComponentStore()
79 new V1_0::utils::ComponentStore(store); in initH2C2ComponentStore()
/frameworks/av/media/codec2/hal/services/
Dvendor.cpp191 store = ::ndk::SharedRefBase::make<utils::ComponentStore>( in runAidlService()
232 store = new utils::ComponentStore( in runHidlService()
/frameworks/av/media/module/codecserviceregistrant/
DCodecServiceRegistrant.cpp757 return ::android::sp<V1_2::utils::ComponentStore>::make(store); in getDeclaredHidlSwcodec()
765 return ::android::sp<V1_1::utils::ComponentStore>::make(store); in getDeclaredHidlSwcodec()
773 return ::android::sp<V1_0::utils::ComponentStore>::make(store); in getDeclaredHidlSwcodec()
842 aidlStore = ::ndk::SharedRefBase::make<c2_aidl::utils::ComponentStore>(store); in RegisterCodecServices()
844 aidlStore = ::ndk::SharedRefBase::make<c2_aidl::utils::ComponentStore>( in RegisterCodecServices()
866 hidlStore = ::android::sp<V1_2::utils::ComponentStore>::make( in RegisterCodecServices()

12