summaryrefslogtreecommitdiffstats
path: root/services/sensorservice
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix for AOSP fusion sensors not handling multiple clients correctly." ...Aravind Akella2013-09-176-15/+15
|\
| * Fix for AOSP fusion sensors not handling multiple clients correctly.Aravind Akella2013-09-166-15/+15
* | Sensor Batching Bug fixes.Aravind Akella2013-09-162-14/+173
|/
* fix a few problems with BitTubeMathias Agopian2013-09-101-2/+6
* Sensor batching. Changes to the native code.Aravind Akella2013-09-038-96/+346
* move services executables sources in their respective src folderMathias Agopian2013-07-222-0/+43
* Fix issue #9860494: Waiting for service batteryinfo...Dianne Hackborn2013-07-151-1/+1
* resolved conflicts for merge of 00aea5c5 to masterMathias Agopian2013-07-126-31/+38
|\
| * fix a dead-lock in sensorserviceMathias Agopian2013-07-126-31/+38
* | improve sensorservice's dumpsysMathias Agopian2013-07-085-37/+62
* | simplify some unnecessary complex codeMathias Agopian2013-07-082-16/+4
* | revert parts of dc5b63e40, which made gyro drift estimation unstableMathias Agopian2013-05-301-16/+0
* | use gyro timestamp directly in fusionMathias Agopian2013-05-302-7/+8
* | various fixes to the sensorserviceMathias Agopian2013-05-168-54/+61
* | make all libsurfaceflinger and libsensorservice symbols's visibility hiddenMathias Agopian2013-05-092-12/+10
|/
* Fix activation issue with auto disabled sensors.Jaikumar Ganesh2013-04-175-0/+31
* Sensor changes.Jaikumar Ganesh2013-04-125-38/+121
* Add liblogYing Wang2013-04-091-0/+1
* 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