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