summaryrefslogtreecommitdiffstats
path: root/services/sensorservice
Commit message (Expand)AuthorAgeFilesLines
* sensordevice: Dummy ALS: Solve fortified libc warningRicardo Cerqueira2013-01-021-1/+1
* sensors: Add dummy light sensorRicardo Cerqueira2013-01-022-1/+52
* Sensor: Add RotationVectorSensor2Pawit Pornkitprasan2012-12-054-0/+203
* Revert "improve sensor fusion" -- DO NOT MERGEMathias Agopian2012-10-011-56/+9
* improve sensor battery usage trackingMathias Agopian2012-09-185-73/+207
* track UID with connectionsMathias Agopian2012-09-182-4/+8
* fix a typo in SensorServiceMathias Agopian2012-09-181-1/+4
* add a way to enable debugging sensors at runtimeMathias Agopian2012-06-282-7/+28
* improve sensor fusionMathias Agopian2012-06-281-2/+23
* add some commentsMathias Agopian2012-06-281-2/+14
* small improvement to sensor fusionMathias Agopian2012-06-271-7/+33
* fix a potential buffer overflow in sensorserviceMathias Agopian2012-06-271-1/+1
* Fix a stack corruption in sensorserviceMathias Agopian2012-06-271-5/+13
* fix a typo causing sensor event to be sorted in reverse chronological orderMathias Agopian2012-06-271-1/+1
* usea socketpair instead of a pipe in BitTubeMathias Agopian2012-06-271-7/+4
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-06-272-8/+8
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-06-272-3/+3
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-06-271-1/+1
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-06-273-12/+12
* handle EINTR when calling sensor HAL's poll functionMathias Agopian2012-06-272-2/+7
* SensorService now always clamps the requested rateMathias Agopian2012-06-271-2/+3
* fix an issue where SensorService could request an invalid sensor delayMathias Agopian2012-06-271-2/+8
* Rename SensorChannel to BitTubeMathias Agopian2012-06-272-5/+5
* improve sensorservice dumpsysMathias Agopian2012-06-273-29/+51
* improve sensorservice_test outputMathias Agopian2012-06-271-13/+12
* Fix a few style issues and remove LOG spamMathias Agopian2012-06-271-22/+28
* More error checks to avoid div by zero.Michael Johnson2012-06-272-4/+64
* Fix occasional fusion divergence by detecting it and resetting the fusion.Max Braun2012-06-273-13/+41
* have the sensorsevice test print the delay of the first received eventMathias Agopian2012-06-271-4/+12
* silence sensorservice when it's dropping eventsMathias Agopian2012-06-271-3/+3
* sensorservice: be more robust when there are no sensor h/wMathias Agopian2012-06-272-75/+80
* Remove the simulator target from all makefiles. Bug: 5010576Jeff Brown2012-06-271-7/+0
* PermissionCache caches permission checksMathias Agopian2012-06-272-5/+5
* cleanup Kalman filter parameters, add/fix comments/unitsMathias Agopian2012-06-271-14/+43
* improve orientation sensor with gyro dataMathias Agopian2012-06-272-4/+20
* use quaternions instead of MRPsMathias Agopian2012-06-2716-552/+370
* 9-axis sensor fusion with Kalman filterMathias Agopian2012-06-2723-190/+2158
* Fix a few issues with sensors reference-countingMathias Agopian2012-06-273-2/+32
* Fix a crasher in SensorServiceMathias Agopian2012-06-271-2/+1
* frameworks/base: remove LOCAL_PRELINK_MODULEIliyan Malchev2012-06-271-1/+1
* fix [4025681] continuous sensors should not try to send an event as soon as t...Mathias Agopian2012-06-271-5/+8
* fix [3421350] Killing a game that uses the accelerometer renders the device u...Mathias Agopian2012-06-272-6/+9
* fix [3369027] Sensor.TYPE_ROTATION_VECTOR is unstable and returns NaNs when r...Mathias Agopian2012-06-272-4/+4
* fix [3237242] sensormanager sensor active count gets out of syncMathias Agopian2012-06-2710-54/+22
* Uses 4-th order low-pass for extracting gravity.Mathias Agopian2012-06-274-2/+33
* allow rotation-vector to have 4 componentsMathias Agopian2012-06-271-0/+1
* don't attempt to normalize the rotation vectorMathias Agopian2012-06-271-4/+6
* Add support for virtual sensors.Mathias Agopian2012-06-2715-204/+1296
* Fix a race condition in sensormanagerMathias Agopian2012-06-272-1/+8
* record the last event received regardless of having clients or notMathias Agopian2012-06-272-14/+22