1. 6f7854b Fix compiler warnings in sensorservice. by Aurimas Liutikas · 9 years ago
  2. 9e72046 Implementation of sensor additional info report by Peng Xu · 10 years ago
  3. 2576cb6 Dynamic Sensor Discovery implementation by Peng Xu · 10 years ago
  4. eb4d628 Divide huge SensorService files into managable pieces by Peng Xu · 10 years ago
  5. c899c32 Merge "Avoiding flush on-change sensors at subscription" into mnc-dr-dev am: a78c2e65e1 am: ffb07f645e am: e4db21f4b8 by Peng Xu · 10 years ago
  6. cca37b0 Merge "Avoiding flush on-change sensors at subscription" into mnc-dr-dev am: a78c2e65e1 am: ffb07f645e by Peng Xu · 10 years ago
  7. 20483c4 Avoiding flush on-change sensors at subscription by Peng Xu · 10 years ago
  8. a482000 am 2fcd675b: am e9a779bf: am 1159b181: Merge "ignore SIGPIPE signal in native services" by Elliott Hughes · 10 years ago
  9. e9a779b am 1159b181: Merge "ignore SIGPIPE signal in native services" by Elliott Hughes · 10 years ago
  10. 0944691 ignore SIGPIPE signal in native services by Young-Ho Cha · 10 years ago
  11. f66684a Add AOSP Geomag and Game Rotation, and Gravity by Peng Xu · 10 years ago
  12. 18343a2 SensorService: Fix some warnings by Andreas Gampe · 10 years ago
  13. d4036b6 SensorService: Fix some warnings by Andreas Gampe · 10 years ago
  14. f504789 Check for the presence of accel and magnetometer sensors before adding AOSP fusion sensors. by Aravind Akella · 10 years ago
  15. 8ef3c89 Rename wakelock held internally by SensorService. by Aravind Akella · 10 years ago
  16. 841a592 Enable sensor data injection mode through adb. by Aravind Akella · 10 years ago
  17. 7a1b5d5 Merge "Fix crash in SensorService. Ignore devices with no sensors." into mnc-dev by Aravind Akella · 10 years ago
  18. ee155ca Fix crash in SensorService. Ignore devices with no sensors. by Aravind Akella · 10 years ago
  19. 18d6d51 More information in sensor bugreports. by Aravind Akella · 10 years ago
  20. a8814ce Use LOCATION_HARDWARE permission for data injection. by Aravind Akella · 10 years ago
  21. af8ed3f Merge "Improve logging in SensorService dump output." into mnc-dev by Aravind Akella · 10 years ago
  22. 444f267 Improve logging in SensorService dump output. by Aravind Akella · 10 years ago
  23. be451b5 Merge "Fix the arguments to memcpy." into mnc-dev by Aravind Akella · 10 years ago
  24. 08f04bf Fix the arguments to memcpy. by Aravind Akella · 10 years ago
  25. b0474e7 SensorServiceTest: Fix build, warnings. by Sasha Levitskiy · 10 years ago
  26. b412f6e Add body sensors app op - framework native by Svetoslav · 10 years ago
  27. a9e6cc3 Enable data injection mode in SensorService. by Aravind Akella · 10 years ago
  28. 4949c50 Support restricted mode in SensorService. by Aravind Akella · 10 years ago
  29. 7d83176 am 46ca041f: Merge "Don\'t error out because SensorEventConnection::dump overloads BBinder::dump" by Chih-hung Hsieh · 11 years ago
  30. 72952ef Don't error out because SensorEventConnection::dump overloads BBinder::dump by Bernhard Rosenkränzer · 11 years ago
  31. 22b99e3 am 45aa0227: Merge "Fix potential format string vulnerability" by chh · 11 years ago
  32. 5f61993 Fix potential format string vulnerability by Bernhard Rosenkränzer · 11 years ago
  33. b4373ac Add a timeout for releasing SensorService wake_lock. by Aravind Akella · 11 years ago
  34. 0b6acb2 Add version number to SensorService dump output. by Aravind Akella · 11 years ago
  35. 7830ef3 Change ordering of memory allocation and calling Thread::run(). by Aravind Akella · 11 years ago
  36. 8a96955 Fix sockfd leakage in SensorService. by Aravind Akella · 11 years ago
  37. deb71b2 Merge "Fix a possible SensorService deadlock." into lmp-dev by Aravind Akella · 11 years ago
  38. e148bc2 Fix a possible SensorService deadlock. by Aravind Akella · 11 years ago
  39. 678f4fc Revert "Fix sockfd leakage in SensorService. Remove sockfd from Looper when the connection is removed from mActiveConnections." by Aravind Akella · 11 years ago
  40. 5105960 Fix sockfd leakage in SensorService. Remove sockfd from Looper by Aravind Akella · 11 years ago
  41. 0ec2066 SensorService fixes. by Aravind Akella · 11 years ago
  42. 8493b79 SensorService fixes by Aravind Akella · 11 years ago
  43. 9e3adfc SensorService flush fixes. by Aravind Akella · 11 years ago
  44. 5466c3d SensorService fixes by Aravind Akella · 11 years ago
  45. e74baf6 SensorService fixes. by Aravind Akella · 11 years ago
  46. 6c2664a SensorService fixes. by Aravind Akella · 11 years ago
  47. 56ae426 SensorService performance improvements. by Aravind Akella · 11 years ago
  48. 7869e22 CW on L: Fix a SIGSEGV crash in sensor service. by Sean Wan · 11 years ago
  49. adb65d9 Merge "Surface reportingMode for Sensors." by Aravind Akella · 11 years ago
  50. 0e025c5 Surface reportingMode for Sensors. by Aravind Akella · 11 years ago
  51. c46422e am 20914f0a: am a4e345e1: Merge "sensorservice: 64-bit compile issues" by Mark Salyzyn · 11 years ago
  52. 20914f0 am a4e345e1: Merge "sensorservice: 64-bit compile issues" by Mark Salyzyn · 11 years ago
  53. db45861 sensorservice: 64-bit compile issues by Mark Salyzyn · 11 years ago
  54. d9441e4 Surface maxDelay and isWakeUpSensor flag in Sensor.java. by Aravind Akella · 11 years ago
  55. 9a844cf Enable wakeup sensors. by Aravind Akella · 11 years ago
  56. 93b84e3 am ef89f763: am cf818ebb: Merge "Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors" into klp-modular-dev by Aravind Akella · 11 years ago
  57. ef89f76 am cf818ebb: Merge "Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors" into klp-modular-dev by Aravind Akella · 11 years ago
  58. 7001804 Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors by Aravind Akella · 11 years ago
  59. 75b3320 am 4369a4eb: Revert "Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors" by Etienne Le Grand · 11 years ago
  60. 30d6fd6 Revert "Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors" by Etienne Le Grand · 11 years ago
  61. 4369a4e Revert "Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors" by Etienne Le Grand · 11 years ago
  62. 33458f7 am 00f4dde1: am c57a019e: Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors by Etienne Le Grand · 11 years ago
  63. 00f4dde am c57a019e: Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors by Etienne Le Grand · 11 years ago
  64. c57a019 Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors by Etienne Le Grand · 11 years ago
  65. c45011f am cdbf28b3: Merge "native frameworks: 64-bit compile issues" by Mark Salyzyn · 11 years ago
  66. 9931460 am d4dabf87: am cdbf28b3: Merge "native frameworks: 64-bit compile issues" by Mark Salyzyn · 11 years ago
  67. d4dabf8 am cdbf28b3: Merge "native frameworks: 64-bit compile issues" by Mark Salyzyn · 11 years ago
  68. 92dc3fc native frameworks: 64-bit compile issues by Mark Salyzyn · 11 years ago
  69. 19d6481 Bug fix for SensorFusion data rate. by Aravind Akella · 12 years ago
  70. 35348dc am e7643e43: am 8ae7c02e: am ffac23b2: am 4b84704b: Ignore flush complete events when recording last value for a sensor. by Aravind Akella · 11 years ago
  71. 8ae7c02 am ffac23b2: am 4b84704b: Ignore flush complete events when recording last value for a sensor. by Aravind Akella · 11 years ago
  72. 4b84704 Ignore flush complete events when recording last value for a sensor. by Aravind Akella · 11 years ago
  73. eefced1 Add uid to sensorservice's dump of active connections by Patrick Tjin · 11 years ago
  74. ebff73c Bug fix for SensorFusion data rate. by Aravind Akella · 12 years ago
  75. 8850909 Bug fix for SensorFusion data rate. by Aravind Akella · 12 years ago
  76. 3d0c779 am 245c4339: am 46417b84: Merge "Bug fixes for SensorService" into klp-dev by Aravind Akella · 12 years ago
  77. b4099e7 Bug fixes for SensorService by Aravind Akella · 12 years ago
  78. e276feb am 487c7815: am 641a1868: Merge "SensorService Flush API bug fix." into klp-dev by Aravind Akella · 12 years ago
  79. c551eac SensorService Flush API bug fix. by Aravind Akella · 12 years ago
  80. 4a1e00f am 1f1e5768: am 5d6aa951: Merge "Change API from flush(handle) to flush(). Call flush on all active sensors in the given SensorEventConnection." into klp-dev by Aravind Akella · 12 years ago
  81. 701166d Change API from flush(handle) to flush(). Call flush on all active sensors in the given SensorEventConnection. by Aravind Akella · 12 years ago
  82. 63ff1c6 Cleanup Binder interface between sensorservice and BatteryStats by Mike Lockwood · 12 years ago
  83. fca4339 Merge "Fix for AOSP fusion sensors not handling multiple clients correctly." into klp-dev by Aravind Akella · 12 years ago
  84. bf72dee Fix for AOSP fusion sensors not handling multiple clients correctly. by Aravind Akella · 12 years ago
  85. 4c8b951 Sensor Batching Bug fixes. by Aravind Akella · 12 years ago
  86. 90ed3e8 fix a few problems with BitTube by Mathias Agopian · 12 years ago android-4.4_r0.7
  87. 724d91d Sensor batching. Changes to the native code. by Aravind Akella · 12 years ago
  88. 7ffaa7c move services executables sources in their respective src folder by Mathias Agopian · 12 years ago
  89. ee83397 Fix issue #9860494: Waiting for service batteryinfo... by Dianne Hackborn · 12 years ago
  90. cdd7d8b resolved conflicts for merge of 00aea5c5 to master by Mathias Agopian · 12 years ago
  91. ac9a96d fix a dead-lock in sensorservice by Mathias Agopian · 12 years ago android-4.3.1_r1 android-4.3_r3 android-4.3_r3.1
  92. ba02cd2 improve sensorservice's dumpsys by Mathias Agopian · 12 years ago
  93. 7438fd1 simplify some unnecessary complex code by Mathias Agopian · 12 years ago
  94. 24f9bea revert parts of dc5b63e40, which made gyro drift estimation unstable by Mathias Agopian · 12 years ago
  95. 2e2a560 use gyro timestamp directly in fusion by Mathias Agopian · 12 years ago
  96. 0319306 various fixes to the sensorservice by Mathias Agopian · 12 years ago
  97. b6df7d0 make all libsurfaceflinger and libsensorservice symbols's visibility hidden by Mathias Agopian · 12 years ago
  98. 4c01b1a Fix activation issue with auto disabled sensors. by Jaikumar Ganesh · 12 years ago
  99. 4342fdf Sensor changes. by Jaikumar Ganesh · 12 years ago
  100. 8a0cb4e Add liblog by Ying Wang · 12 years ago