1. 65beac9 Release dynamic sensor data at the end of process by Rocky Fang · 1 year, 3 months ago
  2. d8119da Send wake event to ISensorHalWrapper fmq when switching to Hal Bypass Mode by Mark Wheatley · 1 year, 6 months ago
  3. beb0dff Clear dynamic sensors during reconnect by Rocky Fang · 1 year, 8 months ago
  4. c971c41 Implement onDynamicSensorDisconnected by Rocky Fang · 1 year, 8 months ago
  5. 6d34bbb Initialize mInHalBypassMode to false by Mark Wheatley · 1 year, 10 months ago
  6. 8f285d9 Add HAL Bypass Data Injection mode to Sensor Service by Mark Wheatley · 2 years, 2 months ago
  7. 83aa0ab Use String8/16 c_str [sensors] by Tomasz Wasilczyk · 2 years ago
  8. 0a4cebb Use fdsan in direct channel registration by Brian Duddie · 3 years ago
  9. 24f2b4c Restore sensor flush behavior for disabled clients by Brian Duddie · 3 years, 4 months ago
  10. 28b0508 Fix registerDirectChannel in HAL wrappers by Arthur Ishiguro · 3 years, 5 months ago
  11. a366d1c Merge changes from topic "sensors-hal-aidl" by TreeHugger Robot · 3 years, 8 months ago
  12. 7359a58 Add null-pointer check for mHalWrapper by Arthur Ishiguro · 3 years, 8 months ago
  13. adbb40a Add AidlSensorHalWrapper code by Arthur Ishiguro · 3 years, 9 months ago
  14. 65b5981 Refactor dynamic sensors logic by Arthur Ishiguro · 3 years, 8 months ago
  15. 39e04c6 Reorganize sensors resolution logic by Arthur Ishiguro · 3 years, 8 months ago
  16. 24804dc Implements HidlSensorHalWrapper by Arthur Ishiguro · 3 years, 10 months ago
  17. 71e78ac Refactor dynamic sensor callback in SensorDevice by Arthur Ishiguro · 3 years, 9 months ago
  18. c7ac722 Reconnect to all hidl sensors HALs am: 4b26b7fb46 am: ee88ea4c19 by Arthur Ishiguro · 3 years, 9 months ago
  19. d6b9e21 Run clang-format on SensorDevice code by Arthur Ishiguro · 3 years, 9 months ago
  20. 4b26b7f Reconnect to all hidl sensors HALs by Arthur Ishiguro · 3 years, 10 months ago
  21. 4f1dd8a Use std::vector in SensorDevice code by Arthur Ishiguro · 3 years, 10 months ago
  22. cd06d71 Block dynamic connection event if sensor not found am: fb4e33acfe am: 519ba2496e by Anthony Stange · 3 years, 11 months ago
  23. fb4e33a Block dynamic connection event if sensor not found by Anthony Stange · 4 years ago
  24. 3ab0a1b Update language to comply with Android's inclusive language guidance by lifr · 4 years, 1 month ago
  25. c63880a sensorservice: Fix SensorDevice::isSensorActive(). by Chris Kuiper · 4 years, 1 month ago
  26. 3dd8502 Only requantize sensor max range if significant by Brian Duddie · 4 years, 4 months ago
  27. 283173f Merge "Fix sensor activate after SensorEventConnection removed" am: b51a9cc926 am: ce93621d5d am: 5673d11d4a by Treehugger Robot · 4 years, 6 months ago
  28. 94ae131 Fix sensor activate after SensorEventConnection removed by xiamengsen · 4 years, 7 months ago
  29. 5198c99 Subscribe to the microphone toggle state. by Anh Pham · 4 years, 7 months ago
  30. c69e2a4 Don't quantize max range with a resolution of 0 by Anthony Stange · 5 years ago
  31. 5945eb3 Enforce sensible resolution for accel / gyro / mag by Anthony Stange · 5 years ago
  32. ec5b4b1 Don't quantize max range with a resolution of 0 by Anthony Stange · 5 years ago
  33. 3cc2c35 Fix logical error in UID idle/active handling by Arthur Ishiguro · 5 years ago
  34. 1983b72 Merge "V2: Use resolution to round sensor event values" into rvc-dev by TreeHugger Robot · 5 years ago
  35. 1292486 V2: Use resolution to round sensor event values by Anthony Stange · 5 years ago
  36. 539c27c Disable sensors when an app goes to background v2 by Arthur Ishiguro · 5 years ago
  37. 9b466b7 Revert "Use resolution to round sensor event values" by Anthony Stange · 5 years ago
  38. 0ff158f Use resolution to round sensor event values by Anthony Stange · 5 years ago
  39. e38a141 Update sensors framework for HAL 2.1 by Anthony Stange · 6 years ago
  40. 2474386 Dumpsys sensorservice --proto by Mike Ma · 6 years ago
  41. 7c9d895 Skip SensorDevice disable sensors for HAL 2.0 by Stan Rokita · 6 years ago
  42. 6d2e375 Avoid deadlock if HAL dies at init by Brian Duddie · 6 years ago
  43. 8e6f31c Avoid accessing failed HIDL Return contents by Brian Duddie · 6 years ago
  44. aa6dc09 Mark auto-disabled sensor as not active by Brian Stack · 6 years ago
  45. 8481901 Remove 'FMQ wake without any events' log by Brian Stack · 6 years ago
  46. 4a11fed Correctly update sensor status in restricted mode by Brian Stack · 6 years ago
  47. 0c305fe Track if sensor is active by Brian Stack · 6 years ago
  48. bce04d7 Improve Sensor Service's dumpsys when restricted by Brian Stack · 6 years ago
  49. a24e7d4 Notify Wake Lock Queue's EventFlag after write by Brian Stack · 7 years ago
  50. af1b54c Notify Event FMQ when sensor events are read by Brian Stack · 7 years ago
  51. 156da08 Automatically reconnect sensors by Brian Stack · 7 years ago
  52. 574cda3 Listen for Sensors HAL Death by Brian Stack · 7 years ago
  53. bbab1ea Do not use SensorDevice as ISensorsCallback by Brian Stack · 7 years ago
  54. b7bfc0f Write to Wake Lock FMQ by Brian Stack · 7 years ago
  55. 6c49e6f Implement ISensorsCallback by Brian Stack · 7 years ago
  56. a28e921 Read Sensor Events from Event FMQ by Brian Stack · 7 years ago
  57. 979887b Initialize SensorDevice's FMQs by Brian Stack · 7 years ago
  58. 12f4d32 Modify SensorDevice to use ISensorsWrapper by Brian Stack · 7 years ago
  59. 8f313e3 [sensorservice] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  60. e65ab70 Merge "Don't use cutils/Atomic.h" am: 8f4529bbc2 am: 410582488d am: afbe4eee71 by Steven Moreland · 7 years ago
  61. 2716e11 Don't use cutils/Atomic.h by Steven Moreland · 8 years ago
  62. d2c0820 Merge "Clean up connection to sensor hidl service" am: 7fbbfe2494 am: 05b09af109 am: 9f9cdcf24e by Peng Xu · 8 years ago
  63. 1a95647 Merge "Clean up connection to sensor hidl service" am: 7fbbfe2494 am: 05b09af109 by Peng Xu · 8 years ago
  64. 1a00e2d Clean up connection to sensor hidl service by Peng Xu · 8 years ago
  65. 4cd6001 Checking exisitence before calling editValueFor in SensorDevice by Peng Xu · 8 years ago
  66. 042baec Checking exisitence before calling editValueFor in SensorDevice by Peng Xu · 8 years ago
  67. 98a3f89 Merge "Clamp reported power for each sensor to 1 microAmp." into oc-dev by Ashutosh Joshi · 8 years ago
  68. fea2d26 Clamp reported power for each sensor to 1 microAmp. by Ashutosh Joshi · 8 years ago
  69. 2bec623 Calculate batching param in a smarter way by Peng Xu · 9 years ago
  70. a8fad9b Checks hidl service and remove hidl call at dump by Peng Xu · 8 years ago
  71. 96b12d8 Add a retry mechanism to potentially allow recovery from HIDL failures. by Ashutosh Joshi · 8 years ago
  72. 3889e6e Double check hidl service at init + meaningful abort when hidl crash by Peng Xu · 8 years ago
  73. d15c030 sensorservice: Start using HIDL sensor HAL. by Steven Moreland · 9 years ago
  74. 5cafc1e Revert "sensorservice: Remove ENABLE_TREBLE flag." by Ashutosh Joshi · 9 years ago
  75. d333511 sensorservice: Remove ENABLE_TREBLE flag. by Steven Moreland · 9 years ago
  76. 5363254 Add function to determine if SensorDevice support direct report by Peng Xu · 9 years ago
  77. e36e347 Direct report mode support in sensor service and client by Peng Xu · 9 years ago
  78. f0c6885 [sensorservice] Fix inconsistent states in SensorDevice am: 4f707f8b3d by Peng Xu · 9 years ago
  79. 4f707f8 [sensorservice] Fix inconsistent states in SensorDevice by Peng Xu · 9 years ago
  80. 966fa88 [sensorservice] Add log to rare CTS failure cause by Peng Xu · 9 years ago
  81. fcaedb1 Merge "Fix sensor uuid, retrofit recent event logger" into nyc-dev am: cf43c26 am: 19a621e by Peng Xu · 9 years ago
  82. 6a2d3a0 Fix sensor uuid, retrofit recent event logger by Peng Xu · 10 years ago
  83. ad6cd42 Stop supporting old Sensor HAL versions. by Ashutosh Joshi · 10 years ago
  84. 2576cb6 Dynamic Sensor Discovery implementation by Peng Xu · 10 years ago
  85. d4036b6 SensorService: Fix some warnings by Andreas Gampe · 10 years ago
  86. 18d6d51 More information in sensor bugreports. by Aravind Akella · 10 years ago
  87. af8ed3f Merge "Improve logging in SensorService dump output." into mnc-dev by Aravind Akella · 10 years ago
  88. 444f267 Improve logging in SensorService dump output. by Aravind Akella · 10 years ago
  89. b412f6e Add body sensors app op - framework native by Svetoslav · 10 years ago
  90. a9e6cc3 Enable data injection mode in SensorService. by Aravind Akella · 10 years ago
  91. 4949c50 Support restricted mode in SensorService. by Aravind Akella · 11 years ago
  92. 6c2664a SensorService fixes. by Aravind Akella · 11 years ago
  93. c46422e am 20914f0a: am a4e345e1: Merge "sensorservice: 64-bit compile issues" by Mark Salyzyn · 11 years ago
  94. db45861 sensorservice: 64-bit compile issues by Mark Salyzyn · 11 years ago
  95. 9a844cf Enable wakeup sensors. by Aravind Akella · 12 years ago
  96. 92dc3fc native frameworks: 64-bit compile issues by Mark Salyzyn · 11 years ago
  97. 724d91d Sensor batching. Changes to the native code. by Aravind Akella · 12 years ago
  98. cdd7d8b resolved conflicts for merge of 00aea5c5 to master by Mathias Agopian · 12 years ago
  99. ac9a96d fix a dead-lock in sensorservice by Mathias Agopian · 12 years ago
  100. ba02cd2 improve sensorservice's dumpsys by Mathias Agopian · 12 years ago