Home
last modified time | relevance | path

Searched defs:Component (Results 1 – 9 of 9) 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.h129 friend Component; member
/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
Dclient.h296 struct Codec2Client::Component : public Codec2Client::Configurable { struct
298 typedef ::android::hardware::media::c2::V1_0::IComponent Base; argument
326 IGraphicBufferProducer IGraphicBufferProducer;
328 QueueBufferInput QueueBufferInput;
330 QueueBufferOutput QueueBufferOutput;
333 IGraphicBufferProducer HGraphicBufferProducer1;
335 IGraphicBufferProducer HGraphicBufferProducer2;
337 IGraphicBufferSource HGraphicBufferSource;
396 sp<::android::hardware::hidl_death_recipient> mDeathRecipient;
/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/base/core/java/android/content/pm/
DPackageParser.java7379 public static abstract class Component<II extends IntentInfo> { class
7395 public Component(Package owner, ArrayList<II> intents, String className) { in Component() method in Component
7401 public Component(Package owner) { in Component() method in Component
7407 public Component(final ParsePackageItemArgs args, final PackageItemInfo outInfo) { in Component() method in Component
7419 public Component(final ParseComponentArgs args, final ComponentInfo outInfo) { in Component() method in Component
7448 public Component(Component<II> clone) { in Component() method in Component
7468 protected Component(Parcel in) { in Component() method in Component
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp1040 Codec2Client::Component::Component(const sp<Base>& base) in Component() function in android::Codec2Client::Component