Home
last modified time | relevance | path

Searched defs:Component (Results 1 – 24 of 24) sorted by relevance

/frameworks/av/media/codec2/hal/hidl/1.1/utils/include/codec2/hidl/1.1/
DComponent.h67 struct Component : public IComponent, struct
84 // Methods from IComponent follow. argument
122 std::shared_ptr<C2Component> mComponent; argument
123 sp<ComponentInterface> mInterface; argument
124 sp<IComponentListener> mListener; argument
127 sp<ComponentStore> mStore; argument
141 void initListener(const sp<Component>& self); argument
151 using HwDeathRecipient = ::android::hardware::hidl_death_recipient;
152 sp<HwDeathRecipient> mDeathRecipient;
DComponentStore.h165 friend Component; member
/frameworks/av/media/codec2/hal/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponent.h64 struct Component : public IComponent, struct
81 // Methods from IComponent follow. argument
117 std::shared_ptr<C2Component> mComponent; argument
118 sp<ComponentInterface> mInterface; argument
119 sp<IComponentListener> mListener; argument
122 sp<ComponentStore> mStore; argument
136 void initListener(const sp<Component>& self); argument
146 using HwDeathRecipient = ::android::hardware::hidl_death_recipient;
147 sp<HwDeathRecipient> mDeathRecipient;
DComponentStore.h157 friend Component; member
/frameworks/av/media/codec2/hal/hidl/1.2/utils/include/codec2/hidl/1.2/
DComponent.h67 struct Component : public IComponent, struct
84 // Methods from IComponent follow. argument
127 std::shared_ptr<C2Component> mComponent; argument
128 sp<ComponentInterface> mInterface; argument
129 sp<IComponentListener> mListener; argument
132 sp<ComponentStore> mStore; argument
146 void initListener(const sp<Component>& self); argument
156 using HwDeathRecipient = ::android::hardware::hidl_death_recipient;
157 sp<HwDeathRecipient> mDeathRecipient;
DComponentStore.h172 friend Component; member
/frameworks/av/media/codec2/hal/aidl/include/codec2/aidl/
DComponent.h56 struct Component : public BnComponent { struct
89 std::shared_ptr<C2Component> mComponent; argument
90 std::shared_ptr<ComponentInterface> mInterface; argument
91 std::shared_ptr<IComponentListener> mListener; argument
94 std::shared_ptr<ComponentStore> mStore; argument
104 void initListener(const std::shared_ptr<Component>& self); argument
118 DeathContext *mDeathContext;
DComponentStore.h156 friend Component; member
/frameworks/av/media/codec2/hal/client/include/codec2/hidl/
Dclient.h406 struct Codec2Client::Component : public Codec2Client::Configurable { struct
408 typedef ::android::hardware::media::c2::V1_0::IComponent HidlBase1_0; argument
409 typedef ::android::hardware::media::c2::V1_1::IComponent HidlBase1_1; argument
410 typedef ::android::hardware::media::c2::V1_2::IComponent HidlBase1_2; argument
413 typedef ::aidl::android::hardware::media::c2::IComponent AidlBase; argument
452 IGraphicBufferProducer IGraphicBufferProducer;
454 QueueBufferInput QueueBufferInput;
456 QueueBufferOutput QueueBufferOutput;
459 IGraphicBufferProducer HGraphicBufferProducer1;
461 IGraphicBufferProducer HGraphicBufferProducer2;
[all …]
/frameworks/av/media/codec2/hal/plugin/internal/
DFilterWrapper.h52 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/
DComponent.java22 public enum Component { enum
/frameworks/proto_logging/stats/atoms/automotive/caruilib/
Dautomotive_caruilib_atoms.proto37 enum Component { enum
/frameworks/rs/
DrsComponent.cpp22 Component::Component() { in Component() function in android::renderscript::Component
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/base/ui/viewmodel/
DQSTileViewModelFactory.kt54 class Component class
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/
DComponent.java49 public class Component extends PaintOperation class
209 public Component( in Component() method in Component
226 public Component( in Component() method in Component
236 public Component(@NonNull Component component) { in Component() method in Component
/frameworks/opt/calendar/src/com/android/calendarcommon2/
DICalendar.java59 public static class Component { class in ICalendar
83 public Component(String name, Component parent) { in Component() method in ICalendar.Component
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/managers/
DStateLayout.java100 new Component[mChildrenComponents.size()]); in findAnimatedComponents() local
/frameworks/av/media/codec2/hal/aidl/
DComponent.cpp196 Component::Component( in Component() function in aidl::android::hardware::media::c2::utils::Component
/frameworks/av/media/codec2/hal/client/
Dclient.cpp2883 Codec2Client::Component::Component(const sp<HidlBase>& base) in Component() function in android::Codec2Client::Component
2906 Codec2Client::Component::Component(const sp<HidlBase1_1>& base) in Component() function in android::Codec2Client::Component
2929 Codec2Client::Component::Component(const sp<HidlBase1_2>& base) in Component() function in android::Codec2Client::Component
2952 Codec2Client::Component::Component(const std::shared_ptr<AidlBase> &base) in Component() function in android::Codec2Client::Component
2970 Codec2Client::Component::Component(ApexCodec_Component *base, const C2String &name) in Component() function in android::Codec2Client::Component
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DComponent.cpp252 Component::Component( in Component() function in android::hardware::media::c2::V1_0::utils::Component
/frameworks/av/media/codec2/hal/hidl/1.1/utils/
DComponent.cpp256 Component::Component( in Component() function in android::hardware::media::c2::V1_1::utils::Component
/frameworks/base/core/java/android/content/pm/
DPackageParser.java7614 public static abstract class Component<II extends IntentInfo> { class in PackageParser
7630 public Component(Package owner, ArrayList<II> intents, String className) { in Component() method in PackageParser.Component
7636 public Component(Package owner) { in Component() method in PackageParser.Component
7642 public Component(final ParsePackageItemArgs args, final PackageItemInfo outInfo) { in Component() method in PackageParser.Component
7654 public Component(final ParseComponentArgs args, final ComponentInfo outInfo) { in Component() method in PackageParser.Component
7683 public Component(Component<II> clone) { in Component() method in PackageParser.Component
7703 protected Component(Parcel in) { in Component() method in PackageParser.Component
/frameworks/av/media/codec2/hal/hidl/1.2/utils/
DComponent.cpp254 Component::Component( in Component() function in android::hardware::media::c2::V1_2::utils::Component
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecConfig_test.cpp604 status_t connect(const std::shared_ptr<Codec2Client::Component> &) override { in TEST_F()