HomeSort by relevance Sort by last modified time
    Searched refs:maxRange (Results 1 - 13 of 13) sorted by null

  /hardware/invensense/libsensors/
MPLSensor.cpp     [all...]
  /frameworks/base/services/sensorservice/
RotationVectorSensor.cpp 70 hwSensor.maxRange = 1;
119 hwSensor.maxRange = 1;
LinearAccelerationSensor.cpp 69 hwSensor.maxRange = gsensor.getMaxValue();
CorrectedGyroSensor.cpp 76 hwSensor.maxRange = mGyro.getMaxValue();
GravitySensor.cpp 84 hwSensor.maxRange = GRAVITY_EARTH * 2;
OrientationSensor.cpp 80 hwSensor.maxRange = 360.0f;
  /external/opencv/cv/src/
cvoptflowbm.cpp 92 // maxRange, // size of the scanned neighborhood.
107 CvSize maxRange, int usePrev,
178 ss = (CvPoint *) cvAlloc( (2 * maxRange.width + 1) * (2 * maxRange.height + 1) *
190 int X_shift_count = maxRange.width / shiftSize.width;
191 int Y_shift_count = maxRange.height / shiftSize.height;
564 CvSize maxRange, int usePrevious,
604 shiftSize, maxRange, usePrevious,
  /hardware/libhardware/include/hardware/
sensors.h 213 * the sensor should report its maxRange value in the "far" state and a value
214 * less than maxRange in the "near" state.
416 float maxRange;
  /development/tools/emulator/system/sensors/
sensors_qemu.c 485 * note: numerical values for maxRange/resolution/power were
494 .maxRange = 2.8f,
505 .maxRange = 2000.0f,
516 .maxRange = 360.0f,
527 .maxRange = 80.0f,
538 .maxRange = 1.0f,
  /sdk/emulator/sensors/
sensors_qemu.c 485 * note: numerical values for maxRange/resolution/power were
494 .maxRange = 2.8f,
505 .maxRange = 2000.0f,
516 .maxRange = 360.0f,
527 .maxRange = 80.0f,
538 .maxRange = 1.0f,
  /hardware/libhardware/tests/nusensors/
nusensors.cpp 95 list[i].maxRange,
  /frameworks/base/libs/gui/
Sensor.cpp 46 mMaxValue = hwSensor->maxRange; // FIXME: maxValue
  /prebuilt/common/ecj/
ecj.jar 

Completed in 194 milliseconds