1. a553823 Use IServiceManager method to check app permission by Anh Pham · 4 years, 2 months ago
  2. 7ea287a Switch away from std::async for proximity-active callback. by Santos Cordon · 4 years, 3 months ago
  3. 3dae77f Add a comment for method isSensorInCappedSet(). by Anh Pham · 4 years, 3 months ago
  4. 3a60257 sensorservice: Add proximity active callback APIs. by Andrew Lehmer · 4 years, 5 months ago
  5. 7bfa35e Add aidl method for removing individual sensor privacy listener by Evan Severson · 4 years, 3 months ago
  6. b04658b Clear calling ID before using SensorPrivacyManager by Anh Pham · 4 years, 5 months ago
  7. 340882c Plumb attribution tag to Sensor Service by Arthur Ishiguro · 4 years, 6 months ago
  8. 4e29133 Update sensor get methods related to sampling rate by Anh Pham · 4 years, 7 months ago
  9. 5198c99 Subscribe to the microphone toggle state. by Anh Pham · 4 years, 7 months ago
  10. af91a91 Throttle sensor sampling rates at 200Hz. by Anh Pham · 4 years, 7 months ago
  11. 883748c Use updated AppOps API in SensorService by Arthur Ishiguro · 4 years, 10 months ago
  12. 44869f2 Only get target SDK version if not a VNDK client am: 07eb42170b am: a213080500 by Anthony Stange · 5 years ago
  13. 07eb421 Only get target SDK version if not a VNDK client by Anthony Stange · 5 years ago
  14. 653bdbd Merge "Check if sensor is accessible on flush" into rvc-dev am: 9aacd0cffd am: f708228c02 am: 935cf8beb3 am: a3f74c0de2 by TreeHugger Robot · 5 years ago
  15. 29adc8c Check if sensor is accessible on flush by Stan Rokita · 5 years ago
  16. 6406d8d Merge "Skip checking the app op for step sensors for legacy apps" into rvc-dev am: a0758a8a3d am: 34cd28543e am: 68381fe4a4 am: 11b9d6b229 by TreeHugger Robot · 5 years ago
  17. 457e639 Skip checking the app op for step sensors for legacy apps by Brian Duddie · 5 years ago
  18. 1b38658 Validate Shell Command Input Argument Vector by karthik bharadwaj · 5 years ago
  19. e3ed3d2 Handle backgrounded apps for direct sensor connections by Arthur Ishiguro · 5 years ago
  20. 539c27c Disable sensors when an app goes to background v2 by Arthur Ishiguro · 5 years ago
  21. 062b27b Revert "Disable sensors when an app goes to background" by Arthur Ishiguro · 5 years ago
  22. c8ad44b Revert "Extend background app behavior for direct channel" by Arthur Ishiguro · 5 years ago
  23. fb64fca Revert "Fail on flush if no sensors are found" by Arthur Ishiguro · 5 years ago
  24. a962350 Revert "Fix deadlock on SensorService" by Arthur Ishiguro · 5 years ago
  25. 410d567 Fix deadlock on SensorService by Arthur Ishiguro · 5 years ago
  26. 14c96b1 Extend background app behavior for direct channel by Arthur Ishiguro · 5 years ago
  27. 6eb75be Fail on flush if no sensors are found by Arthur Ishiguro · 5 years ago
  28. 8a7ec57 Disable sensors when an app goes to background by Arthur Ishiguro · 5 years ago
  29. ad46c78 Convert KeyedVector to std::ordered_map by Arthur Ishiguro · 5 years ago
  30. 63daa66 Changing logic that generates virtual SENSOR_TYPE_LINEAR_ACCELERATION. by Pierre Fite-Georgel · 6 years ago
  31. 285aac1 Skip dump proto when initCheck fails by Mike Ma · 6 years ago
  32. 2474386 Dumpsys sensorservice --proto by Mike Ma · 6 years ago
  33. 3de9119 Stop illegal FD from causing SensorService crash by Anthony Stange · 6 years ago
  34. 967ce17 Avoid potential deadlocks in SensorService by Brian Duddie · 6 years ago
  35. 240d1d6 Only check noteOp in SensorService if AppOp >= 0 by Brian Stack · 6 years ago
  36. 6a700f9 Do not check AppOp if not required by Brian Stack · 6 years ago
  37. c225aa1 Call noteOp for sensor events by Brian Stack · 6 years ago
  38. 793f464 Require AR permission to access step events by Brian Stack · 6 years ago
  39. 26029ee Prevent stale event from being delivered to client by Brian Stack · 6 years ago
  40. d33a182 Allow a --user param for cmd sensorservice commands. by Tanmay Patil · 6 years ago
  41. 605ee5e Merge "Improve Sensor Service's dumpsys when restricted" by TreeHugger Robot · 6 years ago
  42. bce04d7 Improve Sensor Service's dumpsys when restricted by Brian Stack · 6 years ago
  43. 5180e46 Fix inverted logic in isOperationRestricted by Brian Stack · 6 years ago
  44. 5e1f60b Block access to sensors when Sensor Privacy Mode enabled by Michael Groover · 7 years ago
  45. 0b858c1 Do not send stale event to on-change sensor by Brian Stack · 7 years ago
  46. 156da08 Automatically reconnect sensors by Brian Stack · 7 years ago
  47. 51498e6 Include capture time in sensorservice dump by Brian Stack · 7 years ago
  48. b7bfc0f Write to Wake Lock FMQ by Brian Stack · 7 years ago
  49. 4baa5be Remove "using namespace SensorServiceUtil" by Brian Stack · 7 years ago
  50. 8f313e3 [sensorservice] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  51. 2d7e351 Fix NPE on a device having no sensor by Jaekyun Seok · 7 years ago
  52. 3edc5ea Add bounds check to sensors direct channel creation am: 0eb4624b33 am: 9f58afcc4a by Brian Duddie · 7 years ago
  53. cfbef9f Add bounds check to sensors direct channel creation am: 0eb4624b33 by Brian Duddie · 7 years ago
  54. 9f58afc Add bounds check to sensors direct channel creation am: 0eb4624b33 by Brian Duddie · 7 years ago
  55. 0eb4624 Add bounds check to sensors direct channel creation by Brian Duddie · 8 years ago
  56. e752a5c No sensor access to idle UIDs - native framework by Svet Ganov · 8 years ago
  57. b11d9c8 Use appendFormat instead of append when passing arguments am: 53e5aa93fa by Ashutosh Joshi · 8 years ago
  58. 53e5aa9 Use appendFormat instead of append when passing arguments by Ashutosh Joshi · 8 years ago
  59. 58d450a Adding package name for HIDL connection and default package name by Peng Xu · 8 years ago
  60. 88711e8 sensors: pass sensor handle along with injected event by Alexey Polyudov · 8 years ago
  61. 49b20db Fix enforcement of sensor's slowest rate am: 663720b29f am: 6528410dbd by Jim Kaye · 8 years ago
  62. 663720b Fix enforcement of sensor's slowest rate by Jim Kaye · 8 years ago
  63. a5d566e Add additional logging to track HAL connection. by Ashutosh Joshi · 8 years ago
  64. 380b8ba Correct sensor handle for operation parameter by Peng Xu · 8 years ago
  65. d8a5ce3 Sensor: Limit delay to maximum possible value before sending to HAL by Aniroop Mathur · 9 years ago
  66. f88e2b9 Fix gralloc direct channel bug and polish log messages by Peng Xu · 8 years ago
  67. dd5c5cb Set sensor operation parameter implementation by Peng Xu · 8 years ago
  68. 5122468 Add uid and pid information into recent sensor registeration log by Peng Xu · 8 years ago
  69. 801ea09 split libsensor our of libgui by Mathias Agopian · 8 years ago
  70. e36e347 Direct report mode support in sensor service and client by Peng Xu · 9 years ago
  71. 2c588c5 Fix sensor permission by Nick Vaccaro · 9 years ago
  72. 86b20dc [sensorservice] Fix inconsistent states in SensorDevice am: 4f707f8b3d by Peng Xu · 9 years ago
  73. 4f707f8 [sensorservice] Fix inconsistent states in SensorDevice by Peng Xu · 9 years ago
  74. 08f1b67 Show masked value for sensor with permission am: fba3c11b5e by Peng Xu · 9 years ago
  75. ee36adb Merge "Show masked value for sensor with permission" into cw-f-dev by Ashutosh Joshi · 9 years ago
  76. 85171c0 Merge "Sensor: Make switching from data injection mode to normal mode more productive" am: e6a4e9b04e am: 33685d3a84 by Peng Xu · 9 years ago
  77. fba3c11 Show masked value for sensor with permission by Peng Xu · 9 years ago
  78. bfac17e Sensor: Make switching from data injection mode to normal mode more productive by Aniroop Mathur · 9 years ago
  79. eb05947 Fix dangerous unsafe_get() in SensorRecord by Peng Xu · 9 years ago
  80. 98d30f6 Tune SensorService thread priority, lower sensor event latency by Peng Xu · 9 years ago
  81. 363b3fd Increase sensor registration log size by Peng Xu · 9 years ago
  82. 53ca2e0 Sensor: Make getId() more varied by Greg Kaiser · 9 years ago
  83. 6a2d3a0 Fix sensor uuid, retrofit recent event logger by Peng Xu · 10 years ago
  84. 755c451 sensorservice: switch to use sp<> in sensor list by Peng Xu · 9 years ago
  85. 0cc8f80 Refactor sensor list in SensorService by Peng Xu · 9 years ago
  86. c130d7a SensorService: Remove unused function by Greg Kaiser · 9 years ago
  87. e51c257 [sensorservice] temporarily remove Autolock mSensorsLock by Peng Xu · 9 years ago
  88. 47e9601 Fix a few known issues in SensorService by Peng Xu · 9 years ago
  89. 8fb2b02 Return 16 values when sending on-change sensor\'s last event am: 95f13901ed by Nick Vaccaro · 9 years ago
  90. e4be205 Return 16 values when sending on-change sensor\'s last event am: 95f13901ed by Nick Vaccaro · 9 years ago
  91. 95f1390 Return 16 values when sending on-change sensor's last event by Nick Vaccaro · 10 years ago
  92. 9e72046 Implementation of sensor additional info report by Peng Xu · 10 years ago
  93. b7beb52 [DO NOT MERGE ANYWHERE] Fix bodysensor permission by Peng Xu · 10 years ago
  94. 2576cb6 Dynamic Sensor Discovery implementation by Peng Xu · 10 years ago
  95. eb4d628 Divide huge SensorService files into managable pieces by Peng Xu · 10 years ago
  96. 8c3e55f Revert "DO NOT MERGE ANYWHERE Add new interface for sensor physical data" by Ben Fennema · 10 years ago
  97. d4db70a DO NOT MERGE ANYWHERE Add new interface for sensor physical data by Jani Suonpera · 10 years ago
  98. 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
  99. cca37b0 Merge "Avoiding flush on-change sensors at subscription" into mnc-dr-dev am: a78c2e65e1 am: ffb07f645e by Peng Xu · 10 years ago
  100. 20483c4 Avoiding flush on-change sensors at subscription by Peng Xu · 10 years ago