1. 9b133ca Revert^2 "Move FlagManager to a common SF lib" by Alec Mouri · 1 year, 9 months ago
  2. 27a5132 Revert "Move FlagManager to a common SF lib" by Fyodor Kyslov · 1 year, 9 months ago
  3. ecbfa07 Move FlagManager to a common SF lib by Alec Mouri · 1 year, 10 months ago
  4. d6d8016 SF: move trunk stable flags to FlagManager by Ady Abraham · 1 year, 10 months ago
  5. 07d03c4 SF: fix binder thread priority by Ady Abraham · 1 year, 11 months ago
  6. f285161 SF: add IEventThreadCallback to EventThread by Ady Abraham · 1 year, 11 months ago
  7. 5dcd75d SF: Propagate display hotplug errors by Brian Johnson · 2 years ago
  8. 6cc025b Remove event thread connection metric. by Alec Mouri · 2 years, 1 month ago
  9. afb6b50 Populate preferred frame timeline always by Rachel Lee · 2 years, 3 months ago
  10. e4eb274 Merge changes from topics "b270612751", "kFrameTimelinesCapacity" into udc-dev by Rachel Lee · 2 years, 4 months ago
  11. 40aef42 Rename const to kFrameTimelinesCapacity by Rachel Lee · 2 years, 4 months ago
  12. 0655a91 Fix Choreographer affecting ASurfaceControlTest by Rachel Lee · 2 years, 4 months ago
  13. b225360 Fix for potential deadlock in EventThread::onNewVsyncSchedule by Leon Scroggins III · 2 years, 4 months ago
  14. ed66a35 EventThread: add annotations for mVsyncSchedule by Leon Scroggins III · 2 years, 5 months ago
  15. 6738862 Reland "Create a VsyncSchedule per display" by Leon Scroggins III · 2 years, 7 months ago
  16. e99b98c SF: Fix synthetic VSYNC after first powering on by Dominik Laskowski · 2 years, 7 months ago
  17. db16a2b Revert "Create a VsyncSchedule per display" by Leon Scroggins III · 2 years, 7 months ago
  18. 2248f52 Framework code for Attached Choreographer. by Rachel Lee · 2 years, 7 months ago
  19. 31d4141 Create a VsyncSchedule per display by Leon Scroggins III · 2 years, 9 months ago
  20. 011f8ba SF: remove DispSyncSource by Ady Abraham · 2 years, 9 months ago
  21. 67434eb SF: send the renderFrameRate with mode changed event by Ady Abraham · 2 years, 9 months ago
  22. 03cfce8 SF: Clean up dumpsys for Scheduler by Dominik Laskowski · 2 years, 10 months ago
  23. ab8ffef Remove SurfaceInterceptor and surfacereplayer by Huihong Luo · 3 years ago
  24. d11bade SF: build with ANDROID_UTILS_REF_BASE_DISABLE_IMPLICIT_CONSTRUCTION by Ady Abraham · 3 years, 1 month ago
  25. db0f03a SurfaceFlinger: fix a potential race condition in stealReceiveChannel am: 899e8cd074 am: 207672b9ce by Ady Abraham · 3 years, 3 months ago
  26. 899e8cd SurfaceFlinger: fix a potential race condition in stealReceiveChannel by Ady Abraham · 3 years, 3 months ago
  27. 1b0c49f Migrate bootFinished of ISurfaceComposer to AIDL by Huihong Luo · 3 years, 5 months ago
  28. b5223cf ResyncCallback in getLatestVsyncEventData. by Rachel Lee · 3 years, 5 months ago
  29. b9c5a77 Use VsyncEventData in DisplayEventReceiver::Event. by Rachel Lee · 3 years, 7 months ago
  30. ef2e21f Add method to get current vsync from sf directly. by Rachel Lee · 3 years, 7 months ago
  31. f16da3c Create data class VSyncSource::VSyncData. by Rachel Lee · 3 years, 7 months ago
  32. 18c3437 Split VsyncEventData from DisplayEventDispatcher. by Rachel Lee · 3 years, 7 months ago
  33. 0d94320 Remove vsync ID generation before multi timelines. by Rachel Lee · 3 years, 7 months ago
  34. 6fac523 Migrate IDisplayEventConnection interface to AIDL by Huihong Luo · 3 years, 9 months ago
  35. 8d0c610 Send multiple scheduler frame timelines (fix). by Rachel Lee · 3 years, 10 months ago
  36. 3f02866 Revert "Revert "Send multiple scheduler frame timelines."" by Rachel Lee · 3 years, 10 months ago
  37. caaa47d Revert "Send multiple scheduler frame timelines." by Rachel Lee · 3 years, 10 months ago
  38. 6b18070 Send multiple scheduler frame timelines. by Rachel Lee · 3 years, 11 months ago
  39. 690f461 SF: Move desired active mode management to DisplayDevice by Ady Abraham · 4 years, 2 months ago
  40. c0086af Change hwui jank detection to use deadline & gpu completion (2/2) by Jorim Jaggi · 4 years, 6 months ago
  41. 1130b3d SF: fix frameTimelineVsyncId = 0 by Ady Abraham · 4 years, 6 months ago
  42. 42c3aef Merge "Revert "DisplayEventDispatcher: optimize binder calls"" into sc-dev by TreeHugger Robot · 4 years, 7 months ago
  43. 1ff99d8 Revert "DisplayEventDispatcher: optimize binder calls" by Ady Abraham · 4 years, 7 months ago
  44. a7fe304 Rename DisplayConfig to DisplayMode by Marin Shalamanov · 4 years, 7 months ago
  45. 9817875 DisplayEventDispatcher: optimize binder calls by Ady Abraham · 4 years, 8 months ago
  46. 23c4420 SF: Rename HwcConfigIndexType to DisplayModeId by Marin Shalamanov · 4 years, 8 months ago
  47. 62f216c SurfaceFlinger: Add DISPLAY_EVENT_FRAME_RATE_OVERRIDE by Ady Abraham · 4 years, 10 months ago
  48. 0bb6a47 SurfaceFlinger: throttle applications based on uid by Ady Abraham · 4 years, 11 months ago
  49. b5daa91 EventThread: wake for two frames after vsync request by default by Tim Murray · 5 years ago
  50. 5f683cf Enable SurfaceFlinger to use FrameTimeline by Adithya Srinivasan · 5 years ago
  51. 74e1756 SurfaceFlinger: Shared timeline plumbing by Ady Abraham · 5 years ago
  52. 8cb2188 SurfaceFlinger: DispSync -> VsyncController by Ady Abraham · 5 years ago
  53. 9c53ee7 SurfaceFlinger: use duration instead of offset by Ady Abraham · 5 years ago
  54. 967d5d7 Fix refresh rate callback fan-out for choreographer by Alec Mouri · 5 years ago
  55. a524a09 Use type safe display IDs. by Marin Shalamanov · 5 years ago
  56. 271de04 Receive refresh rate callbacks from DMS by Alec Mouri · 5 years ago
  57. 5facfb1 SurfaceFlinger: expected present time directly from VSyncReactor by Ady Abraham · 5 years ago
  58. 7539872 SurfaceFlinger: Reset VsyncReactor's timer thread by Ady Abraham · 5 years ago
  59. 5e7371c SurfaceFlinger: add debug information when vsync is not generated by Ady Abraham · 5 years ago
  60. 717bcb6 [SfStats] Record vsync event connection count by Alec Mouri · 6 years ago
  61. b0dbdaa SurfaceFlinger: Enable -WConversion in Android.bp by Ady Abraham · 6 years ago
  62. 60aee1c [AChoreographer] Add refresh rate callback. by Alec Mouri · 6 years ago
  63. 2139f73 SurfaceFlinger: use config groups by Ady Abraham · 6 years ago
  64. 6505f79 SF: Hook up VSYNC injection to Scheduler by Dominik Laskowski · 6 years ago
  65. 0f4a1b1 SurfaceFlinger: add explicit register for DISPLAY_EVENT_CONFIG_CHANGED by Ady Abraham · 6 years ago
  66. 8532d01 SurfaceFlinger: Add touch events to Scheduler by Ady Abraham · 6 years ago
  67. ecf2e0f Remove app vsync pausing by Alec Mouri · 6 years ago
  68. af0ec27 SurfaceFlinger: fix invalid PhysicalDisplayId in onConfigChanged event by Ady Abraham · 6 years ago
  69. 447052e SurfaceFlinger: add DISPLAY_EVENT_CONFIG_CHANGED by Ady Abraham · 7 years ago
  70. b838aed SurfaceFlinger: no app vsyncs during config switch by Ady Abraham · 7 years ago
  71. ccf37d7 SF: Fix thread safety for scheduler callbacks by Dominik Laskowski · 7 years ago
  72. dcb38bb SF: Plumb physical display IDs to libgui by Dominik Laskowski · 7 years ago
  73. 1eba020 SF: Tie VSyncState lifetime to display hotplug by Dominik Laskowski · 7 years ago
  74. 029cc12 SF: Toggle VSYNC in EventThread with state machine by Dominik Laskowski · 7 years ago
  75. 23b867a SF: Remove fixed-size array for VSYNC events by Dominik Laskowski · 7 years ago
  76. d9e4de6 SF: Refactor event dispatch by Dominik Laskowski · 7 years ago
  77. f654d57 SF: Register resync callback per event connection by Dominik Laskowski · 7 years ago
  78. 7d1d683 SF: Adding callback to Scheduler for setting refresh rate to 60 and 90. by Ana Krulec · 7 years ago
  79. 85c39af SF: Moving EventThread::Connection out of impl class by Ana Krulec · 7 years ago
  80. fb77282 SF: Adding Idle Timer, to detect when devices are idle. by Ana Krulec · 7 years ago
  81. 5434a78 SurfaceFlinger: Get rid of String8 in dumpsys by Yiwei Zhang · 7 years ago
  82. b02d51c surfaceflinger: use std::vector for waitForEventLocked by Chia-I Wu · 7 years ago
  83. 98cd38f surfaceflinger: use std::vector for mDisplayEventConnections by Chia-I Wu · 7 years ago
  84. eac3db2 surfaceflinger: use std::queue for mPendingEvents by Chia-I Wu · 7 years ago
  85. 98b5b24 SF: Creating a basic Scheduler class. by Ana Krulec · 7 years ago
  86. fefcb58 SF: Move relevant scheduler files into one directory. by Ana Krulec · 7 years ago[Renamed (98%) from services/surfaceflinger/EventThread.cpp]
  87. 00a6fa2 SF: Decouple EventThread from DisplayDevice by Dominik Laskowski · 7 years ago
  88. 24b0a48 SF: Test coverage for EventThread by Lloyd Pique · 7 years ago
  89. 4d23485 SF: Separate SurfaceInterceptor into interface and impl by Lloyd Pique · 8 years ago
  90. 9cbe4da SF: Fix an EventThread deadlock by Lloyd Pique · 8 years ago
  91. 0fcde1b SF: Separate EventThread into interface and impl by Lloyd Pique · 8 years ago
  92. e83f931 SF: Cleanup EventThread Part 2 by Lloyd Pique · 8 years ago
  93. 46a46b3 SF: Cleanup EventThread Part 1 by Lloyd Pique · 8 years ago
  94. 78ce418 SF: Clang format selected sources by Lloyd Pique · 8 years ago
  95. 566a3b4 [SurfaceFlinger] Replace NULL with nullptr. by Peiyong Lin · 8 years ago
  96. 2c32175 surfaceflinger: remove vsync hint by Tim Murray · 8 years ago
  97. 01be49f Fix sanitizer in surfaceflinger waitForEvent. by Ivan Lozano · 8 years ago
  98. 6b698e4 libgui: Remove RefBase from BitTube by Dan Stoza · 8 years ago
  99. 7d29017 libgui: Make BitTube Parcelable and use unique_fd by Dan Stoza · 8 years ago
  100. 27c8115 libgui: Format BitTube and move into gui namespace by Dan Stoza · 8 years ago