Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_frameworks_native
/
60b16060612c47386946ee1674bc2149c327bb56
/
services
/
sensorservice
4c01b1a
Fix activation issue with auto disabled sensors.
by Jaikumar Ganesh
· 12 years ago
4342fdf
Sensor changes.
by Jaikumar Ganesh
· 12 years ago
8a0cb4e
Add liblog
by Ying Wang
· 12 years ago
787ac1b
improve sensor battery usage tracking
by Mathias Agopian
· 12 years ago
5307d17
track UID with connections
by Mathias Agopian
· 12 years ago
a5b8e8b
fix a typo in SensorService
by Mathias Agopian
· 12 years ago
3326486
add a way to enable debugging sensors at runtime
by Mathias Agopian
· 13 years ago
bdf2773
improve sensor fusion
by Mathias Agopian
· 13 years ago
8f11b24
add some comments
by Mathias Agopian
· 13 years ago
dc5b63e
small improvement to sensor fusion
by Mathias Agopian
· 13 years ago
8dd4fe8
fix a potential buffer overflow in sensorservice
by Mathias Agopian
· 13 years ago
d1920ff
Fix a stack corruption in sensorservice
by Mathias Agopian
· 13 years ago
a5c106a
fix a typo causing sensor event to be sorted in reverse chronological order
by Mathias Agopian
· 13 years ago
907103b
usea socketpair instead of a pipe in BitTube
by Mathias Agopian
· 13 years ago
f5a1230
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
3c20fbe
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
c7839e8
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
a551237
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
1a62301
handle EINTR when calling sensor HAL's poll function
by Mathias Agopian
· 13 years ago
62569ec
SensorService now always clamps the requested rate
by Mathias Agopian
· 13 years ago
ae09d65
fix an issue where SensorService could request an invalid sensor delay
by Mathias Agopian
· 13 years ago
b398927
Rename SensorChannel to BitTube
by Mathias Agopian
· 13 years ago
667102f
improve sensorservice dumpsys
by Mathias Agopian
· 13 years ago
b9e1526
improve sensorservice_test output
by Mathias Agopian
· 13 years ago
a83f45c
Fix a few style issues and remove LOG spam
by Mathias Agopian
· 13 years ago
3e87d8d
More error checks to avoid div by zero.
by Michael Johnson
· 13 years ago
a01b4e2
Fix occasional fusion divergence by detecting it and resetting the fusion.
by Max Braun
· 13 years ago
16bcf66
have the sensorsevice test print the delay of the first received event
by Mathias Agopian
· 13 years ago
16c3e4a
silence sensorservice when it's dropping events
by Mathias Agopian
· 13 years ago
7b2b32f
sensorservice: be more robust when there are no sensor h/w
by Mathias Agopian
· 14 years ago
0be7a26
Remove the simulator target from all makefiles. Bug: 5010576
by Jeff Brown
· 14 years ago
1cb1346
PermissionCache caches permission checks
by Mathias Agopian
· 14 years ago
eaf2d0b
cleanup Kalman filter parameters, add/fix comments/units
by Mathias Agopian
· 14 years ago
010e422
improve orientation sensor with gyro data
by Mathias Agopian
· 14 years ago
3301542
use quaternions instead of MRPs
by Mathias Agopian
· 14 years ago
984826c
9-axis sensor fusion with Kalman filter
by Mathias Agopian
· 14 years ago
a1b7db9
Fix a few issues with sensors reference-counting
by Mathias Agopian
· 14 years ago
e04a63b
Fix a crasher in SensorService
by Mathias Agopian
· 14 years ago
b1c1490
frameworks/base: remove LOCAL_PRELINK_MODULE
by Iliyan Malchev
· 14 years ago
3f2f891
fix [4025681] continuous sensors should not try to send an event as soon as they're activated
by Mathias Agopian
· 14 years ago
db5b4bc
fix [3421350] Killing a game that uses the accelerometer renders the device unable to sleep
by Mathias Agopian
· 14 years ago
2cf0988
fix [3369027] Sensor.TYPE_ROTATION_VECTOR is unstable and returns NaNs when running slowly
by Mathias Agopian
· 14 years ago
50b6676
fix [3237242] sensormanager sensor active count gets out of sync
by Mathias Agopian
· 14 years ago
87c9dbb
Uses 4-th order low-pass for extracting gravity.
by Mathias Agopian
· 14 years ago
ddf1ceb
allow rotation-vector to have 4 components
by Mathias Agopian
· 14 years ago
5c6d7ff
don't attempt to normalize the rotation vector
by Mathias Agopian
· 14 years ago
f001c92
Add support for virtual sensors.
by Mathias Agopian
· 14 years ago
71d7a5c
Fix a race condition in sensormanager
by Mathias Agopian
· 14 years ago
94e8f68
record the last event received regardless of having clients or not
by Mathias Agopian
· 14 years ago
24d7235
improve sensorservice dumpsys and increase the max sensor rate to 1 ms (1000Hz)
by Mathias Agopian
· 14 years ago
1e0b1e8
Replace epoll() with poll() and rename PollLoop to Looper.
by Jeff Brown
· 14 years ago
c4a930d
Report sensor events to BatteryStats service
by Mathias Agopian
· 14 years ago
3560fb2
SensorService handles last known state properly
by Mathias Agopian
· 14 years ago
cf51001
filter sensor event by connection
by Mathias Agopian
· 14 years ago
7c1c531
propagate sensor event rate properly to the sensor HAL
by Mathias Agopian
· 14 years ago
1cd7000
propagate sensor event rate properly
by Mathias Agopian
· 14 years ago
50df295
SensorService doesn't crash if correct HAL is not present
by Mathias Agopian
· 15 years ago
5d27072
Better dumpsys logs
by Mathias Agopian
· 15 years ago
451beee
Added partial support for repporting sensor activity to IBatteryStats
by Mathias Agopian
· 15 years ago
fc32881
new SensorService
by Mathias Agopian
· 15 years ago