Home
last modified time | relevance | path

Searched refs:listComponents (Results 1 – 20 of 20) sorted by relevance

/frameworks/av/media/codec2/hal/aidl/
DComponentStore.cpp312 ScopedAStatus ComponentStore::listComponents( in listComponents() function in aidl::android::hardware::media::c2::utils::ComponentStore
315 mStore->listComponents(); in listComponents()
510 mStore->listComponents(); in dump()
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DComponentStore.cpp291 Return<void> ComponentStore::listComponents(listComponents_cb _hidl_cb) { in listComponents() function in android::hardware::media::c2::V1_0::utils::ComponentStore
293 mStore->listComponents(); in listComponents()
498 mStore->listComponents(); in debug()
/frameworks/av/media/codec2/hal/hidl/1.1/utils/
DComponentStore.cpp292 Return<void> ComponentStore::listComponents(listComponents_cb _hidl_cb) { in listComponents() function in android::hardware::media::c2::V1_1::utils::ComponentStore
294 mStore->listComponents(); in listComponents()
535 mStore->listComponents(); in debug()
/frameworks/av/media/codec2/hal/hidl/1.2/utils/
DComponentStore.cpp290 Return<void> ComponentStore::listComponents(listComponents_cb _hidl_cb) { in listComponents() function in android::hardware::media::c2::V1_2::utils::ComponentStore
292 mStore->listComponents(); in listComponents()
569 mStore->listComponents(); in debug()
/frameworks/av/media/codec2/hal/aidl/include/codec2/aidl/
DComponentStore.h90 virtual ::ndk::ScopedAStatus listComponents(
/frameworks/av/media/codec2/hal/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponentStore.h93 virtual Return<void> listComponents(listComponents_cb _hidl_cb) override;
/frameworks/av/media/codec2/hal/hidl/1.1/utils/include/codec2/hidl/1.1/
DComponentStore.h94 virtual Return<void> listComponents(listComponents_cb _hidl_cb) override;
/frameworks/av/media/codec2/hal/hidl/1.2/utils/include/codec2/hidl/1.2/
DComponentStore.h94 virtual Return<void> listComponents(listComponents_cb _hidl_cb) override;
/frameworks/av/media/module/codecserviceregistrant/fuzzer/
DcodecServiceRegistrant_fuzzer.cpp160 mH2C2->listComponents(); in invokeH2C2ComponentStore()
/frameworks/av/media/codec2/hal/services/
Dvendor.cpp82 listComponents() override { in listComponents() function in StoreImpl
/frameworks/av/media/codec2/core/include/
DC2Component.h838 virtual std::vector<std::shared_ptr<const C2Component::Traits>> listComponents() = 0;
/frameworks/av/cmds/stagefright/
Dstagefright.cpp798 bool listComponents = false; in main() local
857 listComponents = true; in main()
1088 if (listComponents) { in main()
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/common/
Dmedia_c2_hidl_test_common.cpp202 std::vector<C2Component::Traits> components = client->listComponents(); in getTestParameters()
/frameworks/av/media/codec2/hal/client/include/codec2/hidl/
Dclient.h222 std::vector<C2Component::Traits> const& listComponents() const;
/frameworks/av/media/codec2/vndk/
DC2Store.cpp754 virtual std::vector<std::shared_ptr<const C2Component::Traits>> listComponents() override;
1270 std::vector<std::shared_ptr<const C2Component::Traits>> C2PlatformComponentStore::listComponents() { in listComponents() function in android::C2PlatformComponentStore
/frameworks/av/media/codec2/hal/client/
Dclient.cpp194 virtual std::vector<std::shared_ptr<C2Component::Traits const>> listComponents() { in listComponents() function in android::__anonc4b1d3e50111::Client2Store
1388 std::vector<C2Component::Traits> const& Codec2Client::listComponents() const { in listComponents() function in android::Codec2Client
1399 ::ndk::ScopedAStatus transStatus = mAidlBase->listComponents(&aidlTraits); in _listComponents()
1418 Return<void> transStatus = mHidlBase1_0->listComponents( in _listComponents()
/frameworks/av/media/module/codecserviceregistrant/
DCodecServiceRegistrant.cpp708 listComponents() override { in listComponents() function in __anonac301a9d0111::H2C2ComponentStore
/frameworks/av/media/codec2/hal/plugin/samples/
DSampleFilterPlugin.cpp871 std::vector<std::shared_ptr<const C2Component::Traits>> listComponents() override { in listComponents() function in android::SampleC2ComponentStore
/frameworks/av/media/codec2/hal/plugin/
DFilterWrapper.cpp819 mStore->listComponents(); in FilterWrapper()
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp748 virtual std::vector<std::shared_ptr<const C2Component::Traits>> listComponents() { in listComponents() function in android::__anon1bc2986c0111::Codec2ClientInterfaceWrapper