summaryrefslogtreecommitdiffstats
path: root/services/sensorservice/SensorService.cpp
Commit message (Expand)AuthorAgeFilesLines
* native: add flag to disable legacy sensors fusionDaniel Hillenbrand2013-05-011-0/+5
* sensorservice: Add legacy sensors fusion.Rudolf Tammekivi2013-02-021-0/+9
* Sensor: Add RotationVectorSensor2Pawit Pornkitprasan2012-12-051-0/+13
* improve sensor battery usage trackingMathias Agopian2012-09-181-1/+6
* track UID with connectionsMathias Agopian2012-09-181-3/+4
* fix a typo in SensorServiceMathias Agopian2012-09-181-1/+4
* add a way to enable debugging sensors at runtimeMathias Agopian2012-06-281-7/+27
* 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-271-4/+4
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-06-271-2/+2
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-06-271-7/+7
* handle EINTR when calling sensor HAL's poll functionMathias Agopian2012-06-271-1/+2
* 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-271-2/+2
* 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-271-60/+63
* PermissionCache caches permission checksMathias Agopian2012-06-271-3/+5
* improve orientation sensor with gyro dataMathias Agopian2012-06-271-4/+19
* use quaternions instead of MRPsMathias Agopian2012-06-271-11/+32
* 9-axis sensor fusion with Kalman filterMathias Agopian2012-06-271-11/+35
* Fix a few issues with sensors reference-countingMathias Agopian2012-06-271-0/+10
* Fix a crasher in SensorServiceMathias Agopian2012-06-271-2/+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-271-5/+8
* Add support for virtual sensors.Mathias Agopian2012-06-271-188/+159
* Fix a race condition in sensormanagerMathias Agopian2012-06-271-0/+6
* record the last event received regardless of having clients or notMathias Agopian2012-06-271-14/+20
* improve sensorservice dumpsys and increase the max sensor rate to 1 ms (1000Hz)Mathias Agopian2012-06-271-1/+2
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2012-06-271-1/+1
* Report sensor events to BatteryStats serviceMathias Agopian2012-06-271-22/+42
* SensorService handles last known state properlyMathias Agopian2012-06-271-14/+70
* filter sensor event by connectionMathias Agopian2012-06-271-6/+18
* propagate sensor event rate properly to the sensor HALMathias Agopian2012-06-271-43/+78
* propagate sensor event rate properlyMathias Agopian2012-06-271-1/+9
* SensorService doesn't crash if correct HAL is not presentMathias Agopian2012-06-271-14/+33
* Better dumpsys logsMathias Agopian2012-06-271-2/+16
* Added partial support for repporting sensor activity to IBatteryStatsMathias Agopian2012-06-271-0/+37
* new SensorServiceMathias Agopian2012-06-271-0/+359