HomeSort by relevance Sort by last modified time
    Searched full:hardware (Results 301 - 325 of 6867) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/hardware/camera2/
ICameraDeviceCallbacks.aidl 17 package android.hardware.camera2;
19 import android.hardware.camera2.impl.CameraMetadataNative;
20 import android.hardware.camera2.impl.CaptureResultExtras;
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardware.java 16 package android.hardware.location;
27 * This class handles geofences managed by various hardware subsystems. It contains
31 * which abstracts the hardware should be used instead. All the checks are done by the higher
38 * <p> Inside state: The hardware subsystem is reasonably confident that the user is inside
39 * the geofence. Outside state: The hardware subsystem is reasonably confident that the user
45 * depends on the hardware system and the positioning algorithms used.
54 // Hardware systems that do geofence monitoring.
58 * Constant for geofence monitoring done by the GPS hardware.
63 * Constant for geofence monitoring done by the Fused hardware.
81 * for hardware geofence monitoring
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/20/changes/
fields_index_additions.html 140 <nobr><A HREF="android.hardware.SensorManager.html#android.hardware.SensorManager.SENSOR_STATUS_NO_CONTACT" class="hiddenlink" target="rightframe">SENSOR_STATUS_NO_CONTACT</A>
150 <nobr><A HREF="android.hardware.Sensor.html#android.hardware.Sensor.STRING_TYPE_ACCELEROMETER" class="hiddenlink" target="rightframe">STRING_TYPE_ACCELEROMETER</A>
152 <nobr><A HREF="android.hardware.Sensor.html#android.hardware.Sensor.STRING_TYPE_AMBIENT_TEMPERATURE" class="hiddenlink" target="rightframe">STRING_TYPE_AMBIENT_TEMPERATURE</A>
154 <nobr><A HREF="android.hardware.Sensor.html#android.hardware.Sensor.STRING_TYPE_GAME_ROTATION_VECTOR" class="hiddenlink" target="rightframe">STRING_TYPE_GAME_ROTATION_VECTOR</A>
156 <nobr><A HREF="android.hardware.Sensor.html#android.hardware.Sensor.STRING_TYPE_GEOMAGNETIC_ROTATION_VECTOR" class="hiddenlink" target="rightframe">STRING_TYPE (…)
    [all...]
fields_index_all.html 144 <nobr><A HREF="android.hardware.SensorManager.html#android.hardware.SensorManager.SENSOR_STATUS_NO_CONTACT" class="hiddenlink" target="rightframe">SENSOR_STATUS_NO_CONTACT</A>
154 <nobr><A HREF="android.hardware.Sensor.html#android.hardware.Sensor.STRING_TYPE_ACCELEROMETER" class="hiddenlink" target="rightframe">STRING_TYPE_ACCELEROMETER</A>
156 <nobr><A HREF="android.hardware.Sensor.html#android.hardware.Sensor.STRING_TYPE_AMBIENT_TEMPERATURE" class="hiddenlink" target="rightframe">STRING_TYPE_AMBIENT_TEMPERATURE</A>
158 <nobr><A HREF="android.hardware.Sensor.html#android.hardware.Sensor.STRING_TYPE_GAME_ROTATION_VECTOR" class="hiddenlink" target="rightframe">STRING_TYPE_GAME_ROTATION_VECTOR</A>
160 <nobr><A HREF="android.hardware.Sensor.html#android.hardware.Sensor.STRING_TYPE_GEOMAGNETIC_ROTATION_VECTOR" class="hiddenlink" target="rightframe">STRING_TYPE (…)
    [all...]
  /frameworks/base/tests/SoundTriggerTests/
AndroidManifest.xml 17 <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="android.hardware.soundtrigger">
23 android:targetPackage="android.hardware.soundtrigger"
24 android:label="Tests for android.hardware.soundtrigger" />
  /frameworks/native/data/etc/
android.hardware.faketouch.multitouch.distinct.xml 20 <feature name="android.hardware.faketouch.multitouch" />
21 <feature name="android.hardware.faketouch.multitouch.distinct" />
22 <feature name="android.hardware.faketouch" />
android.hardware.touchscreen.multitouch.xml 21 <feature name="android.hardware.touchscreen" />
22 <feature name="android.hardware.touchscreen.multitouch" />
23 <feature name="android.hardware.faketouch" />
  /hardware/broadcom/wlan/bcmdhd/firmware/bcm4329/
device-bcm.mk 18 -include hardware/broadcom/wlan/bcmdhd/config/config-bcm.mk
28 hardware/broadcom/wlan/bcmdhd/firmware/bcm4329/$(BCM_FW_SRC_FILE_STA):$(TARGET_COPY_OUT_VENDOR)/firmware/fw_bcmdhd.bin \
29 hardware/broadcom/wlan/bcmdhd/firmware/bcm4329/$(BCM_FW_SRC_FILE_AP):$(TARGET_COPY_OUT_VENDOR)/firmware/fw_bcmdhd_apsta.bin
  /hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/
device-bcm.mk 18 -include hardware/broadcom/wlan/bcmdhd/config/config-bcm.mk
29 hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/$(BCM_FW_SRC_FILE_STA):$(TARGET_COPY_OUT_VENDOR)/firmware/fw_bcmdhd.bin \
30 hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/$(BCM_FW_SRC_FILE_AP):$(TARGET_COPY_OUT_VENDOR)/firmware/fw_bcmdhd_apsta.bin
  /hardware/broadcom/wlan/bcmdhd/firmware/bcm4356/
device-bcm.mk 18 -include hardware/broadcom/wlan/bcmdhd/config/config-bcm.mk
29 hardware/broadcom/wlan/bcmdhd/firmware/bcm4356/$(BCM_FW_SRC_FILE_STA):$(TARGET_COPY_OUT_VENDOR)/firmware/fw_bcmdhd.bin \
30 hardware/broadcom/wlan/bcmdhd/firmware/bcm4356/$(BCM_FW_SRC_FILE_AP):$(TARGET_COPY_OUT_VENDOR)/firmware/fw_bcmdhd_apsta.bin
  /hardware/libhardware/modules/local_time/
Android.mk 21 # the audio and video output hardware. This default implementation is loaded
23 # seen in libhardware/hardware.c
25 # The format of the name is local_time.<hardware>.so
  /hardware/libhardware/modules/power/
power.c 25 #include <hardware/hardware.h>
26 #include <hardware/power.h>
  /packages/apps/Bluetooth/jni/
com_android_bluetooth.h 23 #include "hardware/hardware.h"
24 #include "hardware/bluetooth.h"
  /packages/apps/Camera/src/com/android/camera/
CameraErrorCallback.java 22 implements android.hardware.Camera.ErrorCallback {
26 public void onError(int error, android.hardware.Camera camera) {
28 if (error == android.hardware.Camera.CAMERA_ERROR_SERVER_DIED) {
  /packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
CameraDeviceProxy.java 19 import android.hardware.camera2.CameraAccessException;
20 import android.hardware.camera2.CaptureRequest;
32 * Interface for {@link android.hardware.camera2.CameraDevice}.
CameraDeviceRequestBuilderFactory.java 19 import android.hardware.camera2.CameraAccessException;
20 import android.hardware.camera2.CameraDevice;
25 * Wraps {@link android.hardware.camera2.CameraDevice} to create
  /packages/apps/Camera2/src/com/android/camera/one/v2/common/
TimestampResponseListener.java 19 import android.hardware.camera2.CaptureFailure;
20 import android.hardware.camera2.CaptureResult;
21 import android.hardware.camera2.TotalCaptureResult;
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraErrorCallback.java 22 implements android.hardware.Camera.ErrorCallback {
25 public void onError(int error, android.hardware.Camera camera) {
27 if (error == android.hardware.Camera.CAMERA_ERROR_SERVER_DIED) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
nfnetlink_log.h 51 NFULA_HWTYPE, /* hardware type */
52 NFULA_HWHEADER, /* hardware header */
53 NFULA_HWLEN, /* hardware header length */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
nfnetlink_log.h 51 NFULA_HWTYPE, /* hardware type */
52 NFULA_HWHEADER, /* hardware header */
53 NFULA_HWLEN, /* hardware header length */
  /prebuilts/sdk/sdk-annotations/
annotations.zip 
  /frameworks/base/docs/html/guide/topics/connectivity/usb/
host.jd 45 following table describes the USB host APIs in the {@link android.hardware.usb} package.</p>
57 <td>{@link android.hardware.usb.UsbManager}</td>
63 <td>{@link android.hardware.usb.UsbDevice}</td>
70 <td>{@link android.hardware.usb.UsbInterface}</td>
77 <td>{@link android.hardware.usb.UsbEndpoint}</td>
85 <td>{@link android.hardware.usb.UsbDeviceConnection}</td>
92 <td>{@link android.hardware.usb.UsbRequest}</td>
95 android.hardware.usb.UsbDeviceConnection}.</td>
99 <td>{@link android.hardware.usb.UsbConstants}</td>
107 android.hardware.usb.UsbRequest} is only required if you are doing asynchronous communication
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
RippleComponent.java 29 * Abstract class that handles hardware/software hand-off and lifecycle for
38 /** Whether we can use hardware acceleration for the exit animation. */
122 * current state, while hardware animation values jump to the end state.
152 // We've switched from hardware to non-hardware mode. Panic.
182 * Starts the pending hardware animation, if available.
184 * @param hw hardware canvas on which the animation should draw
185 * @param p paint whose properties the hardware canvas should use
195 // the hardware exit has read whatever values it needs.
223 * Ends any pending or current hardware animations
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
UsbMicrophoneTester.java 21 import android.hardware.usb.UsbAccessory;
22 import android.hardware.usb.UsbConstants;
23 import android.hardware.usb.UsbDevice;
24 import android.hardware.usb.UsbInterface;
25 import android.hardware.usb.UsbManager;
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorSupportTest.java 17 package android.hardware.cts;
21 import android.hardware.Sensor;
22 import android.hardware.SensorManager;
32 * adb shell am instrument -e class android.hardware.cts.SensorSupportTest \
33 * -w com.android.cts.hardware/android.test.AndroidJUnitRunner

Completed in 391 milliseconds

<<11121314151617181920>>