Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponent.h60 struct Component : public IComponent, struct
75 // Methods from IComponent follow. argument
111 std::shared_ptr<C2Component> mComponent; argument
112 sp<ComponentInterface> mInterface; argument
113 sp<IComponentListener> mListener; argument
114 sp<ComponentStore> mStore; argument
128 void initListener(const sp<Component>& self); argument
DComponentStore.h137 friend Component; member
/frameworks/av/media/codec2/hidl/1.1/utils/include/codec2/hidl/1.1/
DComponent.h63 struct Component : public IComponent, struct
78 // Methods from IComponent follow. argument
116 std::shared_ptr<C2Component> mComponent; argument
117 sp<ComponentInterface> mInterface; argument
118 sp<IComponentListener> mListener; argument
119 sp<ComponentStore> mStore; argument
133 void initListener(const sp<Component>& self); argument
DComponentStore.h145 friend Component; member
/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
Dclient.h316 struct Codec2Client::Component : public Codec2Client::Configurable { struct
318 typedef ::android::hardware::media::c2::V1_0::IComponent Base1_0; argument
319 typedef ::android::hardware::media::c2::V1_1::IComponent Base1_1; argument
334 C2Component::flush_mode_t mode, argument
359 IGraphicBufferProducer IGraphicBufferProducer;
361 QueueBufferInput QueueBufferInput;
363 QueueBufferOutput QueueBufferOutput;
366 IGraphicBufferProducer HGraphicBufferProducer1;
368 IGraphicBufferProducer HGraphicBufferProducer2;
370 IGraphicBufferSource HGraphicBufferSource;
[all …]
/frameworks/base/tools/powermodel/src/com/android/powermodel/
DComponent.java22 public enum Component { enum
/frameworks/rs/
DrsComponent.cpp22 Component::Component() { in Component() function in android::renderscript::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/av/media/codec2/hidl/1.0/utils/
DComponent.cpp200 Component::Component( in Component() function in android::hardware::media::c2::V1_0::utils::Component
/frameworks/av/media/codec2/hidl/1.1/utils/
DComponent.cpp200 Component::Component( in Component() function in android::hardware::media::c2::V1_1::utils::Component
/frameworks/base/core/java/android/content/pm/
DPackageParser.java7509 public static abstract class Component<II extends IntentInfo> { class
7525 public Component(Package owner, ArrayList<II> intents, String className) { in Component() method in Component
7531 public Component(Package owner) { in Component() method in Component
7537 public Component(final ParsePackageItemArgs args, final PackageItemInfo outInfo) { in Component() method in Component
7549 public Component(final ParseComponentArgs args, final ComponentInfo outInfo) { in Component() method in Component
7578 public Component(Component<II> clone) { in Component() method in Component
7598 protected Component(Parcel in) { in Component() method in Component
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp1172 Codec2Client::Component::Component(const sp<Base>& base) in Component() function in android::Codec2Client::Component
1194 Codec2Client::Component::Component(const sp<Base1_1>& base) in Component() function in android::Codec2Client::Component