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
/
SensorService.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
native: add flag to disable legacy sensors fusion
Daniel Hillenbrand
2013-05-01
1
-0
/
+5
*
sensorservice: Add legacy sensors fusion.
Rudolf Tammekivi
2013-02-02
1
-0
/
+9
*
Sensor: Add RotationVectorSensor2
Pawit Pornkitprasan
2012-12-05
1
-0
/
+13
*
improve sensor battery usage tracking
Mathias Agopian
2012-09-18
1
-1
/
+6
*
track UID with connections
Mathias Agopian
2012-09-18
1
-3
/
+4
*
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
1
-7
/
+27
*
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
1
-4
/
+4
*
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-06-27
1
-2
/
+2
*
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-06-27
1
-7
/
+7
*
handle EINTR when calling sensor HAL's poll function
Mathias Agopian
2012-06-27
1
-1
/
+2
*
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
1
-2
/
+2
*
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
1
-60
/
+63
*
PermissionCache caches permission checks
Mathias Agopian
2012-06-27
1
-3
/
+5
*
improve orientation sensor with gyro data
Mathias Agopian
2012-06-27
1
-4
/
+19
*
use quaternions instead of MRPs
Mathias Agopian
2012-06-27
1
-11
/
+32
*
9-axis sensor fusion with Kalman filter
Mathias Agopian
2012-06-27
1
-11
/
+35
*
Fix a few issues with sensors reference-counting
Mathias Agopian
2012-06-27
1
-0
/
+10
*
Fix a crasher in SensorService
Mathias Agopian
2012-06-27
1
-2
/
+1
*
fix [4025681] continuous sensors should not try to send an event as soon as t...
Mathias Agopian
2012-06-27
1
-5
/
+8
*
fix [3421350] Killing a game that uses the accelerometer renders the device u...
Mathias Agopian
2012-06-27
1
-5
/
+8
*
Add support for virtual sensors.
Mathias Agopian
2012-06-27
1
-188
/
+159
*
Fix a race condition in sensormanager
Mathias Agopian
2012-06-27
1
-0
/
+6
*
record the last event received regardless of having clients or not
Mathias Agopian
2012-06-27
1
-14
/
+20
*
improve sensorservice dumpsys and increase the max sensor rate to 1 ms (1000Hz)
Mathias Agopian
2012-06-27
1
-1
/
+2
*
Replace epoll() with poll() and rename PollLoop to Looper.
Jeff Brown
2012-06-27
1
-1
/
+1
*
Report sensor events to BatteryStats service
Mathias Agopian
2012-06-27
1
-22
/
+42
*
SensorService handles last known state properly
Mathias Agopian
2012-06-27
1
-14
/
+70
*
filter sensor event by connection
Mathias Agopian
2012-06-27
1
-6
/
+18
*
propagate sensor event rate properly to the sensor HAL
Mathias Agopian
2012-06-27
1
-43
/
+78
*
propagate sensor event rate properly
Mathias Agopian
2012-06-27
1
-1
/
+9
*
SensorService doesn't crash if correct HAL is not present
Mathias Agopian
2012-06-27
1
-14
/
+33
*
Better dumpsys logs
Mathias Agopian
2012-06-27
1
-2
/
+16
*
Added partial support for repporting sensor activity to IBatteryStats
Mathias Agopian
2012-06-27
1
-0
/
+37
*
new SensorService
Mathias Agopian
2012-06-27
1
-0
/
+359