/system/media/audio_effects/include/audio_effects/ |
effect_agc.h | 20 #include <hardware/audio_effect.h>
|
effect_ns.h | 20 #include <hardware/audio_effect.h>
|
effect_presetreverb.h | 20 #include <hardware/audio_effect.h>
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
AccelerometerTestActivity.java | 23 import android.hardware.Sensor; 24 import android.hardware.SensorEventListener; 25 import android.hardware.SensorManager;
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
Camera_SizeTest.java | 17 package android.hardware.cts; 23 import android.hardware.Camera; 24 import android.hardware.Camera.Parameters;
|
/development/tools/emulator/opengl/system/OpenglSystemCommon/ |
gralloc_cb.h | 4 #include <hardware/hardware.h> 5 #include <hardware/gralloc.h>
|
/device/samsung/crespo/libsensors/ |
sensors.h | 27 #include <hardware/hardware.h> 28 #include <hardware/sensors.h> 50 * this hardware */
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
UsbDisconnectedReceiver.java | 24 import android.hardware.usb.UsbAccessory; 25 import android.hardware.usb.UsbDevice; 26 import android.hardware.usb.UsbManager;
|
/hardware/ti/omap4xxx/camera/ |
Android.mk | 61 hardware/ti/omap4xxx/tiler \ 62 hardware/ti/omap4xxx/ion \ 65 hardware/ti/omap4xxx/domx/omx_core/inc \ 66 hardware/ti/omap4xxx/domx/mm_osal/inc \ 115 hardware/ti/omap4xxx/tiler \ 116 hardware/ti/omap4xxx/ion \
|
/system/core/include/system/ |
camera.h | 24 #include <hardware/hardware.h> 25 #include <hardware/gralloc.h> 129 * bigger than 0. Hardware and software face detection should not be running 133 * In hardware face detection mode, CameraParameters KEY_WHITE_BALANCE, 161 /** Hardware face detection. It does not use much CPU. */ 178 * negative. This is supported by both hardware and software face detection. 188 * highest confidence. This is supported by both hardware and software
|
/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);
|
/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...] |
/device/samsung/crespo/ |
device_base.mk | 18 # that are specific to this hardware: i.e. those are device-specific 23 # of the hardware capabilities aren't present in builds where those 39 # These is the hardware-specific overlay, which points to the location 40 # of hardware-specific resource overrides, typically the frameworks and 44 # These are the hardware-specific configuration files 173 # These are the hardware-specific features 176 frameworks/base/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \ 177 frameworks/base/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml [all...] |
/build/core/ |
pathmap.mk | 40 libhardware:hardware/libhardware/include \ 41 libhardware_legacy:hardware/libhardware_legacy/include \ 46 libril:hardware/ril/include \
|
/device/moto/stingray/sensors/ |
nusensors.h | 28 #include <hardware/hardware.h> 29 #include <hardware/sensors.h> 57 * this hardware */
|
/hardware/libhardware/include/hardware/ |
hwcomposer.h | 23 #include <hardware/gralloc.h> 24 #include <hardware/hardware.h>
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Compass.java | 21 import android.hardware.Sensor; 22 import android.hardware.SensorEvent; 23 import android.hardware.SensorEventListener; 24 import android.hardware.SensorManager;
|
/external/kernel-headers/original/asm-arm/arch/ |
mtd-xip.h | 17 #include <asm/hardware.h>
|
/frameworks/base/core/java/android/hardware/usb/ |
UsbConstants.java | 17 package android.hardware.usb;
|
/frameworks/base/core/java/android/view/ |
OrientationEventListener.java | 20 import android.hardware.Sensor; 21 import android.hardware.SensorEvent; 22 import android.hardware.SensorEventListener; 23 import android.hardware.SensorManager; 64 * {@link android.hardware.SensorManager SensorManager}). Use the default 65 * value of {@link android.hardware.SensorManager#SENSOR_DELAY_NORMAL
|
/frameworks/base/core/java/android/webkit/ |
DeviceMotionService.java | 20 import android.hardware.Sensor; 21 import android.hardware.SensorEvent; 22 import android.hardware.SensorEventListener; 23 import android.hardware.SensorManager;
|
/frameworks/base/include/media/ |
EffectsFactoryApi.h | 23 #include <hardware/audio_effect.h>
|
/frameworks/base/include/ui/ |
GraphicBufferMapper.h | 25 #include <hardware/gralloc.h>
|
/packages/apps/Contacts/src/com/android/contacts/ |
ProximitySensorManager.java | 20 import android.hardware.Sensor; 21 import android.hardware.SensorEvent; 22 import android.hardware.SensorEventListener; 23 import android.hardware.SensorManager;
|
/packages/apps/Phone/src/com/android/phone/ |
AccelerometerListener.java | 20 import android.hardware.Sensor; 21 import android.hardware.SensorEvent; 22 import android.hardware.SensorEventListener; 23 import android.hardware.SensorManager;
|