| Commit message (Expand) | Author | Age | Files | Lines |
* | fix [3369027] Sensor.TYPE_ROTATION_VECTOR is unstable and returns NaNs when r... | Mathias Agopian | 2011-01-19 | 2 | -4/+4 |
* | fix [3237242] sensormanager sensor active count gets out of sync | Mathias Agopian | 2010-11-30 | 10 | -54/+22 |
* | Merge "allow rotation-vector to have 4 components" into gingerbread | Mathias Agopian | 2010-11-30 | 1 | -0/+1 |
|\ |
|
| * | allow rotation-vector to have 4 components | Mathias Agopian | 2010-11-30 | 1 | -0/+1 |
* | | Uses 4-th order low-pass for extracting gravity. | Mathias Agopian | 2010-11-30 | 4 | -2/+33 |
|/ |
|
* | don't attempt to normalize the rotation vector | Mathias Agopian | 2010-11-22 | 1 | -4/+6 |
* | Add support for virtual sensors. | Mathias Agopian | 2010-11-18 | 15 | -204/+1296 |
* | Fix a race condition in sensormanager | Mathias Agopian | 2010-11-14 | 2 | -1/+8 |
* | record the last event received regardless of having clients or not | Mathias Agopian | 2010-11-10 | 2 | -14/+22 |
* | improve sensorservice dumpsys and increase the max sensor rate to 1 ms (1000Hz) | Mathias Agopian | 2010-11-08 | 3 | -5/+16 |
* | Replace epoll() with poll() and rename PollLoop to Looper. | Jeff Brown | 2010-09-14 | 2 | -8/+11 |
* | Report sensor events to BatteryStats service | Mathias Agopian | 2010-07-23 | 1 | -22/+42 |
* | SensorService handles last known state properly | Mathias Agopian | 2010-07-22 | 2 | -15/+74 |
* | filter sensor event by connection | Mathias Agopian | 2010-07-22 | 2 | -9/+20 |
* | propagate sensor event rate properly to the sensor HAL | Mathias Agopian | 2010-07-21 | 2 | -51/+104 |
* | propagate sensor event rate properly | Mathias Agopian | 2010-07-21 | 1 | -1/+9 |
* | SensorService doesn't crash if correct HAL is not present | Mathias Agopian | 2010-07-21 | 2 | -14/+34 |
* | Better dumpsys logs | Mathias Agopian | 2010-07-19 | 2 | -2/+17 |
* | Added partial support for repporting sensor activity to IBatteryStats | Mathias Agopian | 2010-07-19 | 1 | -0/+37 |
* | new SensorService | Mathias Agopian | 2010-07-19 | 5 | -0/+610 |