/aosp12/hardware/google/interfaces/media/c2/1.0/ |
H A D | IComponentStore.hal | 34 * 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 D | ComponentStore.cpp | 251 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 D | IComponentStore.hal | 40 * 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 D | ComponentStore.cpp | 250 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 D | ComponentStore.cpp | 250 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 D | ComponentStore.h | 90 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 D | ComponentStore.h | 91 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 D | ComponentStore.h | 91 virtual Return<void> listComponents(listComponents_cb _hidl_cb) override;
|
/aosp12/frameworks/av/media/codec2/hidl/services/ |
H A D | vendor.cpp | 68 listComponents() override { in listComponents() function in StoreImpl
|
/aosp12/hardware/interfaces/media/c2/1.1/ |
H A D | IComponentStore.hal | 42 * names returned by listComponents().
|
/aosp12/hardware/interfaces/media/c2/1.2/ |
H A D | IComponentStore.hal | 42 * names returned by listComponents().
|
/aosp12/frameworks/av/cmds/stagefright/ |
H A D | stagefright.cpp | 782 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 D | C2Component.h | 838 virtual std::vector<std::shared_ptr<const C2Component::Traits>> listComponents() = 0;
|
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/ |
H A D | media_c2_hidl_test_common.cpp | 193 std::vector<C2Component::Traits> components = client->listComponents(); in getTestParameters()
|
/aosp12/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/ |
H A D | client.h | 181 std::vector<C2Component::Traits> const& listComponents() const;
|
/aosp12/frameworks/av/services/mediacodec/registrant/ |
H A D | CodecServiceRegistrant.cpp | 378 listComponents() override { in listComponents() function in __anoneacc42760110::H2C2ComponentStore
|
/aosp12/frameworks/av/media/codec2/hidl/client/ |
H A D | client.cpp | 164 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 D | C2Store.cpp | 646 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 D | SampleFilterPlugin.cpp | 839 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 D | FilterWrapper.cpp | 795 mStore->listComponents(); in FilterWrapper()
|
/aosp12/frameworks/av/media/codec2/sfplugin/ |
H A D | CCodec.cpp | 492 virtual std::vector<std::shared_ptr<const C2Component::Traits>> listComponents() { in listComponents() function in android::__anon4435d7580110::Codec2ClientInterfaceWrapper
|