1. c8ad44b Revert "Extend background app behavior for direct channel" by Arthur Ishiguro · 5 years ago
  2. fb64fca Revert "Fail on flush if no sensors are found" by Arthur Ishiguro · 5 years ago
  3. a962350 Revert "Fix deadlock on SensorService" by Arthur Ishiguro · 5 years ago
  4. 410d567 Fix deadlock on SensorService by Arthur Ishiguro · 5 years ago
  5. 14c96b1 Extend background app behavior for direct channel by Arthur Ishiguro · 5 years ago
  6. 6eb75be Fail on flush if no sensors are found by Arthur Ishiguro · 5 years ago
  7. 8a7ec57 Disable sensors when an app goes to background by Arthur Ishiguro · 5 years ago
  8. ad46c78 Convert KeyedVector to std::ordered_map by Arthur Ishiguro · 5 years ago
  9. e38a141 Update sensors framework for HAL 2.1 by Anthony Stange · 6 years ago
  10. 63daa66 Changing logic that generates virtual SENSOR_TYPE_LINEAR_ACCELERATION. by Pierre Fite-Georgel · 6 years ago
  11. 285aac1 Skip dump proto when initCheck fails by Mike Ma · 6 years ago
  12. 2474386 Dumpsys sensorservice --proto by Mike Ma · 6 years ago
  13. fdb1fc8 Add hinge angle sensor type to sensor NDK by Anthony Stange · 6 years ago
  14. 3de9119 Stop illegal FD from causing SensorService crash by Anthony Stange · 6 years ago
  15. 6d2dc42 Merge "Add new parameter capability to onUidStateChanged()" by Hui Yu · 6 years ago
  16. c84f5c7 Merge "Update sensorservice OWNERS" am: eb5512ebab am: 5f0353e087 am: 291ac48c3b by Brian Duddie · 6 years ago
  17. 83cc45b Merge "Remove libhwbinder/libhidltransport deps" am: 0b2cf30522 am: b19d15b55c am: f425ab1e9c by Steven Moreland · 6 years ago
  18. 38ec9e4 Merge "Update sensorservice OWNERS" am: eb5512ebab am: 5f0353e087 am: 291ac48c3b by Brian Duddie · 6 years ago
  19. d65d71b Merge "Remove libhwbinder/libhidltransport deps" am: 0b2cf30522 am: b19d15b55c by Steven Moreland · 6 years ago
  20. eb5512e Merge "Update sensorservice OWNERS" by Treehugger Robot · 6 years ago
  21. f63a5b7 Update sensorservice OWNERS by Brian Duddie · 6 years ago
  22. 7a10a4f Remove libhwbinder/libhidltransport deps by Steven Moreland · 6 years ago
  23. ee03b78 Add new parameter capability to onUidStateChanged() by Hui Yu · 6 years ago
  24. dcdcbd6 Avoid potential deadlocks in SensorService am: 967ce17e9d am: 68259a8690 by Brian Duddie · 6 years ago
  25. 967ce17 Avoid potential deadlocks in SensorService by Brian Duddie · 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. 240d1d6 Only check noteOp in SensorService if AppOp >= 0 by Brian Stack · 6 years ago
  30. f5a44ae Merge "Mark auto-disabled sensor as not active" into qt-dev by TreeHugger Robot · 6 years ago
  31. aa6dc09 Mark auto-disabled sensor as not active by Brian Stack · 6 years ago
  32. 2494c95 Merge "Do not check AppOp if not required" into qt-dev by TreeHugger Robot · 6 years ago
  33. 6a700f9 Do not check AppOp if not required by Brian Stack · 6 years ago
  34. 8481901 Remove 'FMQ wake without any events' log by Brian Stack · 6 years ago
  35. c225aa1 Call noteOp for sensor events by Brian Stack · 6 years ago
  36. 793f464 Require AR permission to access step events by Brian Stack · 6 years ago
  37. 228bd90 Merge "Prevent stale event from being delivered to client" into qt-dev by TreeHugger Robot · 6 years ago
  38. 26029ee Prevent stale event from being delivered to client by Brian Stack · 6 years ago
  39. 4a11fed Correctly update sensor status in restricted mode by Brian Stack · 6 years ago
  40. d33a182 Allow a --user param for cmd sensorservice commands. by Tanmay Patil · 6 years ago
  41. 0c305fe Track if sensor is active by Brian Stack · 6 years ago
  42. 605ee5e Merge "Improve Sensor Service's dumpsys when restricted" by TreeHugger Robot · 6 years ago
  43. bce04d7 Improve Sensor Service's dumpsys when restricted by Brian Stack · 6 years ago
  44. 5180e46 Fix inverted logic in isOperationRestricted by Brian Stack · 7 years ago
  45. 7c28220 Merge "Convert Android.mk file to Android.bp" am: 058cb93644 am: c044eea3fc by Sasha Smundak · 7 years ago
  46. 6a6bdad Convert Android.mk file to Android.bp by Sasha Smundak · 7 years ago
  47. aab0469 Merge "Fix/suppress sensor google-explicit-constructor warnings" am: fbcaaeb1b8 am: c9265b50b7 by Chih-Hung Hsieh · 7 years ago
  48. 87ad435 Fix/suppress sensor google-explicit-constructor warnings by Chih-Hung Hsieh · 7 years ago
  49. a24e7d4 Notify Wake Lock Queue's EventFlag after write by Brian Stack · 7 years ago
  50. 5e1f60b Block access to sensors when Sensor Privacy Mode enabled by Michael Groover · 7 years ago
  51. ae4053f Only log dropped events every two seconds by Brian Stack · 7 years ago
  52. 0b58363 Merge "Notify Event FMQ when sensor events are read" by TreeHugger Robot · 7 years ago
  53. a797472 Merge "Activity manager: native callback for process state" by Eric Laurent · 7 years ago
  54. 0fe7256 Merge "Add bstack to sensors OWNERS files" am: 52ea165a5d am: fdae3cccb6 by Brian Duddie · 7 years ago
  55. 2a635f7 Add bstack to sensors OWNERS files by Brian Duddie · 7 years ago
  56. 93432ad Prevent overflow when caching sensor events by Brian Stack · 7 years ago
  57. 0559589 Activity manager: native callback for process state by Eric Laurent · 7 years ago
  58. af1b54c Notify Event FMQ when sensor events are read by Brian Stack · 7 years ago
  59. 0b858c1 Do not send stale event to on-change sensor by Brian Stack · 7 years ago
  60. 156da08 Automatically reconnect sensors by Brian Stack · 7 years ago
  61. 1c3b2b5 Merge "Include capture time in sensorservice dump" by TreeHugger Robot · 7 years ago
  62. 51498e6 Include capture time in sensorservice dump by Brian Stack · 7 years ago
  63. 574cda3 Listen for Sensors HAL Death by Brian Stack · 7 years ago
  64. bbab1ea Do not use SensorDevice as ISensorsCallback by Brian Stack · 7 years ago
  65. b7bfc0f Write to Wake Lock FMQ by Brian Stack · 7 years ago
  66. a6fb4a3 Merge "Implement ISensorsCallback" by TreeHugger Robot · 7 years ago
  67. d8c5b51 Merge changes Iad6b9ef2,I4f0d710a by TreeHugger Robot · 7 years ago
  68. 6c49e6f Implement ISensorsCallback by Brian Stack · 7 years ago
  69. a28e921 Read Sensor Events from Event FMQ by Brian Stack · 7 years ago
  70. 979887b Initialize SensorDevice's FMQs by Brian Stack · 7 years ago
  71. aeef9d5 Increase recent event count for proximity sensors by Andrew Lehmer · 7 years ago
  72. 12f4d32 Modify SensorDevice to use ISensorsWrapper by Brian Stack · 7 years ago
  73. 087ed29 Implement SensorsWrapperV1_0 and SensorsWrapperV2_0 by Brian Stack · 7 years ago
  74. c9ef483 Defines ISensorsWrapper by Brian Stack · 7 years ago
  75. 4baa5be Remove "using namespace SensorServiceUtil" by Brian Stack · 7 years ago
  76. 8f313e3 [sensorservice] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  77. 70af939 Merge "Increase recent event count for light sensors" into pi-dev am: da7e1b5f84 by Andrew Lehmer · 7 years ago
  78. a57670c Increase recent event count for light sensors by Andrew Lehmer · 7 years ago
  79. 7c54a01 Merge "Fix complaints about mismatched new/delete" by TreeHugger Robot · 7 years ago
  80. 2d7e351 Fix NPE on a device having no sensor by Jaekyun Seok · 7 years ago
  81. 3edc5ea Add bounds check to sensors direct channel creation am: 0eb4624b33 am: 9f58afcc4a by Brian Duddie · 7 years ago
  82. cfbef9f Add bounds check to sensors direct channel creation am: 0eb4624b33 by Brian Duddie · 7 years ago
  83. 9f58afc Add bounds check to sensors direct channel creation am: 0eb4624b33 by Brian Duddie · 7 years ago
  84. 49f4e00 Update OWNERS by Ashutosh Joshi · 8 years ago
  85. e65ab70 Merge "Don't use cutils/Atomic.h" am: 8f4529bbc2 am: 410582488d am: afbe4eee71 by Steven Moreland · 8 years ago
  86. 2716e11 Don't use cutils/Atomic.h by Steven Moreland · 8 years ago
  87. 0eb4624 Add bounds check to sensors direct channel creation by Brian Duddie · 8 years ago
  88. 1866ed4 Fix complaints about mismatched new/delete by George Burgess IV · 8 years ago
  89. 5c9664c Merge "No sensor access to idle UIDs - native framework" by TreeHugger Robot · 8 years ago
  90. e752a5c No sensor access to idle UIDs - native framework by Svet Ganov · 8 years ago
  91. 7aafa16 Fix sensorservice on integer sanitized builds. by Joel Galenson · 8 years ago
  92. c35b820 SensorRegistrationInfo: Set sampling rate and max reporting latency by Julius D'souza · 8 years ago
  93. 4994440 Merge commit '2fc42a279697a847d5b6961914f6f6afbed49a48' from by Xin Li · 8 years ago
  94. 3eaa4bb Merge "Use -Werror in frameworks/native/services/sensorservice" am: 860c8b4798 am: a566557418 by Chih-Hung Hsieh · 8 years ago
  95. 5c4527f Merge "Use -Werror in frameworks/native/services/sensorservice" am: 860c8b4798 by Chih-Hung Hsieh · 8 years ago
  96. c1a1ade Use -Werror in frameworks/native/services/sensorservice by Chih-Hung Hsieh · 8 years ago
  97. 0c46d9d Fix sensorservice on integer sanitized builds. by Joel Galenson · 8 years ago
  98. a53e89d SensorDeviceUtils: do not create sp(this) in constructor. by Yifan Hong · 8 years ago
  99. b41e87a SensorService: fix potential mutex use-before-init. by Martijn Coenen · 8 years ago
  100. d2c0820 Merge "Clean up connection to sensor hidl service" am: 7fbbfe2494 am: 05b09af109 am: 9f9cdcf24e by Peng Xu · 8 years ago