/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/ |
H A D | ComponentStore.cpp | 115 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 D | Android.bp | 66 "ComponentStore.cpp",
|
H A D | Component.cpp | 207 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 D | ComponentStore.cpp | 115 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 D | Android.bp | 76 "ComponentStore.cpp",
|
H A D | Component.cpp | 207 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 D | ComponentStore.cpp | 115 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 D | Component.cpp | 207 const sp<ComponentStore>& store, in Component() 403 c2_status_t status = ComponentStore::GetFilterWrapper()->createBlockPool( in createBlockPool()
|
H A D | Android.bp | 85 "ComponentStore.cpp",
|
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
H A D | Component.h | 58 struct ComponentStore; 65 const sp<ComponentStore>& store, 114 sp<ComponentStore> mStore; 132 friend struct ComponentStore;
|
H A D | ComponentStore.h | 57 struct ComponentStore : public IComponentStore { struct 58 ComponentStore(const std::shared_ptr<C2ComponentStore>& store); 59 virtual ~ComponentStore();
|
H A D | ComponentInterface.h | 43 struct ComponentStore;
|
H A D | Configurable.h | 41 struct ComponentStore;
|
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/include/codec2/hidl/1.1/ |
H A D | Component.h | 61 struct ComponentStore; 68 const sp<ComponentStore>& store, 119 sp<ComponentStore> mStore; 137 friend struct ComponentStore;
|
H A D | ComponentStore.h | 58 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 D | Component.h | 61 struct ComponentStore; 68 const sp<ComponentStore>& store, 124 sp<ComponentStore> mStore; 142 friend struct ComponentStore;
|
H A D | ComponentStore.h | 58 struct ComponentStore : public IComponentStore { struct 59 ComponentStore(const std::shared_ptr<C2ComponentStore>& store); 60 virtual ~ComponentStore();
|
/aosp12/frameworks/av/services/mediacodec/registrant/ |
H A D | CodecServiceRegistrant.cpp | 423 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 D | vendor.cpp | 190 store = new utils::ComponentStore( in main()
|