Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_native
/
cd9b55c70f081dbd004d347b51a793ce6fe3cacf
/
services
/
sensorservice
/
SensorService.h
88711e8
sensors: pass sensor handle along with injected event
by Alexey Polyudov
· 8 years ago
dd5c5cb
Set sensor operation parameter implementation
by Peng Xu
· 8 years ago
5122468
Add uid and pid information into recent sensor registeration log
by Peng Xu
· 8 years ago
801ea09
split libsensor our of libgui
by Mathias Agopian
· 8 years ago
e36e347
Direct report mode support in sensor service and client
by Peng Xu
· 9 years ago
ded526e
Fix dangerous unsafe_get() in SensorRecord
by Peng Xu
· 9 years ago
302f404
Tune SensorService thread priority, lower sensor event latency am: 98d30f627e
by Peng Xu
· 9 years ago
98d30f6
Tune SensorService thread priority, lower sensor event latency
by Peng Xu
· 9 years ago
26af1e0
Merge \"Increase sensor registration log size\" into nyc-mr1-dev am: 6118fb85d7
by Peng Xu
· 9 years ago
363b3fd
Increase sensor registration log size
by Peng Xu
· 9 years ago
2bee6c5
Merge \"Sensor: Make getId() more varied\" into nyc-dev am: c0ca0ceaa5
by Greg Kaiser
· 9 years ago
53ca2e0
Sensor: Make getId() more varied
by Greg Kaiser
· 9 years ago
22c661d
Merge "Fix misc-macro-parentheses warnings in sensorservice and CHECK_INTERFACE." am: bb261bf41a
by Chih-hung Hsieh
· 9 years ago
a389c7a
Fix misc-macro-parentheses warnings in sensorservice and CHECK_INTERFACE.
by Chih-Hung Hsieh
· 9 years ago
6a2d3a0
Fix sensor uuid, retrofit recent event logger
by Peng Xu
· 10 years ago
755c451
sensorservice: switch to use sp<> in sensor list
by Peng Xu
· 9 years ago
0cc8f80
Refactor sensor list in SensorService
by Peng Xu
· 9 years ago
c130d7a
SensorService: Remove unused function
by Greg Kaiser
· 9 years ago
e51c257
[sensorservice] temporarily remove Autolock mSensorsLock
by Peng Xu
· 9 years ago
47e9601
Fix a few known issues in SensorService
by Peng Xu
· 9 years ago
2576cb6
Dynamic Sensor Discovery implementation
by Peng Xu
· 10 years ago
eb4d628
Divide huge SensorService files into managable pieces
by Peng Xu
· 10 years ago
f66684a
Add AOSP Geomag and Game Rotation, and Gravity
by Peng Xu
· 10 years ago
5c53805
Enable sensor data injection mode through adb.
by Aravind Akella
· 10 years ago
841a592
Enable sensor data injection mode through adb.
by Aravind Akella
· 10 years ago
18d6d51
More information in sensor bugreports.
by Aravind Akella
· 10 years ago
af8ed3f
Merge "Improve logging in SensorService dump output." into mnc-dev
by Aravind Akella
· 10 years ago
444f267
Improve logging in SensorService dump output.
by Aravind Akella
· 10 years ago
b412f6e
Add body sensors app op - framework native
by Svetoslav
· 10 years ago
a9e6cc3
Enable data injection mode in SensorService.
by Aravind Akella
· 10 years ago
4949c50
Support restricted mode in SensorService.
by Aravind Akella
· 11 years ago
7d83176
am 46ca041f: Merge "Don\'t error out because SensorEventConnection::dump overloads BBinder::dump"
by Chih-hung Hsieh
· 11 years ago
72952ef
Don't error out because SensorEventConnection::dump overloads BBinder::dump
by Bernhard Rosenkränzer
· 11 years ago
b4373ac
Add a timeout for releasing SensorService wake_lock.
by Aravind Akella
· 11 years ago
8a96955
Fix sockfd leakage in SensorService.
by Aravind Akella
· 11 years ago
0ec2066
SensorService fixes.
by Aravind Akella
· 11 years ago
8493b79
SensorService fixes
by Aravind Akella
· 11 years ago
9e3adfc
SensorService flush fixes.
by Aravind Akella
· 11 years ago
5466c3d
SensorService fixes
by Aravind Akella
· 11 years ago
e74baf6
SensorService fixes.
by Aravind Akella
· 11 years ago
6c2664a
SensorService fixes.
by Aravind Akella
· 11 years ago
56ae426
SensorService performance improvements.
by Aravind Akella
· 11 years ago
9a844cf
Enable wakeup sensors.
by Aravind Akella
· 12 years ago
7001804
Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors
by Aravind Akella
· 11 years ago
4369a4e
Revert "Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors"
by Etienne Le Grand
· 11 years ago
c57a019
Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors
by Etienne Le Grand
· 11 years ago
4b84704
Ignore flush complete events when recording last value for a sensor.
by Aravind Akella
· 11 years ago
b4099e7
Bug fixes for SensorService
by Aravind Akella
· 12 years ago
c551eac
SensorService Flush API bug fix.
by Aravind Akella
· 12 years ago
701166d
Change API from flush(handle) to flush(). Call flush on all active sensors in the given SensorEventConnection.
by Aravind Akella
· 12 years ago
4c8b951
Sensor Batching Bug fixes.
by Aravind Akella
· 12 years ago
724d91d
Sensor batching. Changes to the native code.
by Aravind Akella
· 12 years ago
cdd7d8b
resolved conflicts for merge of 00aea5c5 to master
by Mathias Agopian
· 12 years ago
ac9a96d
fix a dead-lock in sensorservice
by Mathias Agopian
· 12 years ago
7438fd1
simplify some unnecessary complex code
by Mathias Agopian
· 12 years ago
0319306
various fixes to the sensorservice
by Mathias Agopian
· 12 years ago
b6df7d0
make all libsurfaceflinger and libsensorservice symbols's visibility hidden
by Mathias Agopian
· 12 years ago
4342fdf
Sensor changes.
by Jaikumar Ganesh
· 12 years ago
5307d17
track UID with connections
by Mathias Agopian
· 13 years ago
3326486
add a way to enable debugging sensors at runtime
by Mathias Agopian
· 13 years ago
b398927
Rename SensorChannel to BitTube
by Mathias Agopian
· 14 years ago
1cb1346
PermissionCache caches permission checks
by Mathias Agopian
· 14 years ago
010e422
improve orientation sensor with gyro data
by Mathias Agopian
· 14 years ago
a1b7db9
Fix a few issues with sensors reference-counting
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
· 15 years ago
f001c92
Add support for virtual sensors.
by Mathias Agopian
· 15 years ago
71d7a5c
Fix a race condition in sensormanager
by Mathias Agopian
· 15 years ago
94e8f68
record the last event received regardless of having clients or not
by Mathias Agopian
· 15 years ago
24d7235
improve sensorservice dumpsys and increase the max sensor rate to 1 ms (1000Hz)
by Mathias Agopian
· 15 years ago
3560fb2
SensorService handles last known state properly
by Mathias Agopian
· 15 years ago
cf51001
filter sensor event by connection
by Mathias Agopian
· 15 years ago
7c1c531
propagate sensor event rate properly to the sensor HAL
by Mathias Agopian
· 15 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
fc32881
new SensorService
by Mathias Agopian
· 15 years ago