index
:
frameworks_native.git
replicant-4.2
replicant-6.0
frameworks/native
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
sensorservice
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Fix for AOSP fusion sensors not handling multiple clients correctly." ...
Aravind Akella
2013-09-17
6
-15
/
+15
|
\
|
*
Fix for AOSP fusion sensors not handling multiple clients correctly.
Aravind Akella
2013-09-16
6
-15
/
+15
*
|
Sensor Batching Bug fixes.
Aravind Akella
2013-09-16
2
-14
/
+173
|
/
*
fix a few problems with BitTube
Mathias Agopian
2013-09-10
1
-2
/
+6
*
Sensor batching. Changes to the native code.
Aravind Akella
2013-09-03
8
-96
/
+346
*
move services executables sources in their respective src folder
Mathias Agopian
2013-07-22
2
-0
/
+43
*
Fix issue #9860494: Waiting for service batteryinfo...
Dianne Hackborn
2013-07-15
1
-1
/
+1
*
resolved conflicts for merge of 00aea5c5 to master
Mathias Agopian
2013-07-12
6
-31
/
+38
|
\
|
*
fix a dead-lock in sensorservice
Mathias Agopian
2013-07-12
6
-31
/
+38
*
|
improve sensorservice's dumpsys
Mathias Agopian
2013-07-08
5
-37
/
+62
*
|
simplify some unnecessary complex code
Mathias Agopian
2013-07-08
2
-16
/
+4
*
|
revert parts of dc5b63e40, which made gyro drift estimation unstable
Mathias Agopian
2013-05-30
1
-16
/
+0
*
|
use gyro timestamp directly in fusion
Mathias Agopian
2013-05-30
2
-7
/
+8
*
|
various fixes to the sensorservice
Mathias Agopian
2013-05-16
8
-54
/
+61
*
|
make all libsurfaceflinger and libsensorservice symbols's visibility hidden
Mathias Agopian
2013-05-09
2
-12
/
+10
|
/
*
Fix activation issue with auto disabled sensors.
Jaikumar Ganesh
2013-04-17
5
-0
/
+31
*
Sensor changes.
Jaikumar Ganesh
2013-04-12
5
-38
/
+121
*
Add liblog
Ying Wang
2013-04-09
1
-0
/
+1
*
improve sensor battery usage tracking
Mathias Agopian
2012-09-18
5
-73
/
+207
*
track UID with connections
Mathias Agopian
2012-09-18
2
-4
/
+8
*
fix a typo in SensorService
Mathias Agopian
2012-09-18
1
-1
/
+4
*
add a way to enable debugging sensors at runtime
Mathias Agopian
2012-06-28
2
-7
/
+28
*
improve sensor fusion
Mathias Agopian
2012-06-28
1
-2
/
+23
*
add some comments
Mathias Agopian
2012-06-28
1
-2
/
+14
*
small improvement to sensor fusion
Mathias Agopian
2012-06-27
1
-7
/
+33
*
fix a potential buffer overflow in sensorservice
Mathias Agopian
2012-06-27
1
-1
/
+1
*
Fix a stack corruption in sensorservice
Mathias Agopian
2012-06-27
1
-5
/
+13
*
fix a typo causing sensor event to be sorted in reverse chronological order
Mathias Agopian
2012-06-27
1
-1
/
+1
*
usea socketpair instead of a pipe in BitTube
Mathias Agopian
2012-06-27
1
-7
/
+4
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-06-27
2
-8
/
+8
*
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-06-27
2
-3
/
+3
*
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2012-06-27
1
-1
/
+1
*
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-06-27
3
-12
/
+12
*
handle EINTR when calling sensor HAL's poll function
Mathias Agopian
2012-06-27
2
-2
/
+7
*
SensorService now always clamps the requested rate
Mathias Agopian
2012-06-27
1
-2
/
+3
*
fix an issue where SensorService could request an invalid sensor delay
Mathias Agopian
2012-06-27
1
-2
/
+8
*
Rename SensorChannel to BitTube
Mathias Agopian
2012-06-27
2
-5
/
+5
*
improve sensorservice dumpsys
Mathias Agopian
2012-06-27
3
-29
/
+51
*
improve sensorservice_test output
Mathias Agopian
2012-06-27
1
-13
/
+12
*
Fix a few style issues and remove LOG spam
Mathias Agopian
2012-06-27
1
-22
/
+28
*
More error checks to avoid div by zero.
Michael Johnson
2012-06-27
2
-4
/
+64
*
Fix occasional fusion divergence by detecting it and resetting the fusion.
Max Braun
2012-06-27
3
-13
/
+41
*
have the sensorsevice test print the delay of the first received event
Mathias Agopian
2012-06-27
1
-4
/
+12
*
silence sensorservice when it's dropping events
Mathias Agopian
2012-06-27
1
-3
/
+3
*
sensorservice: be more robust when there are no sensor h/w
Mathias Agopian
2012-06-27
2
-75
/
+80
*
Remove the simulator target from all makefiles. Bug: 5010576
Jeff Brown
2012-06-27
1
-7
/
+0
*
PermissionCache caches permission checks
Mathias Agopian
2012-06-27
2
-5
/
+5
*
cleanup Kalman filter parameters, add/fix comments/units
Mathias Agopian
2012-06-27
1
-14
/
+43
*
improve orientation sensor with gyro data
Mathias Agopian
2012-06-27
2
-4
/
+20
*
use quaternions instead of MRPs
Mathias Agopian
2012-06-27
16
-552
/
+370
[next]