Searched refs:IComponentStore (Results 1 – 17 of 17) sorted by relevance
/frameworks/av/media/module/codecserviceregistrant/fuzzer/ |
D | codecServiceRegistrant_fuzzer.cpp | 66 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/ |
D | CodecServiceRegistrant.cpp | 62 ::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/ |
D | client.h | 71 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/ |
D | ParamTypes.h | 94 IComponentStore::ComponentTraits* d, 100 const IComponentStore::ComponentTraits& s);
|
D | ComponentStore.h | 91 std::vector<IComponentStore::ComponentTraits>* traits) override;
|
/frameworks/av/media/codec2/hal/services/ |
D | vendor.cpp | 185 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/ |
D | types.h | 118 IComponentStore::ComponentTraits* d, 124 const IComponentStore::ComponentTraits& s);
|
D | ComponentStore.h | 57 struct ComponentStore : public IComponentStore {
|
/frameworks/av/media/codec2/hal/aidl/ |
D | ParamTypes.cpp | 205 IComponentStore::ComponentTraits *d, in ToAidl() 213 const IComponentStore::ComponentTraits& s) { in FromAidl()
|
D | ComponentStore.cpp | 313 std::vector<IComponentStore::ComponentTraits> *traits) { in listComponents()
|
/frameworks/av/media/codec2/hal/hidl/1.1/utils/include/codec2/hidl/1.1/ |
D | ComponentStore.h | 58 struct ComponentStore : public IComponentStore {
|
/frameworks/av/media/codec2/hal/hidl/1.2/utils/include/codec2/hidl/1.2/ |
D | ComponentStore.h | 58 struct ComponentStore : public IComponentStore {
|
/frameworks/av/media/codec2/hal/hidl/1.0/utils/ |
D | types.cpp | 280 IComponentStore::ComponentTraits *d, in objcpy() 288 const IComponentStore::ComponentTraits& s) { in objcpy()
|
D | ComponentStore.cpp | 294 hidl_vec<IComponentStore::ComponentTraits> traits(c2traits.size()); in listComponents()
|
/frameworks/av/media/codec2/hal/client/ |
D | client.cpp | 1398 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/ |
D | ComponentStore.cpp | 295 hidl_vec<IComponentStore::ComponentTraits> traits(c2traits.size()); in listComponents()
|
/frameworks/av/media/codec2/hal/hidl/1.2/utils/ |
D | ComponentStore.cpp | 293 hidl_vec<IComponentStore::ComponentTraits> traits(c2traits.size()); in listComponents()
|