1. 73cab34 Merge "minor change to keep it building" by Maciej Żenczykowski · 4 years, 8 months ago
  2. 623e66c vibrator: use package as name by Steven Moreland · 4 years, 8 months ago
  3. deb6789 minor change to keep it building by Maciej Żenczykowski · 4 years, 8 months ago
  4. e02e9cd convert 'Stats stats; memset(&stats, 0, sizeof(Stats));' to 'Stats stats = {};' by Maciej Żenczykowski · 4 years, 8 months ago
  5. d35c66f remove spurious 'struct' on Stats by Maciej Żenczykowski · 4 years, 8 months ago
  6. 65303aa Merge "vibrator: Support Always-On Effects" by Treehugger Robot · 4 years, 8 months ago
  7. e2e7470 Include linux/fsverity.h and remove inlined definition by Victor Hsieh · 4 years, 8 months ago
  8. 45d53ee vibrator: Support Always-On Effects by Harpreet \"Eli\" Sangha · 5 years ago
  9. 6beab1f Change fs-verity setup to the new format by Victor Hsieh · 6 years ago
  10. 3b07c28 VibratorService: Fix Typo in AIDL Perform Effect by Harpreet \"Eli\" Sangha · 4 years, 9 months ago
  11. e8401af Merge changes from topic "tether_migrate" by Mark Chien · 4 years, 9 months ago
  12. 0df2ebc4 [Tether07] Migrate Tethering into module by markchien · 5 years ago
  13. 742baf8 VibratorService: AIDL Amplitude API Change by Harpreet \"Eli\" Sangha · 4 years, 9 months ago
  14. 5af4695 Remove vibrator@1.4 by Steven Moreland · 4 years, 10 months ago
  15. 527ed44 VibratorService: avoid shim by Harpreet \"Eli\" Sangha · 4 years, 10 months ago
  16. 3c5a3af vibrator: reflect CAP_EXTERNAL_AMPLITUDE_CONTROL by Steven Moreland · 4 years, 10 months ago
  17. ee3a589 vibrator: handle aidl HAL dying by Steven Moreland · 4 years, 10 months ago
  18. 77c17be6 [Tether06] Migrate tether offload controller into module by markchien · 5 years ago
  19. 4a39e5b VibratorService: support AIDL HAL implementation by Steven Moreland · 4 years, 10 months ago
  20. 89ffc2d Vibrator Service: Support Async Callback APIs by Harpreet "Eli" Sangha · 5 years ago
  21. ce89efb Vibrator Service: Allow HAL Version Checking by Harpreet \"Eli\" Sangha · 5 years ago
  22. 7d71642 Fixes a system crash in VibratorService on x86 hosts by Chris Wailes · 4 years, 10 months ago
  23. 15c0233 Use bionic platform headers. by Christopher Ferris · 5 years ago
  24. 414d534 Merge "Check FIPS_mode() rather than explicitly calling BORINGSSL_self_test." by Tobias Thierer · 5 years ago
  25. 0daed48 Remove libhwbinder/libhidltransport deps by Steven Moreland · 5 years ago
  26. 13032d2 Check FIPS_mode() rather than explicitly calling BORINGSSL_self_test. by Tobias Thierer · 5 years ago
  27. d9b00ae PowerManagerService: use waitForService. by Steven Moreland · 5 years ago
  28. 0dd3908 Merge "listByInterface -> listManifestByInterface" am: 0d55bb0756 am: fa5a2f5b75 by Steven Moreland · 5 years ago
  29. d3575e0 listByInterface -> listManifestByInterface by Steven Moreland · 5 years ago
  30. c0201ca PowerManagerService: notify SurfaceFlinger on power hint by Ady Abraham · 5 years ago
  31. bcc984d Call ScopedLocalFrame in JNI methods by chaviw · 5 years ago
  32. eb7e150 Revert "Changed local refs in JNI to ScopedLocalRef" by Siarhei Vishniakou · 5 years ago
  33. 335025f Changed local refs in JNI to ScopedLocalRef by chaviw · 5 years ago
  34. 0c2b21bd Cache GNSS JNI methodIds/classes at system initialization by Anil Admal · 5 years ago
  35. 8c6ac67 rename vendor proprietary name XTRA to PSDS by Kevin Tang · 5 years ago
  36. 1a78945 Cache java classes and methods look-ups in GnssLocationProvider JNI by Yu-Han Yang · 5 years ago
  37. 61c2985 Merge "Check return values for native setCallback() methods" into qt-dev by Anil Admal · 5 years ago
  38. 68f6b9b Check return values for native setCallback() methods by Anil Admal · 5 years ago
  39. 060f573 Pass responseType in NFW notification callback to the framework by Anil Admal · 5 years ago
  40. 676d42d psi support for low memory detection inside ActivityManagerService by Tim Murray · 6 years ago
  41. bc11310 Support mix-n-match of IGnssDebug@1.0 with IGnss@2.0 by Yu-Han Yang · 5 years ago
  42. 0b77c83 Add support for TAP interfaces in TestNetworkManager. by Lorenzo Colitti · 5 years ago
  43. b15fcce Add support for TAP interfaces in TestNetworkManager. by Lorenzo Colitti · 5 years ago
  44. 3cd9a86 Change elapsedRealtimeUncertaintyNanos from long to double by Yu-Han Yang · 5 years ago
  45. 62c42dc Restore gnss@1.1 HAL capability bits removed in gnss@2.0 (framework) by Anil Admal · 5 years ago
  46. 061cec7 Move NetworkStatsFactory into service directory by Chenbo Feng · 5 years ago
  47. f2f1f27 Move NetworkStatsFactory into service directory by Chenbo Feng · 5 years ago
  48. 89df2a7 Merge "Expose input region monitoring to system components." by Michael Wright · 5 years ago
  49. c799523 Expose input region monitoring to system components. by Michael Wright · 6 years ago
  50. 312fddb Update getGnssCapabilities() in LMS to include sub-HAL capabilities (part 2) by Anil Admal · 5 years ago
  51. 17902c5 Add onPointerDownOutsideFocus for events outside the focused window (3/4) by chaviw · 5 years ago
  52. 72d5b95 Allow IGnssMeasurement versions mix and match by Yu-Han Yang · 5 years ago
  53. 080fd2f Fill elapsedRealtime fields in GnssClock by Yu-Han Yang · 5 years ago
  54. 950bd77 Move TEXT_HANDLE_MOVE and CLOCK_TICK to TEXTURE_TICK. by Michael Wright · 5 years ago
  55. 25f736b Merge changes from topic "non-zygote" by TreeHugger Robot · 5 years ago
  56. 31faf3f Compact system processes. by Tim Murray · 5 years ago
  57. 912eb6e Merge "Revert "Revert "Update GNSS Batching to use new GnssLocation with elapsed realtime (framework)""" by Anil Admal · 5 years ago
  58. b8c235e Revert "Revert "Update GNSS Batching to use new GnssLocation with elapsed realtime (framework)"" by Anil Admal · 5 years ago
  59. 2e5dd8c Merge "Revert "Update GNSS Batching to use new GnssLocation with elapsed realtime (framework)"" by Donghui Han · 5 years ago
  60. 2f13c07 Revert "Update GNSS Batching to use new GnssLocation with elapsed realtime (framework)" by Donghui Han · 5 years ago
  61. ec89aa9 Merge "Update GNSS Batching to use new GnssLocation with elapsed realtime (framework)" by Anil Admal · 5 years ago
  62. f54ec0c Merge "User std::vector over Vector for InputFlinger (2/3)" by TreeHugger Robot · 5 years ago
  63. 4ca5e6c Update GNSS Batching to use new GnssLocation with elapsed realtime (framework) by Anil Admal · 5 years ago
  64. f8358d3 User std::vector over Vector for InputFlinger (2/3) by Arthur Hung · 5 years ago
  65. 8e8c741 Add IRNSS to GnssConstellationType (framework) by Yu-Han Yang · 5 years ago
  66. efd9dc6 Add new GNSS capabilities for year of hardware deprecation (framework) by Anil Admal · 5 years ago
  67. 62c6c69 Fix typo in jstring signature definition by Yu-Han Yang · 5 years ago
  68. fbcc5cf Change CodeType from enum to string (framework) by Yu-Han Yang · 5 years ago
  69. 18a4ebb resolve merge conflicts of 836402e0e842584d47dddec49f9cb1f7d18fc833 to master by Benedict Wong · 5 years ago
  70. 6c24213 Implement TestNetworkService by Benedict Wong · 6 years ago
  71. 3b989d0f Merge "Bluesky: Handle null correction objects gracefully." by Mohammed Khider · 5 years ago
  72. 5716ab8 Bluesky: Handle null correction objects gracefully. by gomo · 5 years ago
  73. 19f6cbfe Revert "Revert "This CL introduces new member variable on android.location.Location (see api/current.txt)."" by Pierre Fite-georgel · 5 years ago
  74. 0e9cf51 Merge "Revert "This CL introduces new member variable on android.location.Location (see api/current.txt)."" by Colin Cross · 5 years ago
  75. cef1e80 Revert "This CL introduces new member variable on android.location.Location (see api/current.txt)." by Colin Cross · 5 years ago
  76. bbc8ad9 Merge "This CL introduces new member variable on android.location.Location (see api/current.txt). In this CL, I pushed location.setElapsedRealtimeNanos(SystemClock.elapsedRealtimeNanos()); (from Java)" by Pierre Fite-georgel · 5 years ago
  77. 9e96c57 This CL introduces new member variable on android.location.Location (see api/current.txt). by Pierre Fite-Georgel · 6 years ago
  78. 53f4d6d Handle emergency mode in requestLocation by Yu-Han Yang · 6 years ago
  79. b50cdaf Updating Framework to support update to the GnssLocation HAL v2.0. by Pierre Fite-Georgel · 6 years ago
  80. 3796ab1 Bluesky API council review by gomo · 6 years ago
  81. 12f92eb Add force suspend API to PowerManager. by Santos Cordon · 6 years ago
  82. cb308d9 Power Monitor Addition framworks base: by Blake Kragten · 6 years ago
  83. 03d4022 Merge "Make interceptMotionBeforeQueueingNonInteractive per display" by Charles Chen · 6 years ago
  84. b40df13 Merge "Add GnssMeasurementState::STATE_2ND_CODE_LOCK to GnssMeasurement API" by TreeHugger Robot · 6 years ago
  85. 786a2bd Add GnssMeasurementState::STATE_2ND_CODE_LOCK to GnssMeasurement API by Yu-Han Yang · 6 years ago
  86. 4cc014e1 Make interceptMotionBeforeQueueingNonInteractive per display by Charles Chen · 6 years ago
  87. f67bff3 Merge "Fix crash by wrong assertion check" by TreeHugger Robot · 6 years ago
  88. c5eedd1 Merge "Dump classifier in InputManager" by TreeHugger Robot · 6 years ago
  89. b9d6832 Fix crash by wrong assertion check by Victor Hsieh · 6 years ago
  90. a87857e Migrate suspend HAL interactions to new suspend control AIDL. by Santos Cordon · 6 years ago
  91. c7b16ca Migrate suspend HAL interactions to new suspend control AIDL. by Santos Cordon · 6 years ago
  92. 20d7c96 verity: Fix memory leaks by George Burgess IV · 6 years ago
  93. 575a8e2 Dump classifier in InputManager by Siarhei Vishniakou · 6 years ago
  94. e0e205b Merge "Duplicate fs-verity struct and constants if no header" by TreeHugger Robot · 6 years ago
  95. 82bbfc3 Input devices configure on per-display basis (2/2) by Arthur Hung · 6 years ago
  96. 195bafa Merge "Bluesky add position uncertainty field" by TreeHugger Robot · 6 years ago
  97. 6ec9538 Bluesky add position uncertainty field by gomo · 6 years ago
  98. 1689029 Duplicate fs-verity struct and constants if no header by Victor Hsieh · 6 years ago
  99. f366fad Merge "Let the compiler detect existence of fsverity.h" by TreeHugger Robot · 6 years ago
  100. 142c017 Let the compiler detect existence of fsverity.h by Victor Hsieh · 6 years ago