Home
last modified time | relevance | path

Searched refs:IComponentStore (Results 1 – 17 of 17) sorted by relevance

/frameworks/av/media/module/codecserviceregistrant/fuzzer/
DcodecServiceRegistrant_fuzzer.cpp66 android::sp<V1_2::IComponentStore> storeV1_2 = in initH2C2ComponentStore()
72 android::sp<V1_1::IComponentStore> storeV1_1 = in initH2C2ComponentStore()
78 android::sp<V1_0::IComponentStore> storeV1_0 = in initH2C2ComponentStore()
89 sp<V1_0::IComponentStore> preferredStore = in initH2C2ComponentStore()
90 V1_0::IComponentStore::getService(preferredStoreName.c_str()); in initH2C2ComponentStore()
/frameworks/av/media/module/codecserviceregistrant/
DCodecServiceRegistrant.cpp62 ::android::hardware::media::c2::V1_0::IComponentStore;
69 ::aidl::android::hardware::media::c2::IComponentStore;
738 static android::sp<c2_hidl_V1_0::IComponentStore> getDeclaredHidlSwcodec( in getDeclaredHidlSwcodec()
752 V1_2::IComponentStore::descriptor, "software"); in getDeclaredHidlSwcodec()
760 V1_1::IComponentStore::descriptor, "software"); in getDeclaredHidlSwcodec()
768 V1_0::IComponentStore::descriptor, "software"); in getDeclaredHidlSwcodec()
796 using IComponentStore = in RegisterCodecServices() typedef
797 ::android::hardware::media::c2::V1_0::IComponentStore; in RegisterCodecServices()
800 std::shared_ptr<c2_aidl::IComponentStore> preferredStore; in RegisterCodecServices()
803 "%s/%s", c2_aidl::IComponentStore::descriptor, preferredStoreName.c_str()); in RegisterCodecServices()
[all …]
/frameworks/av/media/codec2/hal/client/include/codec2/hidl/
Dclient.h71 struct IComponentStore;
79 struct IComponentStore;
84 struct IComponentStore;
90 class IComponentStore; variable
181 typedef ::android::hardware::media::c2::V1_0::IComponentStore HidlBase1_0;
182 typedef ::android::hardware::media::c2::V1_1::IComponentStore HidlBase1_1;
183 typedef ::android::hardware::media::c2::V1_2::IComponentStore HidlBase1_2;
186 typedef ::aidl::android::hardware::media::c2::IComponentStore AidlBase;
/frameworks/av/media/codec2/hal/aidl/include/codec2/aidl/
DParamTypes.h94 IComponentStore::ComponentTraits* d,
100 const IComponentStore::ComponentTraits& s);
DComponentStore.h91 std::vector<IComponentStore::ComponentTraits>* traits) override;
/frameworks/av/media/codec2/hal/services/
Dvendor.cpp185 std::shared_ptr<IComponentStore> store; in runAidlService()
198 std::string(IComponentStore::descriptor) + "/default"; in runAidlService()
226 sp<IComponentStore> store; in runHidlService()
/frameworks/av/media/codec2/hal/hidl/1.0/utils/include/codec2/hidl/1.0/
Dtypes.h118 IComponentStore::ComponentTraits* d,
124 const IComponentStore::ComponentTraits& s);
DComponentStore.h57 struct ComponentStore : public IComponentStore {
/frameworks/av/media/codec2/hal/aidl/
DParamTypes.cpp205 IComponentStore::ComponentTraits *d, in ToAidl()
213 const IComponentStore::ComponentTraits& s) { in FromAidl()
DComponentStore.cpp313 std::vector<IComponentStore::ComponentTraits> *traits) { in listComponents()
/frameworks/av/media/codec2/hal/hidl/1.1/utils/include/codec2/hidl/1.1/
DComponentStore.h58 struct ComponentStore : public IComponentStore {
/frameworks/av/media/codec2/hal/hidl/1.2/utils/include/codec2/hidl/1.2/
DComponentStore.h58 struct ComponentStore : public IComponentStore {
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
Dtypes.cpp280 IComponentStore::ComponentTraits *d, in objcpy()
288 const IComponentStore::ComponentTraits& s) { in objcpy()
DComponentStore.cpp294 hidl_vec<IComponentStore::ComponentTraits> traits(c2traits.size()); in listComponents()
/frameworks/av/media/codec2/hal/client/
Dclient.cpp1398 std::vector<c2_aidl::IComponentStore::ComponentTraits> aidlTraits; in _listComponents()
1420 const hidl_vec<c2_hidl::IComponentStore::ComponentTraits>& t) { in _listComponents()
1552 using ::android::hardware::media::c2::V1_0::IComponentStore; in CacheServiceNames()
1560 IComponentStore::descriptor, in CacheServiceNames()
1569 << IComponentStore::descriptor in CacheServiceNames()
/frameworks/av/media/codec2/hal/hidl/1.1/utils/
DComponentStore.cpp295 hidl_vec<IComponentStore::ComponentTraits> traits(c2traits.size()); in listComponents()
/frameworks/av/media/codec2/hal/hidl/1.2/utils/
DComponentStore.cpp293 hidl_vec<IComponentStore::ComponentTraits> traits(c2traits.size()); in listComponents()