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

<<11121314151617181920>>

  /device/generic/mini-emulator-arm64/
mini_emulator_common.mk 44 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
45 frameworks/native/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml \
47 hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf \
  /device/generic/mini-emulator-armv7-a-neon/
mini_emulator_common.mk 44 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
45 frameworks/native/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml \
47 hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf \
  /device/moto/shamu/camera/QCamera2/
Android.mk 59 frameworks/native/include/media/hardware \
61 hardware/qcom/media/libstagefrighthw \
69 frameworks/native/include/media/hardware \
76 hardware/qcom/display/$(TARGET_BOARD_PLATFORM)/libgralloc
78 hardware/qcom/display/$(TARGET_BOARD_PLATFORM)/libqdutils
  /external/kernel-headers/original/uapi/linux/
net_tstamp.h 2 * Userspace API for hardware time stamping of network packets
41 * driver or hardware does not support the requested @rx_filter value,
54 * No outgoing packet will need hardware time stamping;
55 * should a packet arrive which asks for it, no hardware
61 * Enables hardware time stamping for outgoing packets;
parport.h 55 capabilities of the hardware. */
58 #define PARPORT_MODE_EPP (1<<2) /* Hardware EPP. */
59 #define PARPORT_MODE_ECP (1<<3) /* Hardware ECP. */
60 #define PARPORT_MODE_COMPAT (1<<4) /* Hardware 'printer protocol'. */
61 #define PARPORT_MODE_DMA (1<<5) /* Hardware can DMA. */
  /frameworks/base/core/java/android/hardware/display/
IDisplayManager.aidl 17 package android.hardware.display;
19 import android.hardware.display.IDisplayManagerCallback;
20 import android.hardware.display.IVirtualDisplayCallback;
21 import android.hardware.display.WifiDisplay;
22 import android.hardware.display.WifiDisplayStatus;
  /frameworks/base/core/java/android/hardware/fingerprint/
IFingerprintService.aidl 16 package android.hardware.fingerprint;
19 import android.hardware.fingerprint.IFingerprintServiceReceiver;
20 import android.hardware.fingerprint.Fingerprint;
63 // Gets the number of hardware devices
66 // Gets the unique device id for hardware enumerated at i
  /frameworks/base/docs/html/training/tv/start/
index.jd 35 hardware features that are not typically available on TV devices.
60 <dt><a href="{@docRoot}training/tv/start/hardware.html">
61 Handling TV Hardware</a></dt>
62 <dd>Learn how to check if your app is running on TV hardware, handle unsupported hardware
  /hardware/libhardware/modules/camera/
Stream.h 20 #include <hardware/camera3.h>
21 #include <hardware/gralloc.h>
35 // Register buffers with hardware
60 // Stream type: CAMERA3_STREAM_* (see <hardware/camera3.h>)
68 // Gralloc usage mask : GRALLOC_USAGE_* (see <hardware/gralloc.h>)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
parport.h 55 capabilities of the hardware. */
58 #define PARPORT_MODE_EPP (1<<2) /* Hardware EPP. */
59 #define PARPORT_MODE_ECP (1<<3) /* Hardware ECP. */
60 #define PARPORT_MODE_COMPAT (1<<4) /* Hardware 'printer protocol'. */
61 #define PARPORT_MODE_DMA (1<<5) /* Hardware can DMA. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
parport.h 55 capabilities of the hardware. */
58 #define PARPORT_MODE_EPP (1<<2) /* Hardware EPP. */
59 #define PARPORT_MODE_ECP (1<<3) /* Hardware ECP. */
60 #define PARPORT_MODE_COMPAT (1<<4) /* Hardware 'printer protocol'. */
61 #define PARPORT_MODE_DMA (1<<5) /* Hardware can DMA. */
  /frameworks/base/docs/html/guide/topics/manifest/
uses-feature-element.jd 21 <li><a href="#hw-features">Hardware features</a></li>
36 that do not meet it's hardware and software feature requirements. </p>
65 <dd itemprop="description">Declares a single hardware or software feature that is used by the
69 any external entity of the set of hardware and software features on which your
90 &lt;uses-feature android:name="android.hardware.bluetooth" />
91 &lt;uses-feature android:name="android.hardware.camera" />
123 permission grants your application access to the appropriate hardware and
136 <dd>Specifies a single hardware or software feature used by the application,
138 href="#hw-features">Hardware features</a> and <a href="#sw-features">Software
225 <li>Features available on the device, in hardware or software &mdash
    [all...]
  /development/samples/USB/MissileLauncher/src/com/android/missilelauncher/
MissileLauncherActivity.java 24 import android.hardware.Sensor;
25 import android.hardware.SensorEvent;
26 import android.hardware.SensorEventListener;
27 import android.hardware.SensorManager;
28 import android.hardware.usb.UsbConstants;
29 import android.hardware.usb.UsbDevice;
30 import android.hardware.usb.UsbDeviceConnection;
31 import android.hardware.usb.UsbEndpoint;
32 import android.hardware.usb.UsbInterface;
33 import android.hardware.usb.UsbManager
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
MagnitudeVerification.java 17 package android.hardware.cts.helpers.sensorverification;
21 import android.hardware.Sensor;
22 import android.hardware.SensorManager;
23 import android.hardware.cts.helpers.SensorCtsHelper;
24 import android.hardware.cts.helpers.SensorStats;
25 import android.hardware.cts.helpers.TestSensorEnvironment;
26 import android.hardware.cts.helpers.TestSensorEvent;
  /developers/samples/android/sensors/BatchStepSensor/
template-params.xml 63 <android>android.hardware.Sensor</android>
64 <android>android.hardware.SensorEvent</android>
65 <android>android.hardware.SensorEventListener</android>
66 <android>android.hardware.SensorManager</android>
93 [1]: https://developer.android.com/reference/android/hardware/Sensor.html
94 [2]: https://developer.android.com/reference/android/hardware/SensorEventListener.html
95 [3]: https://developer.android.com/reference/android/hardware/SensorEvent.html
  /development/samples/ApiDemos/src/com/example/android/apis/os/
TriggerSensors.java 22 import android.hardware.Sensor;
23 import android.hardware.TriggerEvent;
24 import android.hardware.TriggerEventListener;
25 import android.hardware.SensorManager;
33 <p>This demonstrates the {@link android.hardware.SensorManager android.hardware.SensorManager
34 android.hardware.TriggerEventListener} class.
  /packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
AndroidCameraCaptureSessionProxy.java 19 import android.hardware.camera2.CameraAccessException;
20 import android.hardware.camera2.CameraCaptureSession;
21 import android.hardware.camera2.CaptureFailure;
22 import android.hardware.camera2.CaptureRequest;
23 import android.hardware.camera2.CaptureResult;
24 import android.hardware.camera2.TotalCaptureResult;
31 * {@link android.hardware.camera2.CameraCaptureSession}.
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
TestSensorOperation.java 17 package android.hardware.cts.helpers.sensoroperations;
25 import android.hardware.cts.helpers.SensorCtsHelper;
26 import android.hardware.cts.helpers.SensorStats;
27 import android.hardware.cts.helpers.SensorTestPlatformException;
28 import android.hardware.cts.helpers.TestSensorEnvironment;
29 import android.hardware.cts.helpers.TestSensorEvent;
30 import android.hardware.cts.helpers.TestSensorEventListener;
31 import android.hardware.cts.helpers.TestSensorManager;
32 import android.hardware.cts.helpers.SuspendStateMonitor;
33 import android.hardware.cts.helpers.reporting.ISensorTestNode
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/21/changes/
pkg_android.hardware.html 10 android.hardware
74 Package <A HREF="../../../../reference/android/hardware/package-summary.html" target="_top"><font size="+1"><code>android.hardware</code></font></A>
85 <nobr><A HREF="android.hardware.Camera.html">Camera</A></nobr>
92 <nobr><A HREF="android.hardware.Camera.Area.html">Camera.Area</A></nobr>
99 <nobr><A HREF="android.hardware.Camera.AutoFocusCallback.html"><I>Camera.AutoFocusCallback</I></A></nobr>
106 <nobr><A HREF="android.hardware.Camera.AutoFocusMoveCallback.html"><I>Camera.AutoFocusMoveCallback</I></A></nobr>
113 <nobr><A HREF="android.hardware.Camera.CameraInfo.html">Camera.CameraInfo</A></nobr>
120 <nobr><A HREF="android.hardware.Camera.ErrorCallback.html"><I>Camera.ErrorCallback</I></A></nobr>
127 <nobr><A HREF="android.hardware.Camera.Face.html">Camera.Face</A></nobr
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
CameraBinderTest.java 19 import android.hardware.CameraInfo;
20 import android.hardware.ICamera;
21 import android.hardware.ICameraClient;
22 import android.hardware.ICameraServiceListener;
23 import android.hardware.camera2.ICameraDeviceCallbacks;
24 import android.hardware.camera2.ICameraDeviceUser;
25 import android.hardware.camera2.impl.CameraMetadataNative;
26 import android.hardware.camera2.impl.CaptureResultExtras;
27 import android.hardware.camera2.utils.BinderHolder;
28 import android.hardware.camera2.utils.CameraBinderDecorator
    [all...]
  /docs/source.android.com/src/devices/audio/
index.jd 32 Android's audio Hardware Abstraction Layer (HAL) connects the higher-level,
34 hardware. This section includes implementation instructions and tips for
57 interact with audio hardware. Internally, this code calls corresponding JNI glue
58 classes to access the native code that interacts with audio hardware.
66 hardware. JNI is located in <code>frameworks/base/core/jni/</code> and
102 you must implement for your audio hardware to function correctly. The audio HAL
103 interfaces are located in <code>hardware/libhardware/include/hardware</code>.
105 href="{@docRoot}devices/halref/audio_8h_source.html">hardware/audio.h</a>.
112 The audio driver interacts with your hardware and HAL implementation. You ca
    [all...]
  /docs/source.android.com/src/devices/
media.jd 31 <p>In addition, Stagefright supports integration with custom hardware codecs that you provide.
32 There actually isn't a HAL to implement for custom codecs, but to provide a hardware path to encode and decode media, you must implement your hardware-based codec as an OpenMax IL (Integration Layer) component.</p>
45 APIs to interact with the multimedia hardware.</dd>
52 and you can implement your own hardware codec by using the OpenMax integration layer standard. For more
57 <dd>The OpenMAX IL provides a standardized way for Stagefright to recognize and use custom hardware-based
69 own custom hardware codecs as OpenMAX components. To do this, you need to create OMX components and also an
71 the <code>hardware/ti/omap4xxx/domx/</code> for example components and <code>hardware/ti/omap4xx/libstagefrighthw</code>
80 See the <code>frameworks/native/include/media/hardware/OMXPluginBase.h</code> and <code>HardwareAPI.h</code> heade
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/utils/
SurfaceUtils.java 17 package android.hardware.camera2.utils;
20 import android.hardware.camera2.legacy.LegacyCameraDevice;
21 import android.hardware.camera2.legacy.LegacyExceptionUtils.BufferQueueAbandonedException;
22 import android.hardware.camera2.params.StreamConfigurationMap;
48 * Check if the surface is for hardware video encoder consumer based on consumer end point
52 * @return true if the surface is for hardware video encoder consumer, false otherwise.
116 * A high speed output surface can only be preview or hardware encoder surface.
133 + " for preview or hardware video encoding!");
180 + "hardware video encoding surface");
185 + " and hardware video encoding surface")
    [all...]
  /system/keymaster/include/keymaster/
keymaster_context.h 22 #include <hardware/keymaster_defs.h>
38 * - In a trusted execution environment (TEE) as a "secure hardware" implementation. In this
41 * considered hardware-enforced, and there's a bootloader-provided root of trust.
46 * are considered hardware enforced and the root of trust is a static string.
48 * - In the non-secure world as a hybrid implementation fronting a less-capable hardware
49 * implementation. For example, a keymaster0 hardware implementation. In this context keys are
51 * hardware, but blobs that lack the extended authorization lists of keymaster1. In addition,
55 * authorization lists are partially hardware-enforced (the bits that are enforced by the
72 * CreateKeyBlob takes authorization sets and key material and produces a key blob and hardware
88 * material may itself be an opaque blob usable only by secure hardware (in the hybrid case)
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/19/changes/
android.hardware.Sensor.html 10 android.hardware.Sensor
74 Class android.hardware.<A HREF="../../../../reference/android/hardware/Sensor.html" target="_top"><font size="+2"><code>Sensor</code></font></A>
86 <A NAME="android.hardware.Sensor.getFifoMaxEventCount_added()"></A>
87 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/hardware/Sensor.html#getFifoMaxEventCount()" target="_top"><code>getFifoMaxEventCount</code></A>()</nobr>
93 <A NAME="android.hardware.Sensor.getFifoReservedEventCount_added()"></A>
94 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/hardware/Sensor.html#getFifoReservedEventCount()" target="_top"><code>getFifoReservedEventCount</code></A>()</nobr>
109 <A NAME="android.hardware.Sensor.TYPE_GEOMAGNETIC_ROTATION_VECTOR"></A>
110 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/hardware/Sensor.html#TYPE_GEOMAGNETIC_ROTATION_VECTOR" target="_top"><code>TYPE_GEOMAGNETIC_ROTATION_VECTOR</code></A></nobr>
116 <A NAME="android.hardware.Sensor.TYPE_STEP_COUNTER"></A
    [all...]

Completed in 254 milliseconds

<<11121314151617181920>>