Searched defs:hardware (Results 51 - 64 of 64) sorted by relevance

123

/frameworks/base/core/java/android/hardware/usb/
H A DUsbDevice.java17 package android.hardware.usb;
40 * <p>For more information about communicating with USB hardware, read the
H A DUsbDeviceConnection.java17 package android.hardware.usb;
82 * Claims exclusive access to a {@link android.hardware.usb.UsbInterface}.
84 * {@link android.hardware.usb.UsbEndpoint}s belonging to the interface.
95 * Releases exclusive access to a {@link android.hardware.usb.UsbInterface}.
199 * Waits for the result of a {@link android.hardware.usb.UsbRequest#queue} operation
201 * {@link android.hardware.usb.UsbEndpoint}s.
202 * When multiple endpoints are in use, {@link android.hardware.usb.UsbRequest#getEndpoint} and
203 * {@link android.hardware.usb.UsbRequest#getClientData} can be useful in determining
H A DUsbManager.java18 package android.hardware.usb;
42 * <p>For more information about communicating with USB hardware, read the
76 "android.hardware.usb.action.USB_STATE";
83 * <li> {@link #EXTRA_DEVICE} containing the {@link android.hardware.usb.UsbDevice}
88 "android.hardware.usb.action.USB_DEVICE_ATTACHED";
95 * <li> {@link #EXTRA_DEVICE} containing the {@link android.hardware.usb.UsbDevice}
100 "android.hardware.usb.action.USB_DEVICE_DETACHED";
107 * <li> {@link #EXTRA_ACCESSORY} containing the {@link android.hardware.usb.UsbAccessory}
112 "android.hardware.usb.action.USB_ACCESSORY_ATTACHED";
124 "android.hardware
[all...]
/frameworks/base/core/tests/coretests/src/android/hardware/display/
H A DVirtualDisplayTest.java17 package android.hardware.display;
25 import android.hardware.display.DisplayManager;
26 import android.hardware.display.VirtualDisplay;
/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java17 package android.hardware;
H A DSensorManager.java17 package android.hardware;
29 * SensorManager lets you access the device's {@link android.hardware.Sensor
96 * {@link android.hardware.SensorListener SensorListener} for more details.
98 * @deprecated use {@link android.hardware.Sensor Sensor} instead.
105 * {@link android.hardware.SensorListener SensorListener} for more details.
107 * @deprecated use {@link android.hardware.Sensor Sensor} instead.
114 * {@link android.hardware.SensorListener SensorListener} for more details.
116 * @deprecated use {@link android.hardware.Sensor Sensor} instead.
123 * {@link android.hardware.SensorListener SensorListener} for more details.
125 * @deprecated use {@link android.hardware
[all...]
H A DCamera.java17 package android.hardware;
54 * client for the Camera service, which manages the actual camera hardware.
64 * &lt;uses-feature android:name="android.hardware.camera" />
65 * &lt;uses-feature android:name="android.hardware.camera.autofocus" /></pre>
126 * may have different hardware specifications, such as megapixel ratings and
178 public static final String ACTION_NEW_PICTURE = "android.hardware.action.NEW_PICTURE";
186 public static final String ACTION_NEW_VIDEO = "android.hardware.action.NEW_VIDEO";
280 * Creates a new Camera object to access a particular hardware camera. If
288 * for a particular hardware camera.
300 * @param cameraId the hardware camer
[all...]
/frameworks/base/core/java/android/hardware/camera2/
H A DCaptureRequest.java17 package android.hardware.camera2;
19 import android.hardware.camera2.impl.CameraMetadataNative;
20 import android.hardware.camera2.CameraDevice.CaptureListener;
33 * <p>Contains the configuration for the capture hardware (sensor, lens, flash),
801 public static final Key<android.hardware.camera2.Size> JPEG_THUMBNAIL_SIZE =
802 new Key<android.hardware.camera2.Size>("android.jpeg.thumbnailSize", android.hardware.camera2.Size.class);
H A DCaptureResult.java17 package android.hardware.camera2;
21 import android.hardware.camera2.impl.CameraMetadataNative;
26 * <p>Contains the final configuration for the capture hardware (sensor, lens,
492 public static final Key<android.hardware.camera2.Size> JPEG_THUMBNAIL_SIZE =
493 new Key<android.hardware.camera2.Size>("android.jpeg.thumbnailSize", android.hardware.camera2.Size.class);
755 * Present on all devices that report being FULL level hardware devices in the
H A DCameraMetadata.java17 package android.hardware.camera2;
19 import android.hardware.camera2.impl.CameraMetadataNative;
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDevice.java17 package android.hardware.camera2.impl;
19 import static android.hardware.camera2.CameraAccessException.CAMERA_IN_USE;
21 import android.hardware.camera2.CameraAccessException;
22 import android.hardware.camera2.CaptureRequest;
23 import android.hardware.camera2.CaptureResult;
24 import android.hardware.camera2.ICameraDeviceCallbacks;
25 import android.hardware.camera2.ICameraDeviceUser;
26 import android.hardware.camera2.utils.CameraBinderDecorator;
27 import android.hardware.camera2.utils.CameraRuntimeException;
44 public class CameraDevice implements android.hardware
[all...]
H A DCameraMetadataNative.java17 package android.hardware.camera2.impl;
22 import android.hardware.camera2.CameraCharacteristics;
23 import android.hardware.camera2.CameraMetadata;
24 import android.hardware.camera2.CaptureResult;
25 import android.hardware.camera2.Face;
26 import android.hardware.camera2.Rational;
/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java17 package android.hardware.input;
85 * &lt;action android:name="android.hardware.input.action.QUERY_KEYBOARD_LAYOUTS" />
87 * &lt;meta-data android:name="android.hardware.input.metadata.KEYBOARD_LAYOUTS"
118 "android.hardware.input.action.QUERY_KEYBOARD_LAYOUTS";
129 "android.hardware.input.metadata.KEYBOARD_LAYOUTS";
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareImpl.java17 package android.hardware.location;
35 * This class manages the geofences which are handled by hardware.
229 // callback might not be called after the geofence is added in the geofence hardware.

Completed in 483 milliseconds

123