/frameworks/av/media/codec2/hal/aidl/ |
D | ComponentStore.cpp | 117 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 …]
|
D | fuzzer.cpp | 24 using aidl::android::hardware::media::c2::utils::ComponentStore; 30 std::shared_ptr<ComponentStore> binder = SharedRefBase::make<ComponentStore>(store); in LLVMFuzzerTestOneInput()
|
D | Android.bp | 77 "ComponentStore.cpp",
|
D | Component.cpp | 199 const std::shared_ptr<ComponentStore>& store, in Component() 380 status = ComponentStore::GetFilterWrapper()->createBlockPool( in createBlockPool()
|
/frameworks/av/media/codec2/hal/hidl/1.2/utils/ |
D | ComponentStore.cpp | 113 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 …]
|
D | Android.bp | 78 "ComponentStore.cpp",
|
D | Component.cpp | 255 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/ |
D | ComponentStore.cpp | 113 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 …]
|
D | Android.bp | 71 "ComponentStore.cpp",
|
/frameworks/av/media/codec2/hal/hidl/1.1/utils/ |
D | ComponentStore.cpp | 113 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 …]
|
D | Android.bp | 73 "ComponentStore.cpp",
|
/frameworks/av/media/codec2/hal/aidl/include/codec2/aidl/ |
D | Component.h | 54 struct ComponentStore; 60 const std::shared_ptr<ComponentStore>& store, 94 std::shared_ptr<ComponentStore> mStore; 107 friend struct ComponentStore;
|
D | ComponentStore.h | 54 struct ComponentStore : public BnComponentStore { struct 55 ComponentStore(const std::shared_ptr<C2ComponentStore>& store); 56 virtual ~ComponentStore();
|
D | Configurable.h | 35 struct ComponentStore;
|
/frameworks/av/media/codec2/hal/hidl/1.0/utils/include/codec2/hidl/1.0/ |
D | Component.h | 62 struct ComponentStore; 69 const sp<ComponentStore>& store, 122 sp<ComponentStore> mStore; 140 friend struct ComponentStore;
|
D | ComponentStore.h | 57 struct ComponentStore : public IComponentStore { struct 58 ComponentStore(const std::shared_ptr<C2ComponentStore>& store); 59 virtual ~ComponentStore();
|
D | ComponentInterface.h | 49 struct ComponentStore;
|
D | Configurable.h | 41 struct ComponentStore;
|
/frameworks/av/media/codec2/hal/hidl/1.1/utils/include/codec2/hidl/1.1/ |
D | Component.h | 65 struct ComponentStore; 72 const sp<ComponentStore>& store, 127 sp<ComponentStore> mStore; 145 friend struct ComponentStore;
|
D | ComponentStore.h | 58 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/ |
D | Component.h | 65 struct ComponentStore; 72 const sp<ComponentStore>& store, 132 sp<ComponentStore> mStore; 150 friend struct ComponentStore;
|
D | ComponentStore.h | 58 struct ComponentStore : public IComponentStore { struct 59 ComponentStore(const std::shared_ptr<C2ComponentStore>& store); 60 virtual ~ComponentStore();
|
/frameworks/av/media/module/codecserviceregistrant/fuzzer/ |
D | codecServiceRegistrant_fuzzer.cpp | 67 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/ |
D | vendor.cpp | 191 store = ::ndk::SharedRefBase::make<utils::ComponentStore>( in runAidlService() 232 store = new utils::ComponentStore( in runHidlService()
|
/frameworks/av/media/module/codecserviceregistrant/ |
D | CodecServiceRegistrant.cpp | 757 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()
|