/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
D | Component.h | 60 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
|
D | ComponentStore.h | 137 friend Component; member
|
/frameworks/av/media/codec2/hidl/1.1/utils/include/codec2/hidl/1.1/ |
D | Component.h | 63 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
|
D | ComponentStore.h | 145 friend Component; member
|
/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/ |
D | client.h | 316 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/ |
D | Component.java | 22 public 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/hidl/1.0/utils/ |
D | Component.cpp | 200 Component::Component( in Component() function in android::hardware::media::c2::V1_0::utils::Component
|
/frameworks/av/media/codec2/hidl/1.1/utils/ |
D | Component.cpp | 200 Component::Component( in Component() function in android::hardware::media::c2::V1_1::utils::Component
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 7509 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/ |
D | client.cpp | 1172 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
|