/development/tools/emulator/system/lights/ |
lights_qemu.c | 15 * This implements a lights hardware library for the Android emulator. 19 * It will be loaded by the code in hardware/libhardware/hardware.c 41 #include <hardware/lights.h> 42 #include <hardware/qemud.h>
|
/device/samsung/maguro/self-extractors/csr/staging/ |
device-maguro.mk | 17 # CSR blob(s) necessary for Maguro hardware
|
/device/samsung/maguro/self-extractors/samsung/staging/ |
device-maguro.mk | 17 # Samsung blob(s) necessary for Maguro hardware
|
/device/samsung/tuna/libsensors/ |
Android.mk | 29 LOCAL_C_INCLUDES += hardware/invensense/libsensors
|
/packages/apps/Camera/src/com/android/camera/ |
Util.java | 32 import android.hardware.Camera; 33 import android.hardware.Camera.CameraInfo; 34 import android.hardware.Camera.Parameters; 35 import android.hardware.Camera.Size; 257 public static android.hardware.Camera openCamera(Activity activity, int cameraId) 339 // See android.hardware.Camera.setDisplayOrientation for 478 return (intentCameraId == android.hardware.Camera.CameraInfo.CAMERA_FACING_FRONT); 482 return (intentCameraId == android.hardware.Camera.CameraInfo.CAMERA_FACING_BACK); 543 // This is the value for android.hardware.Camera.setDisplayOrientation. 558 context.sendBroadcast(new Intent(android.hardware.Camera.ACTION_NEW_PICTURE, uri)) [all...] |
ActivityBase.java | 26 import android.hardware.Camera;
|
/sdk/emulator/sensors/ |
Android.mk | 27 # hw/<SENSORS_HARDWARE_MODULE_ID>.<ro.hardware>.so
|
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/ |
AccelerometerPlayActivity.java | 25 import android.hardware.Sensor; 26 import android.hardware.SensorEvent; 27 import android.hardware.SensorEventListener; 28 import android.hardware.SensorManager;
|
/external/kernel-headers/original/asm-arm/arch/ |
io.h | 37 #include <asm/hardware.h>
|
/frameworks/base/core/java/android/hardware/usb/ |
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}
|
/frameworks/base/libs/usb/src/com/android/future/usb/ |
UsbAccessory.java | 31 /* package */ UsbAccessory(android.hardware.usb.UsbAccessory accessory) {
|
/frameworks/base/services/sensorservice/ |
CorrectedGyroSensor.cpp | 23 #include <hardware/sensors.h>
|
GravitySensor.cpp | 23 #include <hardware/sensors.h>
|
OrientationSensor.cpp | 23 #include <hardware/sensors.h>
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
GetBitmapActivity.java | 22 import android.hardware.Camera;
|
/hardware/libhardware_legacy/audio/ |
AudioPolicyCompatClient.h | 22 #include <hardware/audio_policy.h>
|
/system/core/init/ |
util.c | 359 void get_hardware_name(char *hardware, unsigned int *revision) 365 /* Hardware string was provided on kernel command line */ 366 if (hardware[0]) 387 hardware[n++] = tolower(*x); 391 hardware[n] = 0;
|
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);
|
/development/pdk/ |
Pdk.mk | 52 pdk_legacy_hardware_dir := hardware/libhardware_legacy/include/hardware_legacy 53 pdk_hardware_dir := hardware/libhardware/include/hardware
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
CameraPreview.java | 22 import android.hardware.Camera; 23 import android.hardware.Camera.CameraInfo; 24 import android.hardware.Camera.Size;
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
CameraFragment.java | 24 import android.hardware.Camera; 25 import android.hardware.Camera.CameraInfo; 26 import android.hardware.Camera.Size;
|
/hardware/libhardware/modules/audio/ |
audio_policy.c | 25 #include <hardware/hardware.h> 28 #include <hardware/audio_policy.h>
|
/hardware/libhardware/modules/gralloc/ |
gralloc.cpp | 34 #include <hardware/hardware.h> 35 #include <hardware/gralloc.h>
|
/hardware/msm7k/libgralloc-qsd8k/ |
mapper.cpp | 32 #include <hardware/hardware.h> 33 #include <hardware/gralloc.h>
|
/frameworks/base/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/ |
GL2CameraEye.java | 41 import android.hardware.Camera; 42 import android.hardware.SensorManager; 43 import android.hardware.SensorEvent; 44 import android.hardware.SensorEventListener; 45 import android.hardware.Sensor;
|