/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
H A 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
|
H A D | ComponentStore.h | 141 friend Component; member
|
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/include/codec2/hidl/1.1/ |
H A 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
|
H A D | ComponentStore.h | 149 friend Component; member
|
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/include/codec2/hidl/1.2/ |
H A D | Component.h | 63 struct Component : public IComponent, struct 78 // Methods from IComponent follow. argument 121 std::shared_ptr<C2Component> mComponent; argument 122 sp<ComponentInterface> mInterface; argument 123 sp<IComponentListener> mListener; argument 124 sp<ComponentStore> mStore; argument 138 void initListener(const sp<Component>& self); argument
|
H A D | ComponentStore.h | 156 friend Component; member
|
/aosp12/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/ |
H A D | client.h | 325 struct Codec2Client::Component : public Codec2Client::Configurable { struct 327 typedef ::android::hardware::media::c2::V1_0::IComponent Base1_0; argument 344 C2Component::flush_mode_t mode, argument 369 IGraphicBufferProducer IGraphicBufferProducer; 371 QueueBufferInput QueueBufferInput; 373 QueueBufferOutput QueueBufferOutput; 376 IGraphicBufferProducer HGraphicBufferProducer1; 378 IGraphicBufferProducer HGraphicBufferProducer2; 380 IGraphicBufferSource HGraphicBufferSource; 445 const std::shared_ptr<Component>& component, argument [all …]
|
/aosp12/frameworks/av/media/codec2/hidl/plugin/internal/ |
H A 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
|
/aosp12/frameworks/base/tools/powermodel/src/com/android/powermodel/ |
H A D | Component.java | 22 public enum Component { enum
|
/aosp12/frameworks/rs/ |
H A D | rsComponent.cpp | 22 Component::Component() { in Component() function in android::renderscript::Component
|
/aosp12/system/iorap/src/perfetto/ |
H A D | rx_producer.h | 31 using Component = member
|
/aosp12/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
H A D | ICalendar.java | 59 public static class Component { class in ICalendar 83 public Component(String name, Component parent) { in Component() method in ICalendar.Component
|
/aosp12/packages/apps/TV/libs/m2/ |
H A D | dagger-2.23.jar | META-INF/
META-INF/MANIFEST.MF
dagger/
dagger/Binds.class
Binds ... |
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | TelecomSystem.java | 71 public interface Component { interface in TelecomSystem
|
/aosp12/frameworks/av/media/codec2/hidl/client/ |
H A D | client.cpp | 1214 Codec2Client::Component::Component(const sp<Base>& base) in Component() function in android::Codec2Client::Component 1237 Codec2Client::Component::Component(const sp<Base1_1>& base) in Component() function in android::Codec2Client::Component 1260 Codec2Client::Component::Component(const sp<Base1_2>& base) in Component() function in android::Codec2Client::Component
|
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/ |
H A D | Component.cpp | 204 Component::Component( in Component() function in android::hardware::media::c2::V1_0::utils::Component
|
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/ |
H A D | Component.cpp | 204 Component::Component( in Component() function in android::hardware::media::c2::V1_1::utils::Component
|
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/ |
H A D | Component.cpp | 204 Component::Component( in Component() function in android::hardware::media::c2::V1_2::utils::Component
|
/aosp12/frameworks/av/media/codec2/sfplugin/tests/ |
H A D | CCodecConfig_test.cpp | 493 status_t connect(const std::shared_ptr<Codec2Client::Component> &) override { in TEST_F()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | PackageParser.java | 7617 public static abstract class Component<II extends IntentInfo> { class in PackageParser 7633 public Component(Package owner, ArrayList<II> intents, String className) { in Component() method in PackageParser.Component 7639 public Component(Package owner) { in Component() method in PackageParser.Component 7645 public Component(final ParsePackageItemArgs args, final PackageItemInfo outInfo) { in Component() method in PackageParser.Component 7657 public Component(final ParseComponentArgs args, final ComponentInfo outInfo) { in Component() method in PackageParser.Component 7686 public Component(Component<II> clone) { in Component() method in PackageParser.Component 7706 protected Component(Parcel in) { in Component() method in PackageParser.Component
|