summaryrefslogtreecommitdiffstats
path: root/services/sensorservice
Commit message (Expand)AuthorAgeFilesLines
* Sensor: Add RotationVectorSensor2Pawit Pornkitprasan2012-04-084-0/+203
* Merge branch 'ics-mr1' of https://android.googlesource.com/platform/framework...Steve Kondik2011-12-162-4/+16
|\
| * handle EINTR when calling sensor HAL's poll functionMathias Agopian2011-11-092-2/+7
| * SensorService now always clamps the requested rateMathias Agopian2011-11-071-2/+3
| * fix an issue where SensorService could request an invalid sensor delayMathias Agopian2011-11-011-2/+8
* | sensors: Add support for old libsensors HALRicardo Cerqueira2011-11-184-11/+308
|/
* improve sensorservice dumpsysMathias Agopian2011-09-143-29/+51
* improve sensorservice_test outputMathias Agopian2011-09-121-13/+12
* Fix a few style issues and remove LOG spamMathias Agopian2011-08-241-22/+28
* More error checks to avoid div by zero.Michael Johnson2011-08-242-4/+64
* Fix occasional fusion divergence by detecting it and resetting the fusion.Max Braun2011-08-193-13/+41
* have the sensorsevice test print the delay of the first received eventMathias Agopian2011-08-151-4/+12
* silence sensorservice when it's dropping eventsMathias Agopian2011-07-201-3/+3
* sensorservice: be more robust when there are no sensor h/wMathias Agopian2011-07-142-75/+80
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-7/+0
* PermissionCache caches permission checksMathias Agopian2011-06-272-5/+5
* cleanup Kalman filter parameters, add/fix comments/unitsMathias Agopian2011-06-131-14/+43
* improve orientation sensor with gyro dataMathias Agopian2011-06-082-4/+20
* use quaternions instead of MRPsMathias Agopian2011-06-0216-552/+370
* 9-axis sensor fusion with Kalman filterMathias Agopian2011-05-2723-190/+2158
* Fix a few issues with sensors reference-countingMathias Agopian2011-05-273-2/+32
* Fix a crasher in SensorServiceMathias Agopian2011-05-191-2/+1
* frameworks/base: remove LOCAL_PRELINK_MODULEIliyan Malchev2011-03-141-1/+1
* fix [4025681] continuous sensors should not try to send an event as soon as t...Mathias Agopian2011-03-101-5/+8
* fix [3421350] Killing a game that uses the accelerometer renders the device u...Mathias Agopian2011-02-032-6/+9
* fix [3369027] Sensor.TYPE_ROTATION_VECTOR is unstable and returns NaNs when r...Mathias Agopian2011-01-192-4/+4
* fix [3237242] sensormanager sensor active count gets out of syncMathias Agopian2010-11-3010-54/+22
* Merge "allow rotation-vector to have 4 components" into gingerbreadMathias Agopian2010-11-301-0/+1
|\
| * allow rotation-vector to have 4 componentsMathias Agopian2010-11-301-0/+1
* | Uses 4-th order low-pass for extracting gravity.Mathias Agopian2010-11-304-2/+33
|/
* don't attempt to normalize the rotation vectorMathias Agopian2010-11-221-4/+6
* Add support for virtual sensors.Mathias Agopian2010-11-1815-204/+1296
* Fix a race condition in sensormanagerMathias Agopian2010-11-142-1/+8
* record the last event received regardless of having clients or notMathias Agopian2010-11-102-14/+22
* improve sensorservice dumpsys and increase the max sensor rate to 1 ms (1000Hz)Mathias Agopian2010-11-083-5/+16
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-142-8/+11
* Report sensor events to BatteryStats serviceMathias Agopian2010-07-231-22/+42
* SensorService handles last known state properlyMathias Agopian2010-07-222-15/+74
* filter sensor event by connectionMathias Agopian2010-07-222-9/+20
* propagate sensor event rate properly to the sensor HALMathias Agopian2010-07-212-51/+104
* propagate sensor event rate properlyMathias Agopian2010-07-211-1/+9
* SensorService doesn't crash if correct HAL is not presentMathias Agopian2010-07-212-14/+34
* Better dumpsys logsMathias Agopian2010-07-192-2/+17
* Added partial support for repporting sensor activity to IBatteryStatsMathias Agopian2010-07-191-0/+37
* new SensorServiceMathias Agopian2010-07-195-0/+610