HomeSort by relevance Sort by last modified time
    Searched defs:hardware (Results 1 - 25 of 38) sorted by null

1 2

  /cts/tests/tests/hardware/src/android/hardware/cts/
Camera_ParametersTest.java 17 package android.hardware.cts;
20 import android.hardware.Camera.Parameters;
GeomagneticFieldTest.java 17 package android.hardware.cts;
24 import android.hardware.GeomagneticField;
Camera_SizeTest.java 17 package android.hardware.cts;
23 import android.hardware.Camera;
24 import android.hardware.Camera.Parameters;
SensorTest.java 17 package android.hardware.cts;
23 import android.hardware.Sensor;
24 import android.hardware.SensorManager;
CameraGLTest.java 17 package android.hardware.cts;
21 import android.hardware.Camera;
22 import android.hardware.Camera.Parameters;
23 import android.hardware.Camera.Size;
62 * This test case must run with hardware. It can't be tested in emulator
176 implements android.hardware.Camera.PreviewCallback {
    [all...]
  /frameworks/base/core/java/android/hardware/
SensorEventListener.java 17 package android.hardware;
27 * <p>See {@link android.hardware.SensorManager SensorManager}
29 * <p>See also {@link android.hardware.SensorEvent SensorEvent}.
32 * {@link android.hardware.SensorEvent event}
37 * @param event the {@link android.hardware.SensorEvent SensorEvent}.
43 * <p>See {@link android.hardware.SensorManager SensorManager}
SensorListener.java 17 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}
SensorEvent.java 17 package android.hardware;
21 * This class represents a {@link android.hardware.Sensor Sensor} event and
62 * which {@link android.hardware.Sensor sensor} type is being monitored (see
66 * <h4>{@link android.hardware.Sensor#TYPE_ACCELEROMETER
152 * <h4>{@link android.hardware.Sensor#TYPE_MAGNETIC_FIELD
157 * <h4>{@link android.hardware.Sensor#TYPE_GYROSCOPE Sensor.TYPE_GYROSCOPE}:
234 * <h4>{@link android.hardware.Sensor#TYPE_LIGHT Sensor.TYPE_LIGHT}:</h4>
240 * <h4>{@link android.hardware.Sensor#TYPE_PRESSURE Sensor.TYPE_PRESSURE}:</h4>
246 * <h4>{@link android.hardware.Sensor#TYPE_PROXIMITY Sensor.TYPE_PROXIMITY}:
257 * {@link android.hardware.Sensor#getMaximumRange() maximum range} value i
    [all...]
Sensor.java 18 package android.hardware;
33 * {@link android.hardware.SensorEvent#values SensorEvent.values} for more
40 * {@link android.hardware.SensorEvent#values SensorEvent.values} for more
47 * {@link android.hardware.SensorEvent#values SensorEvent.values} for more
50 * @deprecated use {@link android.hardware.SensorManager#getOrientation
61 * {@link android.hardware.SensorEvent#values SensorEvent.values} for more
73 * {@link android.hardware.Sensor#TYPE_AMBIENT_TEMPERATURE
81 * {@link android.hardware.SensorEvent#values SensorEvent.values} for more
88 * See {@link android.hardware.SensorEvent SensorEvent}
95 * See {@link android.hardware.SensorEvent SensorEvent
    [all...]
CameraSound.java 17 package android.hardware;
30 * <p>There is no need to play sounds when using {@link #android.hardware.Camera#takePicture}
39 * The sound used by {@link android.hardware.Camera#takePicture} to
83 * @see android.hardware#takePicture
GeomagneticField.java 17 package android.hardware;
  /cts/tests/src/android/hardware/cts/
CameraStubActivity.java 17 package android.hardware.cts;
  /frameworks/base/core/java/android/hardware/usb/
UsbEndpoint.java 17 package android.hardware.usb;
UsbAccessory.java 17 package android.hardware.usb;
25 * A class representing a USB accessory, which is an external hardware component
UsbInterface.java 17 package android.hardware.usb;
90 * Returns the number of {@link android.hardware.usb.UsbEndpoint}s this interface contains.
99 * Returns the {@link android.hardware.usb.UsbEndpoint} at the given index.
UsbConstants.java 17 package android.hardware.usb;
UsbDevice.java 17 package android.hardware.usb;
UsbDeviceConnection.java 17 package android.hardware.usb;
83 * Claims exclusive access to a {@link android.hardware.usb.UsbInterface}.
85 * {@link android.hardware.usb.UsbEndpoint}s belonging to the interface.
96 * Releases exclusive access to a {@link android.hardware.usb.UsbInterface}.
144 * Waits for the result of a {@link android.hardware.usb.UsbRequest#queue} operation
146 * {@link android.hardware.usb.UsbEndpoint}s.
147 * When multiple endpoints are in use, {@link android.hardware.usb.UsbRequest#getEndpoint} and
148 * {@link android.hardware.usb.UsbRequest#getClientData} can be useful in determining
UsbRequest.java 17 package android.hardware.usb;
26 * {@link android.hardware.usb.UsbDeviceConnection}.
101 * {@link android.hardware.usb.UsbDeviceConnection#requestWait}
114 * {@link android.hardware.usb.UsbDeviceConnection#requestWait}
128 * returned via {@link android.hardware.usb.UsbDeviceConnection#requestWait}
UsbManager.java 18 package android.hardware.usb;
69 "android.hardware.usb.action.USB_STATE";
76 * <li> {@link #EXTRA_DEVICE} containing the {@link android.hardware.usb.UsbDevice}
81 "android.hardware.usb.action.USB_DEVICE_ATTACHED";
88 * <li> {@link #EXTRA_DEVICE} containing the {@link android.hardware.usb.UsbDevice}
93 "android.hardware.usb.action.USB_DEVICE_DETACHED";
100 * <li> {@link #EXTRA_ACCESSORY} containing the {@link android.hardware.usb.UsbAccessory}
105 "android.hardware.usb.action.USB_ACCESSORY_ATTACHED";
117 "android.hardware.usb.action.USB_ACCESSORY_DETACHED";
242 * data using {@link android.hardware.usb.UsbRequest}
    [all...]
  /system/core/init/
ueventd.c 33 static char hardware[32]; variable
42 if (!strcmp(name,"androidboot.hardware"))
44 strlcpy(hardware, value, sizeof(hardware));
68 /* Respect hardware passed in through the kernel cmd line. Here we will look
69 * for androidboot.hardware param in kernel cmdline, and save its value in
70 * hardware[]. */
73 get_hardware_name(hardware, &revision);
77 snprintf(tmp, sizeof(tmp), "/ueventd.%s.rc", hardware);
init.c 67 static char hardware[32]; variable
448 } else if (!strcmp(name,"androidboot.hardware")) {
449 strlcpy(hardware, value, sizeof(hardware));
599 property_set("ro.hardware", hardware);
712 get_hardware_name(hardware, &revision);
713 snprintf(tmp, sizeof(tmp), "/init.%s.rc", hardware);
  /packages/apps/Camera/src/com/android/camera/
CameraHolder.java 21 import android.hardware.Camera.CameraInfo;
22 import android.hardware.Camera.Parameters;
33 * The class is used to hold an {@code android.hardware.Camera} instance.
36 * in {@code android.hardware.Camera}. The difference is if {@code keep()} is
38 * android.hardware.Camera} instance for a while, so if {@code open()} is
40 * android.hardware.Camera}.
47 private android.hardware.Camera mCameraDevice;
98 mNumberOfCameras = android.hardware.Camera.getNumberOfCameras();
102 android.hardware.Camera.getCameraInfo(i, mInfo[i]);
120 public synchronized android.hardware.Camera open(int cameraId
    [all...]
  /frameworks/base/services/camera/libcameraservice/
CameraService.cpp 32 #include <hardware/hardware.h>
146 sp<CameraHardwareInterface> hardware = NULL; local
202 hardware = new CameraHardwareInterface(camera_device_name);
203 if (hardware->initialize(&mModule->common) != OK) {
204 hardware.clear();
208 client = new Client(this, cameraClient, hardware, cameraId, info.facing, callingPid);
282 // the hardware first.
343 const sp<CameraHardwareInterface>& hardware,
350 mHardware = hardware;
    [all...]
  /packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
VideoChatTestActivity.java 8 import android.hardware.Camera;
9 import android.hardware.Camera.Size;
283 int cameraId, android.hardware.Camera camera) {
284 android.hardware.Camera.CameraInfo info =
285 new android.hardware.Camera.CameraInfo();
286 android.hardware.Camera.getCameraInfo(cameraId, info);

Completed in 151 milliseconds

1 2