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