Searched refs:hardware (Results 101 - 125 of 1044) sorted by relevance

1234567891011>>

/frameworks/native/services/sensorservice/hidl/
H A Dutils.h21 #include <android/hardware/sensors/1.0/types.h>
30 ::android::hardware::sensors::V1_0::SensorInfo convertSensor(const ::android::Sensor &src);
33 ::android::hardware::sensors::V1_0::Event convertEvent(const ::ASensorEvent &event);
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DCreatePluginFactories.h21 #include <media/hardware/CryptoAPI.h>
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHalHidl.h26 #include <android/hardware/soundtrigger/2.0/types.h>
27 #include <android/hardware/soundtrigger/2.0/ISoundTriggerHw.h>
28 #include <android/hardware/soundtrigger/2.0/ISoundTriggerHwCallback.h>
32 using android::hardware::audio::common::V2_0::Uuid;
33 using android::hardware::soundtrigger::V2_0::ConfidenceLevel;
34 using android::hardware::soundtrigger::V2_0::PhraseRecognitionExtra;
35 using android::hardware::soundtrigger::V2_0::SoundModelType;
36 using android::hardware::soundtrigger::V2_0::SoundModelHandle;
37 using android::hardware::soundtrigger::V2_0::ISoundTriggerHw;
38 using android::hardware
[all...]
/frameworks/base/core/java/android/hardware/
H A DSensorEventCallback.java17 package android.hardware;
27 * @see android.hardware.SensorEventListener#onSensorChanged(SensorEvent)
35 * @see android.hardware.SensorEventListener#onAccuracyChanged(Sensor, int)
43 * @see android.hardware.SensorEventListener2#onFlushCompleted(Sensor)
51 * @param info A {@link android.hardware.SensorAdditionalInfo SensorAdditionalInfo} frame
52 * reported from sensor hardware.
/frameworks/base/core/java/android/hardware/camera2/dispatch/
H A DDispatchable.java16 package android.hardware.camera2.dispatch;
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyRequest.java17 package android.hardware.camera2.legacy;
19 import android.hardware.Camera;
20 import android.hardware.camera2.CameraCharacteristics;
21 import android.hardware.camera2.CaptureRequest;
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareMonitorCallback.java17 package android.hardware.location;
23 * The callback class associated with the status change of hardware monitors
H A DIActivityRecognitionHardware.aidl17 package android.hardware.location;
19 import android.hardware.location.IActivityRecognitionHardwareSink;
23 * This interface can be used to implement hardware based activity recognition.
29 * Gets an array of supported activities by hardware.
59 * Requests hardware for all the activity events detected up to the given point in time.
H A DIFusedLocationHardwareSink.aidl17 package android.hardware.location;
22 * Fused Location hardware event sink interface.
/frameworks/av/media/libaudiohal/
H A DConversionHelperHidl.h20 #include <android/hardware/audio/2.0/types.h>
24 using ::android::hardware::audio::V2_0::ParameterValue;
25 using ::android::hardware::Return;
26 using ::android::hardware::hidl_string;
27 using ::android::hardware::hidl_vec;
57 status_t processReturn(const char* funcName, const Return<hardware::audio::V2_0::Result>& ret) {
66 const char* funcName, const Return<T>& ret, hardware::audio::V2_0::Result retval) {
76 static status_t analyzeResult(const hardware::audio::V2_0::Result& result);
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableReprocessFormatsMap.java16 package android.hardware.camera2.marshal.impl;
18 import android.hardware.camera2.marshal.Marshaler;
19 import android.hardware.camera2.marshal.MarshalQueryable;
20 import android.hardware.camera2.params.ReprocessFormatsMap;
21 import android.hardware.camera2.params.StreamConfigurationMap;
22 import android.hardware.camera2.utils.TypeReference;
24 import static android.hardware.camera2.impl.CameraMetadataNative.*;
25 import static android.hardware.camera2.marshal.MarshalHelpers.*;
H A DMarshalQueryableBoolean.java16 package android.hardware.camera2.marshal.impl;
18 import static android.hardware.camera2.impl.CameraMetadataNative.*;
19 import static android.hardware.camera2.marshal.MarshalHelpers.*;
21 import android.hardware.camera2.marshal.Marshaler;
22 import android.hardware.camera2.marshal.MarshalQueryable;
23 import android.hardware.camera2.utils.TypeReference;
H A DMarshalQueryableNativeByteToInteger.java16 package android.hardware.camera2.marshal.impl;
18 import static android.hardware.camera2.impl.CameraMetadataNative.*;
19 import static android.hardware.camera2.marshal.MarshalHelpers.*;
21 import android.hardware.camera2.marshal.Marshaler;
22 import android.hardware.camera2.marshal.MarshalQueryable;
23 import android.hardware.camera2.utils.TypeReference;
H A DMarshalQueryableRect.java16 package android.hardware.camera2.marshal.impl;
19 import android.hardware.camera2.marshal.Marshaler;
20 import android.hardware.camera2.marshal.MarshalQueryable;
21 import android.hardware.camera2.utils.TypeReference;
25 import static android.hardware.camera2.impl.CameraMetadataNative.*;
26 import static android.hardware.camera2.marshal.MarshalHelpers.*;
H A DMarshalQueryableSize.java16 package android.hardware.camera2.marshal.impl;
19 import android.hardware.camera2.marshal.Marshaler;
20 import android.hardware.camera2.marshal.MarshalQueryable;
21 import android.hardware.camera2.utils.TypeReference;
23 import static android.hardware.camera2.impl.CameraMetadataNative.*;
24 import static android.hardware.camera2.marshal.MarshalHelpers.*;
H A DMarshalQueryableSizeF.java16 package android.hardware.camera2.marshal.impl;
18 import android.hardware.camera2.marshal.Marshaler;
19 import android.hardware.camera2.marshal.MarshalQueryable;
20 import android.hardware.camera2.utils.TypeReference;
23 import static android.hardware.camera2.impl.CameraMetadataNative.*;
24 import static android.hardware.camera2.marshal.MarshalHelpers.*;
/frameworks/base/location/lib/java/com/android/location/provider/
H A DGeofenceProvider.java19 import android.hardware.location.GeofenceHardware;
20 import android.hardware.location.IGeofenceHardware;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DCameraUtilsUncheckedThrowTest.java19 import android.hardware.camera2.CameraAccessException;
20 import android.hardware.camera2.utils.UncheckedThrow;
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DSystemAudioActionFromTv.java19 import android.hardware.hdmi.HdmiDeviceInfo;
20 import android.hardware.hdmi.IHdmiControlCallback;
/frameworks/hardware/interfaces/sensorservice/1.0/
H A DIDirectReportChannel.hal19 import android.hardware.sensors@1.0::RateLevel;
/frameworks/native/include/ui/
H A DPixelFormat.h28 #include <hardware/hardware.h>
/frameworks/native/services/displayservice/include/displayservice/
H A DDisplayService.h29 using ::android::hardware::Return;
30 using ::android::hardware::Void;
/frameworks/native/vulkan/include/hardware/
H A Dhwvulkan.h20 #include <hardware/hardware.h>
/frameworks/av/camera/aidl/android/hardware/camera2/
H A DICameraDeviceCallbacks.aidl17 package android.hardware.camera2;
19 import android.hardware.camera2.impl.CameraMetadataNative;
20 import android.hardware.camera2.impl.CaptureResultExtras;
/frameworks/base/services/core/jni/
H A DAndroid.mk46 $(call include-path-for, libhardware)/hardware \
82 android.hardware.audio.common@2.0 \
83 android.hardware.contexthub@1.0 \
84 android.hardware.gnss@1.0 \
85 android.hardware.ir@1.0 \
86 android.hardware.light@2.0 \
87 android.hardware.power@1.0 \
88 android.hardware.thermal@1.0 \
89 android.hardware.tv.cec@1.0 \
90 android.hardware
[all...]

Completed in 446 milliseconds

1234567891011>>