Searched refs:hardware (Results 276 - 300 of 1044) sorted by path

<<11121314151617181920>>

/frameworks/base/core/java/android/hardware/
H A DSensorEventListener2.java17 package android.hardware;
29 * application that has explicitly called flush(). If the hardware FIFO is flushed due to some
33 * @param sensor The {@link android.hardware.Sensor Sensor} on which flush was called.
34 * @see android.hardware.SensorManager#flush(SensorEventListener)
H A DSensorListener.java17 package android.hardware;
24 * {@link android.hardware.SensorEventListener SensorEventListener} instead.
33 * See {@link android.hardware.SensorManager SensorManager}
48 * <p>{@link android.hardware.SensorManager#SENSOR_ORIENTATION SENSOR_ORIENTATION},
49 * {@link android.hardware.SensorManager#SENSOR_ORIENTATION_RAW SENSOR_ORIENTATION_RAW}:<p>
65 * <p>{@link android.hardware.SensorManager#SENSOR_ACCELEROMETER SENSOR_ACCELEROMETER}:<p>
78 * {@link android.hardware.SensorManager#STANDARD_GRAVITY -STANDARD_GRAVITY},
82 * <p>{@link android.hardware.SensorManager#SENSOR_MAGNETIC_FIELD SENSOR_MAGNETIC_FIELD}:<p>
94 * See {@link android.hardware.SensorManager SensorManager}
H A DSensorManager.java17 package android.hardware;
34 * SensorManager lets you access the device's {@link android.hardware.Sensor
99 * {@link android.hardware.SensorListener SensorListener} for more details.
101 * @deprecated use {@link android.hardware.Sensor Sensor} instead.
108 * {@link android.hardware.SensorListener SensorListener} for more details.
110 * @deprecated use {@link android.hardware.Sensor Sensor} instead.
117 * {@link android.hardware.SensorListener SensorListener} for more details.
119 * @deprecated use {@link android.hardware.Sensor Sensor} instead.
126 * {@link android.hardware.SensorListener SensorListener} for more details.
128 * @deprecated use {@link android.hardware
[all...]
H A DSerialManager.java17 package android.hardware;
58 * Opens and returns the {@link android.hardware.SerialPort} with the given name.
H A DSerialPort.java17 package android.hardware;
H A DSystemSensorManager.java17 package android.hardware;
H A DTriggerEvent.java17 package android.hardware;
31 * @see android.hardware.SensorManager
32 * @see android.hardware.TriggerEvent
33 * @see android.hardware.Sensor
39 * which {@link android.hardware.Sensor sensor} type is being monitored (see
50 * {@link android.hardware.SensorManager SensorManager} for details.
H A DTriggerEventListener.java17 package android.hardware;
24 * {@link SensorManager} lets you access the device's {@link android.hardware.Sensor
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraAccessException.java17 package android.hardware.camera2;
56 * device, or the camera id used with {@link android.hardware.camera2.CameraManager#openCamera}
H A DCameraCaptureSession.java17 package android.hardware.camera2;
21 import android.hardware.camera2.params.OutputConfiguration;
34 * {@link android.hardware.camera2.params.InputConfiguration} and a set of target output surfaces to
126 * <p>{@link android.hardware.camera2.CameraCharacteristics#INFO_SUPPORTED_HARDWARE_LEVEL_LEGACY LEGACY}
H A DCameraCharacteristics.java17 package android.hardware.camera2;
21 import android.hardware.camera2.impl.CameraMetadataNative;
22 import android.hardware.camera2.impl.PublicKey;
23 import android.hardware.camera2.impl.SyntheticKey;
24 import android.hardware.camera2.utils.TypeReference;
674 * reported by {@link android.hardware.camera2.params.StreamConfigurationMap#getOutputSizes }
686 * <p>High speed video streaming extends significant performance pressue to camera hardware,
693 * {@link android.hardware.camera2.CameraConstrainedHighSpeedCaptureSession#createHighSpeedRequestList }.
707 * {@link android.hardware.camera2.CameraDevice#createConstrainedHighSpeedCaptureSession }.
721 public static final Key<android.hardware
[all...]
H A DCameraConstrainedHighSpeedCaptureSession.java17 package android.hardware.camera2;
20 import android.hardware.camera2.params.StreamConfigurationMap;
122 * @see android.hardware.camera2.params.StreamConfigurationMap#getHighSpeedVideoSizes
123 * @see android.hardware.camera2.params.StreamConfigurationMap#getHighSpeedVideoFpsRangesFor
H A DCameraDevice.java17 package android.hardware.camera2;
24 import static android.hardware.camera2.ICameraDeviceUser.NORMAL_MODE;
25 import static android.hardware.camera2.ICameraDeviceUser.CONSTRAINED_HIGH_SPEED_MODE;
26 import android.hardware.camera2.params.InputConfiguration;
27 import android.hardware.camera2.params.StreamConfigurationMap;
28 import android.hardware.camera2.params.OutputConfiguration;
48 * {@link android.hardware.Camera Camera} API, although with a cleaner and more
53 * proper operation, declare the "android.hardware.camera.level.full" feature in your
240 * since camera hardware may need to be powered on or reconfigured. Once the configuration is
961 * camera function, or there may be a persistent hardware proble
[all...]
H A DCameraManager.java17 package android.hardware.camera2;
24 import android.hardware.ICameraService;
25 import android.hardware.ICameraServiceListener;
26 import android.hardware.CameraInfo;
27 import android.hardware.CameraStatus;
28 import android.hardware.camera2.impl.CameraMetadataNative;
29 import android.hardware.camera2.legacy.CameraDeviceUserShim;
30 import android.hardware.camera2.legacy.LegacyMetadataMapper;
49 * developer guide or the {@link android.hardware.camera2 camera2}
285 android.hardware
[all...]
H A DCameraMetadata.java17 package android.hardware.camera2;
20 import android.hardware.camera2.impl.CameraMetadataNative;
21 import android.hardware.camera2.impl.PublicKey;
22 import android.hardware.camera2.impl.SyntheticKey;
349 * older android.hardware.Camera API.</p>
508 * formats returned by {@link android.hardware.camera2.params.StreamConfigurationMap#getInputFormats } and {@link android.hardware.camera2.params.StreamConfigurationMap#getOutputFormats }.</li>
509 * <li>{@link android.hardware.camera2.params.StreamConfigurationMap#getValidOutputFormatsForInput }
510 * returns non empty int[] for each supported input format returned by {@link android.hardware.camera2.params.StreamConfigurationMap#getInputFormats }.</li>
511 * <li>Each size returned by {@link android.hardware
[all...]
H A DCaptureFailure.java16 package android.hardware.camera2;
H A DCaptureRequest.java17 package android.hardware.camera2;
21 import android.hardware.camera2.impl.CameraMetadataNative;
22 import android.hardware.camera2.impl.PublicKey;
23 import android.hardware.camera2.impl.SyntheticKey;
24 import android.hardware.camera2.utils.HashCodeHelpers;
25 import android.hardware.camera2.utils.TypeReference;
41 * <p>Contains the configuration for the capture hardware (sensor, lens, flash),
205 // {@link android.hardware.camera2.CameraConstrainedHighSpeedCaptureSession#createHighSpeedRequestList}
365 * {@link android.hardware.camera2.CameraConstrainedHighSpeedCaptureSession#createHighSpeedRequestList}.
624 * {@link android.hardware
[all...]
H A DCaptureResult.java17 package android.hardware.camera2;
21 import android.hardware.camera2.impl.CameraMetadataNative;
22 import android.hardware.camera2.impl.CaptureResultExtras;
23 import android.hardware.camera2.impl.PublicKey;
24 import android.hardware.camera2.impl.SyntheticKey;
25 import android.hardware.camera2.utils.TypeReference;
34 * <p>Contains a subset of the final configuration for the capture hardware (sensor, lens,
465 public static final Key<android.hardware.camera2.params.ColorSpaceTransform> COLOR_CORRECTION_TRANSFORM =
466 new Key<android.hardware.camera2.params.ColorSpaceTransform>("android.colorCorrection.transform", android.hardware
[all...]
H A DDngCreator.java17 package android.hardware.camera2;
25 import android.hardware.camera2.impl.CameraMetadataNative;
47 * buffers available from {@link android.hardware.camera2.CameraDevice}, or with Bayer-type raw
49 * generated from a {@link android.hardware.camera2.CaptureResult} object or set directly.
77 * {@link android.hardware.camera2.CaptureResult} object.
84 * {@link android.hardware.camera2.CameraCharacteristics}.
H A DTotalCaptureResult.java17 package android.hardware.camera2;
20 import android.hardware.camera2.impl.CameraMetadataNative;
21 import android.hardware.camera2.impl.CaptureResultExtras;
30 * <p>Contains the final configuration for the capture hardware (sensor, lens,
/frameworks/base/core/java/android/hardware/camera2/dispatch/
H A DArgumentReplacingDispatcher.java16 package android.hardware.camera2.dispatch;
H A DBroadcastDispatcher.java16 package android.hardware.camera2.dispatch;
H A DDispatchable.java16 package android.hardware.camera2.dispatch;
H A DDuckTypingDispatcher.java16 package android.hardware.camera2.dispatch;
H A DHandlerDispatcher.java16 package android.hardware.camera2.dispatch;
18 import android.hardware.camera2.utils.UncheckedThrow;

Completed in 864 milliseconds

<<11121314151617181920>>