summaryrefslogtreecommitdiffstats
path: root/services/sensorservice/SensorService.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-4/+4
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-2/+2
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-7/+7
* am e1d50e0c: am 785fd368: Merge "handle EINTR when calling sensor HAL\'s poll...Mathias Agopian2011-11-101-1/+2
|\
| * handle EINTR when calling sensor HAL's poll functionMathias Agopian2011-11-091-1/+2
* | am 64370354: am 393e2c1f: Merge "SensorService now always clamps the requeste...Mathias Agopian2011-11-091-2/+3
|\ \ | |/
| * SensorService now always clamps the requested rateMathias Agopian2011-11-071-2/+3
* | am 515c6b44: Merge "fix an issue where SensorService could request an invalid...Mathias Agopian2011-11-051-2/+8
|\ \ | |/
| * fix an issue where SensorService could request an invalid sensor delayMathias Agopian2011-11-011-2/+8
* | Rename SensorChannel to BitTubeMathias Agopian2011-10-201-2/+2
|/
* 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-141-60/+63
* PermissionCache caches permission checksMathias Agopian2011-06-271-3/+5
* improve orientation sensor with gyro dataMathias Agopian2011-06-081-4/+19
* use quaternions instead of MRPsMathias Agopian2011-06-021-11/+32
* 9-axis sensor fusion with Kalman filterMathias Agopian2011-05-271-11/+35
* Fix a few issues with sensors reference-countingMathias Agopian2011-05-271-0/+10
* Fix a crasher in SensorServiceMathias Agopian2011-05-191-2/+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-031-5/+8
* Add support for virtual sensors.Mathias Agopian2010-11-181-188/+159
* Fix a race condition in sensormanagerMathias Agopian2010-11-141-0/+6
* record the last event received regardless of having clients or notMathias Agopian2010-11-101-14/+20
* improve sensorservice dumpsys and increase the max sensor rate to 1 ms (1000Hz)Mathias Agopian2010-11-081-1/+2
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-141-1/+1
* Report sensor events to BatteryStats serviceMathias Agopian2010-07-231-22/+42
* SensorService handles last known state properlyMathias Agopian2010-07-221-14/+70
* filter sensor event by connectionMathias Agopian2010-07-221-6/+18
* propagate sensor event rate properly to the sensor HALMathias Agopian2010-07-211-43/+78
* propagate sensor event rate properlyMathias Agopian2010-07-211-1/+9
* SensorService doesn't crash if correct HAL is not presentMathias Agopian2010-07-211-14/+33
* Better dumpsys logsMathias Agopian2010-07-191-2/+16
* Added partial support for repporting sensor activity to IBatteryStatsMathias Agopian2010-07-191-0/+37
* new SensorServiceMathias Agopian2010-07-191-0/+359