Home
last modified time | relevance | path

Searched refs:hardware (Results 1 – 25 of 1824) sorted by relevance

12345678910>>...73

/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h39 inline bool operator==(const aidl::android::hardware::graphics::common::ExtendableType& lhs,
40 const aidl::android::hardware::graphics::common::ExtendableType& rhs) {
44 inline bool operator!=(const aidl::android::hardware::graphics::common::ExtendableType& lhs,
45 const aidl::android::hardware::graphics::common::ExtendableType& rhs) {
49 inline bool operator==(const aidl::android::hardware::graphics::common::PlaneLayoutComponent& lhs,
50 const aidl::android::hardware::graphics::common::PlaneLayoutComponent& rhs) {
66 inline bool operator!=(const aidl::android::hardware::graphics::common::PlaneLayoutComponent& lhs,
67 const aidl::android::hardware::graphics::common::PlaneLayoutComponent& rhs) {
71 inline bool operator==(const aidl::android::hardware::graphics::common::Rect& lhs,
72 const aidl::android::hardware::graphics::common::Rect& rhs) {
[all …]
/frameworks/av/media/codec2/hidl/1.1/utils/include/codec2/hidl/1.1/
Dtypes.h32 namespace hardware {
37 using ::android::hardware::media::c2::V1_0::BaseBlock;
38 using ::android::hardware::media::c2::V1_0::Block;
39 using ::android::hardware::media::c2::V1_0::Buffer;
40 using ::android::hardware::media::c2::V1_0::FieldDescriptor;
41 using ::android::hardware::media::c2::V1_0::FieldId;
42 using ::android::hardware::media::c2::V1_0::FieldSupportedValues;
43 using ::android::hardware::media::c2::V1_0::FieldSupportedValuesQuery;
44 using ::android::hardware::media::c2::V1_0::FieldSupportedValuesQueryResult;
45 using ::android::hardware::media::c2::V1_0::FrameData;
[all …]
/frameworks/ml/nn/common/include/
DExecutionBurstController.h58 std::vector<hardware::neuralnetworks::V1_2::FmqRequestDatum> serialize(
59 const hardware::neuralnetworks::V1_0::Request& request,
60 hardware::neuralnetworks::V1_2::MeasureTiming measure, const std::vector<int32_t>& slots);
71 std::optional<std::tuple<hardware::neuralnetworks::V1_0::ErrorStatus,
72 std::vector<hardware::neuralnetworks::V1_2::OutputShape>,
73 hardware::neuralnetworks::V1_2::Timing>>
74 deserialize(const std::vector<hardware::neuralnetworks::V1_2::FmqResultDatum>& data);
82 hardware::neuralnetworks::V1_0::ErrorStatus legacyConvertResultCodeToErrorStatus(int resultCode);
95 hardware::MQDescriptorSync<hardware::neuralnetworks::V1_2::FmqResultDatum>;
96 using FmqResultChannel = hardware::MessageQueue<hardware::neuralnetworks::V1_2::FmqResultDatum,
[all …]
DExecutionBurstServer.h40 hardware::MQDescriptorSync<hardware::neuralnetworks::V1_2::FmqRequestDatum>;
42 hardware::MQDescriptorSync<hardware::neuralnetworks::V1_2::FmqResultDatum>;
54 std::vector<hardware::neuralnetworks::V1_2::FmqResultDatum> serialize(
55 hardware::neuralnetworks::V1_0::ErrorStatus errorStatus,
56 const std::vector<hardware::neuralnetworks::V1_2::OutputShape>& outputShapes,
57 hardware::neuralnetworks::V1_2::Timing timing);
69 std::optional<std::tuple<hardware::neuralnetworks::V1_0::Request, std::vector<int32_t>,
70 hardware::neuralnetworks::V1_2::MeasureTiming>>
71 deserialize(const std::vector<hardware::neuralnetworks::V1_2::FmqRequestDatum>& data);
84 hardware::MessageQueue<hardware::neuralnetworks::V1_2::FmqRequestDatum,
[all …]
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHal.h26 namespace hardware::graphics::composer::hal {
28 namespace types = android::hardware::graphics::common;
29 namespace V2_1 = android::hardware::graphics::composer::V2_1;
30 namespace V2_2 = android::hardware::graphics::composer::V2_2;
31 namespace V2_3 = android::hardware::graphics::composer::V2_3;
32 namespace V2_4 = android::hardware::graphics::composer::V2_4;
75 inline bool hasChangesError(hardware::graphics::composer::hal::Error error) { in hasChangesError()
79 inline std::string to_string(hardware::graphics::composer::hal::Attribute attribute) { in to_string()
81 case hardware::graphics::composer::hal::Attribute::INVALID: in to_string()
83 case hardware::graphics::composer::hal::Attribute::WIDTH: in to_string()
[all …]
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.h55 const hardware::hidl_vec<hardware::camera::common::V1_0::VendorTagSection>& vts,
103 virtual sp<hardware::camera::provider::V2_4::ICameraProvider> tryGetService(
106 virtual sp<hardware::camera::provider::V2_4::ICameraProvider> getService(
108 virtual hardware::hidl_vec<hardware::hidl_string> listServices() = 0;
119 return hardware::camera::provider::V2_4::ICameraProvider::registerForNotifications( in registerForNotifications()
122 virtual sp<hardware::camera::provider::V2_4::ICameraProvider> tryGetService( in tryGetService()
124 return hardware::camera::provider::V2_4::ICameraProvider::tryGetService(serviceName); in tryGetService()
126 virtual sp<hardware::camera::provider::V2_4::ICameraProvider> getService( in getService()
128 return hardware::camera::provider::V2_4::ICameraProvider::getService(serviceName); in getService()
131 virtual hardware::hidl_vec<hardware::hidl_string> listServices() override;
[all …]
/frameworks/av/services/camera/libcameraservice/tests/
DCameraProviderManagerTest.cpp29 using namespace android::hardware::camera;
30 using android::hardware::camera::common::V1_0::Status;
31 using android::hardware::camera::common::V1_0::VendorTag;
32 using android::hardware::camera::common::V1_0::VendorTagSection;
33 using android::hardware::camera::common::V1_0::CameraMetadataType;
34 using android::hardware::camera::device::V3_2::ICameraDeviceCallback;
35 using android::hardware::camera::device::V3_2::ICameraDeviceSession;
36 using android::hardware::camera::provider::V2_5::DeviceState;
42 std::vector<hardware::hidl_string> mDeviceNames;
43 android::hardware::hidl_vec<uint8_t> mCharacteristics;
[all …]
/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
DHw2CompatUtil.java30 … static android.hardware.soundtrigger.V2_0.ISoundTriggerHw.SoundModel convertSoundModel_2_1_to_2_0( in convertSoundModel_2_1_to_2_0()
31 android.hardware.soundtrigger.V2_1.ISoundTriggerHw.SoundModel soundModel) { in convertSoundModel_2_1_to_2_0()
32 android.hardware.soundtrigger.V2_0.ISoundTriggerHw.SoundModel model_2_0 = soundModel.header; in convertSoundModel_2_1_to_2_0()
38 …static android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback.RecognitionEvent convertRecognit… in convertRecognitionEvent_2_0_to_2_1()
39 android.hardware.soundtrigger.V2_0.ISoundTriggerHwCallback.RecognitionEvent event) { in convertRecognitionEvent_2_0_to_2_1()
40 android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback.RecognitionEvent event_2_1 = in convertRecognitionEvent_2_0_to_2_1()
41 new android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback.RecognitionEvent(); in convertRecognitionEvent_2_0_to_2_1()
50 …static android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback.PhraseRecognitionEvent convertPh… in convertPhraseRecognitionEvent_2_0_to_2_1()
51 … android.hardware.soundtrigger.V2_0.ISoundTriggerHwCallback.PhraseRecognitionEvent event) { in convertPhraseRecognitionEvent_2_0_to_2_1()
52 android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback.PhraseRecognitionEvent in convertPhraseRecognitionEvent_2_0_to_2_1()
[all …]
DSoundTriggerHw2Compat.java48 android.hardware.soundtrigger.V2_0.ISoundTriggerHw mUnderlying_2_0;
50 android.hardware.soundtrigger.V2_1.ISoundTriggerHw mUnderlying_2_1;
52 android.hardware.soundtrigger.V2_2.ISoundTriggerHw mUnderlying_2_2;
54 android.hardware.soundtrigger.V2_3.ISoundTriggerHw mUnderlying_2_3;
57 @NonNull android.hardware.soundtrigger.V2_0.ISoundTriggerHw underlying) { in SoundTriggerHw2Compat()
71 android.hardware.soundtrigger.V2_3.ISoundTriggerHw as2_3 = in SoundTriggerHw2Compat()
72 android.hardware.soundtrigger.V2_3.ISoundTriggerHw.asInterface(binder); in SoundTriggerHw2Compat()
79 android.hardware.soundtrigger.V2_2.ISoundTriggerHw as2_2 = in SoundTriggerHw2Compat()
80 android.hardware.soundtrigger.V2_2.ISoundTriggerHw.asInterface(binder); in SoundTriggerHw2Compat()
88 android.hardware.soundtrigger.V2_1.ISoundTriggerHw as2_1 = in SoundTriggerHw2Compat()
[all …]
/frameworks/base/services/core/jni/
DAndroid.bp137 "android.hardware.audio.common@2.0",
138 "android.hardware.broadcastradio@1.0",
139 "android.hardware.broadcastradio@1.1",
140 "android.hardware.contexthub@1.0",
141 "android.hardware.gnss@1.0",
142 "android.hardware.gnss@1.1",
143 "android.hardware.gnss@2.0",
144 "android.hardware.gnss@2.1",
145 "android.hardware.gnss.measurement_corrections@1.0",
146 "android.hardware.gnss.visibility_control@1.0",
[all …]
/frameworks/av/services/camera/libcameraservice/device1/
DCameraHardwareInterface.h88 public virtual hardware::camera::device::V1_0::ICameraDeviceCallback,
89 public virtual hardware::camera::device::V1_0::ICameraDevicePreviewCallback {
301 sp<hardware::camera::device::V1_0::ICameraDevice> mHidlDevice;
376 hardware::Return<void> notifyCallback(
377 hardware::camera::device::V1_0::NotifyCallbackMsg msgType,
379 hardware::Return<uint32_t> registerMemory(
380 const hardware::hidl_handle& descriptor,
382 hardware::Return<void> unregisterMemory(uint32_t memId) override;
383 hardware::Return<void> dataCallback(
384 hardware::camera::device::V1_0::DataCallbackMsg msgType,
[all …]
/frameworks/av/media/libaudiohal/impl/
DAndroid.bp26 "android.hardware.audio.common-util",
45 "android.hardware.audio.common.util@all-versions",
59 "android.hardware.audio.common@2.0",
60 "android.hardware.audio.common@2.0-util",
61 "android.hardware.audio.effect@2.0",
62 "android.hardware.audio@2.0",
75 "android.hardware.audio.common@4.0",
76 "android.hardware.audio.common@4.0-util",
77 "android.hardware.audio.effect@4.0",
78 "android.hardware.audio@4.0",
[all …]
/frameworks/base/core/java/android/hardware/camera2/
DCameraCharacteristics.java17 package android.hardware.camera2;
22 import android.hardware.camera2.impl.CameraMetadataNative;
23 import android.hardware.camera2.impl.PublicKey;
24 import android.hardware.camera2.impl.SyntheticKey;
25 import android.hardware.camera2.params.RecommendedStreamConfigurationMap;
26 import android.hardware.camera2.params.SessionConfiguration;
27 import android.hardware.camera2.utils.ArrayUtils;
28 import android.hardware.camera2.utils.TypeReference;
1060 …public static final Key<android.hardware.camera2.params.HighSpeedVideoConfiguration[]> CONTROL_AVA…
1061 …Key<android.hardware.camera2.params.HighSpeedVideoConfiguration[]>("android.control.availableHighS…
[all …]
/frameworks/base/telephony/java/android/telephony/
DAccessNetworkConstants.java22 import android.hardware.radio.V1_1.GeranBands;
23 import android.hardware.radio.V1_5.AccessNetwork;
24 import android.hardware.radio.V1_5.EutranBands;
25 import android.hardware.radio.V1_5.UtranBands;
326 public static final int BAND_1 = android.hardware.radio.V1_5.NgranBands.BAND_1;
327 public static final int BAND_2 = android.hardware.radio.V1_5.NgranBands.BAND_2;
328 public static final int BAND_3 = android.hardware.radio.V1_5.NgranBands.BAND_3;
329 public static final int BAND_5 = android.hardware.radio.V1_5.NgranBands.BAND_5;
330 public static final int BAND_7 = android.hardware.radio.V1_5.NgranBands.BAND_7;
331 public static final int BAND_8 = android.hardware.radio.V1_5.NgranBands.BAND_8;
[all …]
/frameworks/native/services/surfaceflinger/
DAndroid.bp24 "android.hardware.configstore-utils",
25 "android.hardware.configstore@1.0",
26 "android.hardware.configstore@1.1",
27 "android.hardware.graphics.allocator@2.0",
28 "android.hardware.graphics.allocator@3.0",
29 "android.hardware.graphics.common@1.2",
30 "android.hardware.graphics.composer@2.1",
31 "android.hardware.graphics.composer@2.2",
32 "android.hardware.graphics.composer@2.3",
33 "android.hardware.graphics.composer@2.4",
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/soundtrigger_middleware/
DSoundTriggerMiddlewareImplTest.java35 import android.hardware.audio.common.V2_0.AudioConfig;
36 import android.hardware.audio.common.V2_0.Uuid;
37 import android.hardware.soundtrigger.V2_3.OptionalModelParameterRange;
87 mock(android.hardware.soundtrigger.V2_0.ISoundTriggerHw.class), in data()
88 mock(android.hardware.soundtrigger.V2_1.ISoundTriggerHw.class), in data()
89 mock(android.hardware.soundtrigger.V2_2.ISoundTriggerHw.class), in data()
90 mock(android.hardware.soundtrigger.V2_3.ISoundTriggerHw.class), in data()
96 public android.hardware.soundtrigger.V2_0.ISoundTriggerHw mHalDriver;
148 …private static android.hardware.soundtrigger.V2_0.ISoundTriggerHw.Properties createDefaultProperti… in createDefaultProperties()
150 android.hardware.soundtrigger.V2_0.ISoundTriggerHw.Properties properties = in createDefaultProperties()
[all …]
/frameworks/native/services/stats/
DStatsHal.cpp33 hardware::Return<void> StatsHal::reportSpeakerImpedance( in reportSpeakerImpedance()
38 return hardware::Void(); in reportSpeakerImpedance()
41 hardware::Return<void> StatsHal::reportHardwareFailed(const HardwareFailed& hardwareFailed) { in reportHardwareFailed()
45 return hardware::Void(); in reportHardwareFailed()
48 hardware::Return<void> StatsHal::reportPhysicalDropDetected( in reportPhysicalDropDetected()
54 return hardware::Void(); in reportPhysicalDropDetected()
57 hardware::Return<void> StatsHal::reportChargeCycles(const ChargeCycles& chargeCycles) { in reportChargeCycles()
67 return hardware::Void(); in reportChargeCycles()
70 hardware::Return<void> StatsHal::reportBatteryHealthSnapshot( in reportBatteryHealthSnapshot()
78 return hardware::Void(); in reportBatteryHealthSnapshot()
[all …]
/frameworks/native/libs/ui/include/ui/
DGraphicTypes.h42 using android::hardware::graphics::common::V1_1::RenderIntent;
43 using android::hardware::graphics::common::V1_2::ColorMode;
44 using android::hardware::graphics::common::V1_2::Dataspace;
45 using android::hardware::graphics::common::V1_2::Hdr;
46 using android::hardware::graphics::common::V1_2::PixelFormat;
51 using aidl::android::hardware::graphics::common::BlendMode;
52 using aidl::android::hardware::graphics::common::Cta861_3;
53 using aidl::android::hardware::graphics::common::PlaneLayout;
54 using aidl::android::hardware::graphics::common::Smpte2086;
61 using ChromaSiting = aidl::android::hardware::graphics::common::ChromaSiting;
[all …]
/frameworks/native/libs/ui/include_vndk/ui/
DGraphicTypes.h42 using android::hardware::graphics::common::V1_1::RenderIntent;
43 using android::hardware::graphics::common::V1_2::ColorMode;
44 using android::hardware::graphics::common::V1_2::Dataspace;
45 using android::hardware::graphics::common::V1_2::Hdr;
46 using android::hardware::graphics::common::V1_2::PixelFormat;
51 using aidl::android::hardware::graphics::common::BlendMode;
52 using aidl::android::hardware::graphics::common::Cta861_3;
53 using aidl::android::hardware::graphics::common::PlaneLayout;
54 using aidl::android::hardware::graphics::common::Smpte2086;
61 using ChromaSiting = aidl::android::hardware::graphics::common::ChromaSiting;
[all …]
/frameworks/av/media/codec2/hidl/1.1/utils/
DAndroid.bp18 "android.hardware.media.bufferpool@2.0",
19 "android.hardware.media.c2@1.0",
20 "android.hardware.media.c2@1.1",
39 "android.hardware.media.c2@1.0",
40 "android.hardware.media.c2@1.1",
77 "android.hardware.graphics.bufferqueue@1.0",
78 "android.hardware.graphics.bufferqueue@2.0",
79 "android.hardware.graphics.common@1.0",
80 "android.hardware.media@1.0",
81 "android.hardware.media.bufferpool@2.0",
[all …]
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DAndroid.bp12 "android.hardware.graphics.composer@2.1",
13 "android.hardware.graphics.composer@2.2",
14 "android.hardware.graphics.composer@2.3",
15 "android.hardware.graphics.composer@2.4",
16 "android.hardware.graphics.composer@2.1-resources",
17 "android.hardware.graphics.mapper@2.0",
18 "android.hardware.graphics.mapper@3.0",
19 "android.hardware.graphics.mapper@4.0",
20 "android.hardware.power@1.3",
43 "android.hardware.graphics.composer@2.4-command-buffer",
[all …]
/frameworks/av/media/libmedia/include/media/omx/1.0/
DWOmx.h29 namespace hardware {
35 using ::android::hardware::media::omx::V1_0::IOmx;
36 using ::android::hardware::media::omx::V1_0::IOmxNode;
37 using ::android::hardware::media::omx::V1_0::IOmxObserver;
38 using ::android::hardware::media::omx::V1_0::Status;
40 using ::android::hardware::hidl_array;
41 using ::android::hardware::hidl_memory;
42 using ::android::hardware::hidl_string;
43 using ::android::hardware::hidl_vec;
44 using ::android::hardware::Return;
[all …]
/frameworks/base/media/jni/
Dandroid_media_tv_Tuner.h33 using ::android::hardware::EventFlag;
34 using ::android::hardware::MQDescriptorSync;
35 using ::android::hardware::MessageQueue;
36 using ::android::hardware::Return;
37 using ::android::hardware::hidl_handle;
38 using ::android::hardware::hidl_vec;
39 using ::android::hardware::kSynchronizedReadWrite;
40 using ::android::hardware::tv::tuner::V1_0::DemuxFilterEvent;
41 using ::android::hardware::tv::tuner::V1_0::DemuxFilterStatus;
42 using ::android::hardware::tv::tuner::V1_0::DemuxFilterType;
[all …]
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DAndroid.bp43 "android.hardware.drm@1.0",
44 "android.hardware.drm@1.1",
45 "android.hardware.drm@1.2",
46 "android.hardware.drm@1.3",
83 name: "android.hardware.drm@1.2-service.clearkey",
86 init_rc: ["android.hardware.drm@1.2-service.clearkey.rc"],
87 vintf_fragments: ["manifest_android.hardware.drm@1.2-service.clearkey.xml"],
91 name: "android.hardware.drm@1.2-service-lazy.clearkey",
92 overrides: ["android.hardware.drm@1.2-service.clearkey"],
95 init_rc: ["android.hardware.drm@1.2-service-lazy.clearkey.rc"],
[all …]
/frameworks/av/camera/aidl/android/hardware/
DICameraService.aidl17 package android.hardware;
19 import android.hardware.ICamera;
20 import android.hardware.ICameraClient;
21 import android.hardware.camera2.ICameraDeviceUser;
22 import android.hardware.camera2.ICameraDeviceCallbacks;
23 import android.hardware.camera2.params.VendorTagDescriptor;
24 import android.hardware.camera2.params.VendorTagDescriptorCache;
25 import android.hardware.camera2.utils.ConcurrentCameraIdCombination;
26 import android.hardware.camera2.utils.CameraIdAndSessionConfiguration;
27 import android.hardware.camera2.impl.CameraMetadataNative;
[all …]

12345678910>>...73