/frameworks/av/media/codec2/hal/hidl/1.2/utils/include/codec2/hidl/1.2/ |
D | Component.h | 63 struct Component : public IComponent, struct 80 // Methods from IComponent follow. argument 123 std::shared_ptr<C2Component> mComponent; argument 124 sp<ComponentInterface> mInterface; argument 125 sp<IComponentListener> mListener; argument 126 sp<ComponentStore> mStore; argument 140 void initListener(const sp<Component>& self); argument 148 using HwDeathRecipient = ::android::hardware::hidl_death_recipient; 149 sp<HwDeathRecipient> mDeathRecipient;
|
D | ComponentStore.h | 156 friend Component; member
|
/frameworks/av/media/codec2/hal/hidl/1.1/utils/include/codec2/hidl/1.1/ |
D | Component.h | 63 struct Component : public IComponent, struct 80 // Methods from IComponent follow. argument 118 std::shared_ptr<C2Component> mComponent; argument 119 sp<ComponentInterface> mInterface; argument 120 sp<IComponentListener> mListener; argument 121 sp<ComponentStore> mStore; argument 135 void initListener(const sp<Component>& self); argument 143 using HwDeathRecipient = ::android::hardware::hidl_death_recipient; 144 sp<HwDeathRecipient> mDeathRecipient;
|
D | ComponentStore.h | 149 friend Component; member
|
/frameworks/av/media/codec2/hal/hidl/1.0/utils/include/codec2/hidl/1.0/ |
D | Component.h | 60 struct Component : public IComponent, struct 77 // Methods from IComponent follow. argument 113 std::shared_ptr<C2Component> mComponent; argument 114 sp<ComponentInterface> mInterface; argument 115 sp<IComponentListener> mListener; argument 116 sp<ComponentStore> mStore; argument 130 void initListener(const sp<Component>& self); argument 138 using HwDeathRecipient = ::android::hardware::hidl_death_recipient; 139 sp<HwDeathRecipient> mDeathRecipient;
|
D | ComponentStore.h | 141 friend Component; member
|
/frameworks/av/media/codec2/hal/client/include/codec2/hidl/ |
D | client.h | 331 struct Codec2Client::Component : public Codec2Client::Configurable { struct 333 typedef ::android::hardware::media::c2::V1_0::IComponent Base1_0; argument 334 typedef ::android::hardware::media::c2::V1_1::IComponent Base1_1; argument 335 typedef ::android::hardware::media::c2::V1_2::IComponent Base1_2; argument 350 C2Component::flush_mode_t mode, argument 375 IGraphicBufferProducer IGraphicBufferProducer; 377 QueueBufferInput QueueBufferInput; 379 QueueBufferOutput QueueBufferOutput; 382 IGraphicBufferProducer HGraphicBufferProducer1; 384 IGraphicBufferProducer HGraphicBufferProducer2; [all …]
|
/frameworks/av/media/codec2/hal/plugin/internal/ |
D | FilterWrapper.h | 52 struct Component { struct 53 const std::shared_ptr<C2Component> comp; argument 54 const std::shared_ptr<C2ComponentInterface> intf; argument 55 const C2Component::Traits traits; argument 70 std::shared_ptr<C2ComponentInterface> maybeWrapInterface( argument
|
/frameworks/base/tools/powermodel/src/com/android/powermodel/ |
D | Component.java | 22 public enum Component { enum
|
/frameworks/proto_logging/stats/atoms/automotive/caruilib/ |
D | automotive_caruilib_atoms.proto | 37 enum Component { enum
|
/frameworks/rs/ |
D | rsComponent.cpp | 22 Component::Component() { in Component() function in android::renderscript::Component
|
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
D | ICalendar.java | 59 public static class Component { class in ICalendar 83 public Component(String name, Component parent) { in Component() method in ICalendar.Component
|
/frameworks/av/media/codec2/hal/client/ |
D | client.cpp | 1211 Codec2Client::Component::Component(const sp<Base>& base) in Component() function in android::Codec2Client::Component 1234 Codec2Client::Component::Component(const sp<Base1_1>& base) in Component() function in android::Codec2Client::Component 1257 Codec2Client::Component::Component(const sp<Base1_2>& base) in Component() function in android::Codec2Client::Component
|
/frameworks/av/media/codec2/hal/hidl/1.1/utils/ |
D | Component.cpp | 204 Component::Component( in Component() function in android::hardware::media::c2::V1_1::utils::Component
|
/frameworks/av/media/codec2/hal/hidl/1.0/utils/ |
D | Component.cpp | 204 Component::Component( in Component() function in android::hardware::media::c2::V1_0::utils::Component
|
/frameworks/av/media/codec2/sfplugin/tests/ |
D | CCodecConfig_test.cpp | 506 status_t connect(const std::shared_ptr<Codec2Client::Component> &) override { in TEST_F()
|
/frameworks/av/media/codec2/hal/hidl/1.2/utils/ |
D | Component.cpp | 204 Component::Component( in Component() function in android::hardware::media::c2::V1_2::utils::Component
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 7613 public static abstract class Component<II extends IntentInfo> { class in PackageParser 7629 public Component(Package owner, ArrayList<II> intents, String className) { in Component() method in PackageParser.Component 7635 public Component(Package owner) { in Component() method in PackageParser.Component 7641 public Component(final ParsePackageItemArgs args, final PackageItemInfo outInfo) { in Component() method in PackageParser.Component 7653 public Component(final ParseComponentArgs args, final ComponentInfo outInfo) { in Component() method in PackageParser.Component 7682 public Component(Component<II> clone) { in Component() method in PackageParser.Component 7702 protected Component(Parcel in) { in Component() method in PackageParser.Component
|