Home
last modified time | relevance | path

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

/aosp12/hardware/google/interfaces/media/c2/1.0/
H A DIComponentStore.hal34 * names returned by listComponents().
63 * one of the names returned by listComponents().
150 listComponents() generates (vec<ComponentTraits> traits);
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/
H A DComponentStore.cpp251 Return<void> ComponentStore::listComponents(listComponents_cb _hidl_cb) { in listComponents() function in android::hardware::media::c2::V1_0::utils::ComponentStore
253 mStore->listComponents(); in listComponents()
449 mStore->listComponents(); in debug()
/aosp12/hardware/interfaces/media/c2/1.0/
H A DIComponentStore.hal40 * names returned by listComponents().
67 * one of the names returned by listComponents().
147 listComponents() generates (
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/
H A DComponentStore.cpp250 Return<void> ComponentStore::listComponents(listComponents_cb _hidl_cb) { in listComponents() function in android::hardware::media::c2::V1_1::utils::ComponentStore
252 mStore->listComponents(); in listComponents()
484 mStore->listComponents(); in debug()
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/
H A DComponentStore.cpp250 Return<void> ComponentStore::listComponents(listComponents_cb _hidl_cb) { in listComponents() function in android::hardware::media::c2::V1_2::utils::ComponentStore
252 mStore->listComponents(); in listComponents()
520 mStore->listComponents(); in debug()
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
H A DComponentStore.h90 virtual Return<void> listComponents(listComponents_cb _hidl_cb) override;
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/include/codec2/hidl/1.1/
H A DComponentStore.h91 virtual Return<void> listComponents(listComponents_cb _hidl_cb) override;
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/include/codec2/hidl/1.2/
H A DComponentStore.h91 virtual Return<void> listComponents(listComponents_cb _hidl_cb) override;
/aosp12/frameworks/av/media/codec2/hidl/services/
H A Dvendor.cpp68 listComponents() override { in listComponents() function in StoreImpl
/aosp12/hardware/interfaces/media/c2/1.1/
H A DIComponentStore.hal42 * names returned by listComponents().
/aosp12/hardware/interfaces/media/c2/1.2/
H A DIComponentStore.hal42 * names returned by listComponents().
/aosp12/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp782 bool listComponents = false; in main() local
840 listComponents = true; in main()
1021 if (listComponents) { in main()
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Component.h838 virtual std::vector<std::shared_ptr<const C2Component::Traits>> listComponents() = 0;
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/
H A Dmedia_c2_hidl_test_common.cpp193 std::vector<C2Component::Traits> components = client->listComponents(); in getTestParameters()
/aosp12/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
H A Dclient.h181 std::vector<C2Component::Traits> const& listComponents() const;
/aosp12/frameworks/av/services/mediacodec/registrant/
H A DCodecServiceRegistrant.cpp378 listComponents() override { in listComponents() function in __anoneacc42760110::H2C2ComponentStore
/aosp12/frameworks/av/media/codec2/hidl/client/
H A Dclient.cpp164 virtual std::vector<std::shared_ptr<C2Component::Traits const>> listComponents() { in listComponents() function in android::__anon813d3abd0110::Client2Store
799 std::vector<C2Component::Traits> const& Codec2Client::listComponents() const { in listComponents() function in android::Codec2Client
807 Return<void> transStatus = mBase1_0->listComponents( in _listComponents()
/aosp12/frameworks/av/media/codec2/vndk/
H A DC2Store.cpp646 virtual std::vector<std::shared_ptr<const C2Component::Traits>> listComponents() override;
1160 std::vector<std::shared_ptr<const C2Component::Traits>> C2PlatformComponentStore::listComponents() { in listComponents() function in android::C2PlatformComponentStore
/aosp12/frameworks/av/media/codec2/hidl/plugin/samples/
H A DSampleFilterPlugin.cpp839 std::vector<std::shared_ptr<const C2Component::Traits>> listComponents() override { in listComponents() function in android::SampleC2ComponentStore
/aosp12/frameworks/av/media/codec2/hidl/plugin/
H A DFilterWrapper.cpp795 mStore->listComponents(); in FilterWrapper()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp492 virtual std::vector<std::shared_ptr<const C2Component::Traits>> listComponents() { in listComponents() function in android::__anon4435d7580110::Codec2ClientInterfaceWrapper