HomeSort by relevance Sort by last modified time
    Searched refs:hardware (Results 226 - 250 of 399) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerTestRenderer.java 32 import android.hardware.Sensor;
33 import android.hardware.SensorEvent;
34 import android.hardware.SensorEventListener;
GyroscopeTestActivity.java 24 import android.hardware.Sensor;
25 import android.hardware.SensorEvent;
26 import android.hardware.SensorEventListener;
27 import android.hardware.SensorManager;
  /cts/tests/tests/media/src/android/media/cts/
CamcorderProfileTest.java 24 import android.hardware.Camera;
25 import android.hardware.Camera.Parameters;
26 import android.hardware.Camera.Size;
  /frameworks/base/libs/ui/
FramebufferNativeWindow.cpp 39 #include <hardware/hardware.h>
40 #include <hardware/gralloc.h>
  /hardware/libhardware/modules/audio/
audio_hw.c 27 #include <hardware/hardware.h>
29 #include <hardware/audio.h>
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 24 #include <hardware/hardware.h>
25 #include <hardware/gralloc.h>
  /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...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
CameraAnalyzerActivity.java 24 import android.hardware.Camera;
  /cts/tests/tests/view/src/android/view/cts/
OrientationListenerTest.java 26 import android.hardware.SensorManager;
  /development/tools/emulator/opengl/system/OpenglSystemCommon/
QemuPipeStream.cpp 17 #include <hardware/qemu_pipe.h>
  /frameworks/base/core/java/android/hardware/usb/
UsbDevice.java 17 package android.hardware.usb;
  /frameworks/base/media/libeffects/testlibs/
AudioFormatAdapter.h 21 #include <hardware/audio_effect.h>
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaRecorderStressTest.java 29 import android.hardware.Camera;
128 private final class CameraErrorCallback implements android.hardware.Camera.ErrorCallback {
129 public void onError(int error, android.hardware.Camera camera) {
130 if (error == android.hardware.Camera.CAMERA_ERROR_SERVER_DIED) {
  /frameworks/base/services/sensorservice/
RotationVectorSensor.cpp 23 #include <hardware/sensors.h>
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextureViewActivity.java 22 import android.hardware.Camera;
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 32 #include <hardware/audio.h>
44 * AudioStreamOut is the abstraction interface for the audio output hardware.
46 * It provides information about various properties of the audio output hardware driver.
75 * return the audio hardware driver latency in milli seconds.
81 * hardware. This method serves as a direct interface with hardware,
83 * This method might produce multiple PCM outputs or hardware accelerated
92 * Put the audio hardware output into standby mode. Returns
115 * AudioStreamIn is the abstraction interface for the audio input hardware.
117 * It defines the various properties of the audio hardware input driver
    [all...]
  /hardware/msm7k/libgralloc-qsd8k/
gralloc_priv.h 23 #include <hardware/gralloc.h>
41 //HAL_PIXEL_FORMAT_YCbCr_422_SP = 0x100, // defined in hardware.h
42 //HAL_PIXEL_FORMAT_YCrCb_420_SP = 0x101, // defined in hardware.h
45 //HAL_PIXEL_FORMAT_YCbCr_422_I = 0x104, // defined in hardware.h
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
UsbSettings.java 27 import android.hardware.usb.UsbManager;
  /system/media/wilhelm/tests/native-media/src/com/example/nativemedia/
MyGLSurfaceView.java 36 import android.hardware.SensorManager;
37 import android.hardware.SensorEvent;
38 import android.hardware.SensorEventListener;
39 import android.hardware.Sensor;
  /packages/apps/Camera/src/com/android/camera/
Camera.java 37 import android.hardware.Camera.CameraInfo;
38 import android.hardware.Camera.Face;
39 import android.hardware.Camera.FaceDetectionListener;
40 import android.hardware.Camera.Parameters;
41 import android.hardware.Camera.PictureCallback;
42 import android.hardware.Camera.Size;
197 // The value for android.hardware.Camera.setDisplayOrientation.
642 implements android.hardware.Camera.ShutterCallback {
653 byte [] data, android.hardware.Camera camera) {
663 byte [] rawData, android.hardware.Camera camera)
    [all...]
  /build/target/product/
sdk.mk 142 frameworks/base/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml
  /development/tools/emulator/system/sensors/
Android.mk 27 # hw/<SENSORS_HARDWARE_MODULE_ID>.<ro.hardware>.so
  /device/samsung/maguro/
full_maguro.mk 17 # build for maguro hardware. This cleanly combines a set of
  /device/samsung/maguro/self-extractors/imgtec/staging/
device-maguro.mk 17 # Imgtec blob(s) necessary for Maguro hardware
  /device/samsung/tuna/
full_tuna.mk 17 # build for toro hardware. This cleanly combines a set of

Completed in 573 milliseconds

1 2 3 4 5 6 7 8 91011>>