1. 86b20dc [sensorservice] Fix inconsistent states in SensorDevice am: 4f707f8b3d by Peng Xu · 9 years ago
  2. 4f707f8 [sensorservice] Fix inconsistent states in SensorDevice by Peng Xu · 9 years ago
  3. 08f1b67 Show masked value for sensor with permission am: fba3c11b5e by Peng Xu · 9 years ago
  4. ee36adb Merge "Show masked value for sensor with permission" into cw-f-dev by Ashutosh Joshi · 9 years ago
  5. 85171c0 Merge "Sensor: Make switching from data injection mode to normal mode more productive" am: e6a4e9b04e am: 33685d3a84 by Peng Xu · 9 years ago
  6. fba3c11 Show masked value for sensor with permission by Peng Xu · 9 years ago
  7. bfac17e Sensor: Make switching from data injection mode to normal mode more productive by Aniroop Mathur · 9 years ago
  8. eb05947 Fix dangerous unsafe_get() in SensorRecord by Peng Xu · 9 years ago
  9. 98d30f6 Tune SensorService thread priority, lower sensor event latency by Peng Xu · 9 years ago
  10. 363b3fd Increase sensor registration log size by Peng Xu · 9 years ago
  11. 53ca2e0 Sensor: Make getId() more varied by Greg Kaiser · 9 years ago
  12. 6a2d3a0 Fix sensor uuid, retrofit recent event logger by Peng Xu · 10 years ago
  13. 755c451 sensorservice: switch to use sp<> in sensor list by Peng Xu · 9 years ago
  14. 0cc8f80 Refactor sensor list in SensorService by Peng Xu · 9 years ago
  15. c130d7a SensorService: Remove unused function by Greg Kaiser · 9 years ago
  16. e51c257 [sensorservice] temporarily remove Autolock mSensorsLock by Peng Xu · 9 years ago
  17. 47e9601 Fix a few known issues in SensorService by Peng Xu · 9 years ago
  18. 8fb2b02 Return 16 values when sending on-change sensor\'s last event am: 95f13901ed by Nick Vaccaro · 9 years ago
  19. e4be205 Return 16 values when sending on-change sensor\'s last event am: 95f13901ed by Nick Vaccaro · 9 years ago
  20. 95f1390 Return 16 values when sending on-change sensor's last event by Nick Vaccaro · 10 years ago
  21. 9e72046 Implementation of sensor additional info report by Peng Xu · 10 years ago
  22. b7beb52 [DO NOT MERGE ANYWHERE] Fix bodysensor permission by Peng Xu · 10 years ago
  23. 2576cb6 Dynamic Sensor Discovery implementation by Peng Xu · 10 years ago
  24. eb4d628 Divide huge SensorService files into managable pieces by Peng Xu · 10 years ago
  25. 8c3e55f Revert "DO NOT MERGE ANYWHERE Add new interface for sensor physical data" by Ben Fennema · 10 years ago
  26. d4db70a DO NOT MERGE ANYWHERE Add new interface for sensor physical data by Jani Suonpera · 10 years ago
  27. 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
  28. cca37b0 Merge "Avoiding flush on-change sensors at subscription" into mnc-dr-dev am: a78c2e65e1 am: ffb07f645e by Peng Xu · 10 years ago
  29. 20483c4 Avoiding flush on-change sensors at subscription by Peng Xu · 10 years ago
  30. 0e471cf SensorService: Fix some warnings by Andreas Gampe · 10 years ago
  31. f66684a Add AOSP Geomag and Game Rotation, and Gravity by Peng Xu · 10 years ago
  32. d4036b6 SensorService: Fix some warnings by Andreas Gampe · 10 years ago
  33. f504789 Check for the presence of accel and magnetometer sensors before adding AOSP fusion sensors. by Aravind Akella · 10 years ago
  34. 8ef3c89 Rename wakelock held internally by SensorService. by Aravind Akella · 10 years ago
  35. 841a592 Enable sensor data injection mode through adb. by Aravind Akella · 10 years ago
  36. 7a1b5d5 Merge "Fix crash in SensorService. Ignore devices with no sensors." into mnc-dev by Aravind Akella · 10 years ago
  37. ee155ca Fix crash in SensorService. Ignore devices with no sensors. by Aravind Akella · 10 years ago
  38. 18d6d51 More information in sensor bugreports. by Aravind Akella · 10 years ago
  39. a8814ce Use LOCATION_HARDWARE permission for data injection. by Aravind Akella · 10 years ago
  40. af8ed3f Merge "Improve logging in SensorService dump output." into mnc-dev by Aravind Akella · 10 years ago
  41. 444f267 Improve logging in SensorService dump output. by Aravind Akella · 10 years ago
  42. be451b5 Merge "Fix the arguments to memcpy." into mnc-dev by Aravind Akella · 10 years ago
  43. 08f04bf Fix the arguments to memcpy. by Aravind Akella · 10 years ago
  44. b412f6e Add body sensors app op - framework native by Svetoslav · 10 years ago
  45. a9e6cc3 Enable data injection mode in SensorService. by Aravind Akella · 10 years ago
  46. 4949c50 Support restricted mode in SensorService. by Aravind Akella · 11 years ago
  47. 22b99e3 am 45aa0227: Merge "Fix potential format string vulnerability" by chh · 11 years ago
  48. 5f61993 Fix potential format string vulnerability by Bernhard Rosenkränzer · 11 years ago
  49. b4373ac Add a timeout for releasing SensorService wake_lock. by Aravind Akella · 11 years ago
  50. 0b6acb2 Add version number to SensorService dump output. by Aravind Akella · 11 years ago
  51. 7830ef3 Change ordering of memory allocation and calling Thread::run(). by Aravind Akella · 11 years ago
  52. 8a96955 Fix sockfd leakage in SensorService. by Aravind Akella · 11 years ago
  53. deb71b2 Merge "Fix a possible SensorService deadlock." into lmp-dev by Aravind Akella · 11 years ago
  54. e148bc2 Fix a possible SensorService deadlock. by Aravind Akella · 11 years ago
  55. 678f4fc Revert "Fix sockfd leakage in SensorService. Remove sockfd from Looper when the connection is removed from mActiveConnections." by Aravind Akella · 11 years ago
  56. 5105960 Fix sockfd leakage in SensorService. Remove sockfd from Looper by Aravind Akella · 11 years ago
  57. 0ec2066 SensorService fixes. by Aravind Akella · 11 years ago
  58. 8493b79 SensorService fixes by Aravind Akella · 11 years ago
  59. 9e3adfc SensorService flush fixes. by Aravind Akella · 11 years ago
  60. 5466c3d SensorService fixes by Aravind Akella · 11 years ago
  61. e74baf6 SensorService fixes. by Aravind Akella · 11 years ago
  62. 6c2664a SensorService fixes. by Aravind Akella · 11 years ago
  63. 56ae426 SensorService performance improvements. by Aravind Akella · 11 years ago
  64. 7869e22 CW on L: Fix a SIGSEGV crash in sensor service. by Sean Wan · 11 years ago
  65. adb65d9 Merge "Surface reportingMode for Sensors." by Aravind Akella · 11 years ago
  66. 0e025c5 Surface reportingMode for Sensors. by Aravind Akella · 11 years ago
  67. c46422e am 20914f0a: am a4e345e1: Merge "sensorservice: 64-bit compile issues" by Mark Salyzyn · 11 years ago
  68. 20914f0 am a4e345e1: Merge "sensorservice: 64-bit compile issues" by Mark Salyzyn · 11 years ago
  69. db45861 sensorservice: 64-bit compile issues by Mark Salyzyn · 11 years ago
  70. d9441e4 Surface maxDelay and isWakeUpSensor flag in Sensor.java. by Aravind Akella · 11 years ago
  71. 9a844cf Enable wakeup sensors. by Aravind Akella · 12 years ago
  72. 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
  73. 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
  74. 7001804 Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors by Aravind Akella · 11 years ago
  75. 75b3320 am 4369a4eb: Revert "Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors" by Etienne Le Grand · 11 years ago
  76. 30d6fd6 Revert "Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors" by Etienne Le Grand · 11 years ago
  77. 4369a4e Revert "Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors" by Etienne Le Grand · 11 years ago
  78. 33458f7 am 00f4dde1: am c57a019e: Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors by Etienne Le Grand · 11 years ago
  79. 00f4dde am c57a019e: Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors by Etienne Le Grand · 11 years ago
  80. c57a019 Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors by Etienne Le Grand · 11 years ago
  81. c45011f am cdbf28b3: Merge "native frameworks: 64-bit compile issues" by Mark Salyzyn · 11 years ago
  82. 9931460 am d4dabf87: am cdbf28b3: Merge "native frameworks: 64-bit compile issues" by Mark Salyzyn · 11 years ago
  83. d4dabf8 am cdbf28b3: Merge "native frameworks: 64-bit compile issues" by Mark Salyzyn · 11 years ago
  84. 92dc3fc native frameworks: 64-bit compile issues by Mark Salyzyn · 11 years ago
  85. 35348dc am e7643e43: am 8ae7c02e: am ffac23b2: am 4b84704b: Ignore flush complete events when recording last value for a sensor. by Aravind Akella · 12 years ago
  86. 4b84704 Ignore flush complete events when recording last value for a sensor. by Aravind Akella · 12 years ago
  87. eefced1 Add uid to sensorservice's dump of active connections by Patrick Tjin · 12 years ago
  88. b4099e7 Bug fixes for SensorService by Aravind Akella · 12 years ago
  89. c551eac SensorService Flush API bug fix. by Aravind Akella · 12 years ago
  90. 701166d Change API from flush(handle) to flush(). Call flush on all active sensors in the given SensorEventConnection. by Aravind Akella · 12 years ago
  91. 4c8b951 Sensor Batching Bug fixes. by Aravind Akella · 12 years ago
  92. 90ed3e8 fix a few problems with BitTube by Mathias Agopian · 12 years ago
  93. 724d91d Sensor batching. Changes to the native code. by Aravind Akella · 12 years ago
  94. cdd7d8b resolved conflicts for merge of 00aea5c5 to master by Mathias Agopian · 12 years ago
  95. ac9a96d fix a dead-lock in sensorservice by Mathias Agopian · 12 years ago
  96. ba02cd2 improve sensorservice's dumpsys by Mathias Agopian · 12 years ago
  97. 7438fd1 simplify some unnecessary complex code by Mathias Agopian · 12 years ago
  98. 0319306 various fixes to the sensorservice by Mathias Agopian · 12 years ago
  99. 4c01b1a Fix activation issue with auto disabled sensors. by Jaikumar Ganesh · 12 years ago
  100. 4342fdf Sensor changes. by Jaikumar Ganesh · 12 years ago