Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/
H A DComponentStore.cpp115 ComponentStore* mStore;
133 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore() function in android::hardware::media::c2::V1_0::utils::ComponentStore
149 ComponentStore::~ComponentStore() { in ~ComponentStore()
153 c2_status_t ComponentStore::status() const { in status()
157 c2_status_t ComponentStore::validateSupportedParams( in validateSupportedParams()
198 Return<void> ComponentStore::createComponent( in createComponent()
233 Return<void> ComponentStore::createInterface( in createInterface()
297 Return<void> ComponentStore::getStructDescriptors( in getStructDescriptors()
375 std::ostream& ComponentStore::dump( in dump()
396 std::ostream& ComponentStore::dump( in dump()
[all …]
H A DAndroid.bp66 "ComponentStore.cpp",
H A DComponent.cpp207 const sp<ComponentStore>& store, in Component()
403 c2_status_t status = ComponentStore::GetFilterWrapper()->createBlockPool( in createBlockPool()
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/
H A DComponentStore.cpp115 ComponentStore* mStore;
133 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore() function in android::hardware::media::c2::V1_1::utils::ComponentStore
149 ComponentStore::~ComponentStore() { in ~ComponentStore()
153 c2_status_t ComponentStore::status() const { in status()
198 Return<void> ComponentStore::createComponent( in createComponent()
233 Return<void> ComponentStore::createInterface( in createInterface()
296 Return<void> ComponentStore::getStructDescriptors( in getStructDescriptors()
357 Return<void> ComponentStore::createComponent_1_1( in createComponent_1_1()
410 std::ostream& ComponentStore::dump( in dump()
431 std::ostream& ComponentStore::dump( in dump()
[all …]
H A DAndroid.bp76 "ComponentStore.cpp",
H A DComponent.cpp207 const sp<ComponentStore>& store, in Component()
403 c2_status_t status = ComponentStore::GetFilterWrapper()->createBlockPool( in createBlockPool()
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/
H A DComponentStore.cpp115 ComponentStore* mStore;
133 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) in ComponentStore() function in android::hardware::media::c2::V1_2::utils::ComponentStore
149 ComponentStore::~ComponentStore() { in ~ComponentStore()
153 c2_status_t ComponentStore::status() const { in status()
198 Return<void> ComponentStore::createComponent( in createComponent()
233 Return<void> ComponentStore::createInterface( in createInterface()
357 Return<void> ComponentStore::createComponent_1_1( in createComponent_1_1()
393 Return<void> ComponentStore::createComponent_1_2( in createComponent_1_2()
446 std::ostream& ComponentStore::dump( in dump()
467 std::ostream& ComponentStore::dump( in dump()
[all …]
H A DComponent.cpp207 const sp<ComponentStore>& store, in Component()
403 c2_status_t status = ComponentStore::GetFilterWrapper()->createBlockPool( in createBlockPool()
H A DAndroid.bp85 "ComponentStore.cpp",
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
H A DComponent.h58 struct ComponentStore;
65 const sp<ComponentStore>& store,
114 sp<ComponentStore> mStore;
132 friend struct ComponentStore;
H A DComponentStore.h57 struct ComponentStore : public IComponentStore { struct
58 ComponentStore(const std::shared_ptr<C2ComponentStore>& store);
59 virtual ~ComponentStore();
H A DComponentInterface.h43 struct ComponentStore;
H A DConfigurable.h41 struct ComponentStore;
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/include/codec2/hidl/1.1/
H A DComponent.h61 struct ComponentStore;
68 const sp<ComponentStore>& store,
119 sp<ComponentStore> mStore;
137 friend struct ComponentStore;
H A DComponentStore.h58 struct ComponentStore : public IComponentStore { struct
59 ComponentStore(const std::shared_ptr<C2ComponentStore>& store);
60 virtual ~ComponentStore();
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/include/codec2/hidl/1.2/
H A DComponent.h61 struct ComponentStore;
68 const sp<ComponentStore>& store,
124 sp<ComponentStore> mStore;
142 friend struct ComponentStore;
H A DComponentStore.h58 struct ComponentStore : public IComponentStore { struct
59 ComponentStore(const std::shared_ptr<C2ComponentStore>& store);
60 virtual ~ComponentStore();
/aosp12/frameworks/av/services/mediacodec/registrant/
H A DCodecServiceRegistrant.cpp423 new V1_2::utils::ComponentStore(store); in RegisterCodecServices()
430 new V1_1::utils::ComponentStore(store); in RegisterCodecServices()
437 new V1_0::utils::ComponentStore(store); in RegisterCodecServices()
/aosp12/frameworks/av/media/codec2/hidl/services/
H A Dvendor.cpp190 store = new utils::ComponentStore( in main()