HomeSort by relevance Sort by last modified time
    Searched defs:sensorId (Results 1 - 3 of 3) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
PowerTestHostLink.java 213 final int sensorId = getSensorId(sensor);
214 if (mSensorManager.getDefaultSensor(sensorId) == null) {
327 int sensorId = getSensorId(sensorName);
328 if (sensorId >= 0) {
329 response = switchSensor(sensorId, switchOn, requestRate);
344 int sensorId = -1;
347 sensorId = Sensor.TYPE_ACCELEROMETER;
349 sensorId = Sensor.TYPE_AMBIENT_TEMPERATURE;
351 sensorId = Sensor.TYPE_GAME_ROTATION_VECTOR;
353 sensorId = Sensor.TYPE_GEOMAGNETIC_ROTATION_VECTOR
    [all...]
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp     [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]

Completed in 183 milliseconds