Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb17e17f authored by Huihong Luo's avatar Huihong Luo Committed by Android (Google) Code Review
Browse files

Merge "Remove `oneway` from onHotplugEvent callback" into main

parents 3d096c44 73e58444
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,5 +44,5 @@ interface IComposerCallback {
  oneway void onVsyncPeriodTimingChanged(long display, in android.hardware.graphics.composer3.VsyncPeriodChangeTimeline updatedTimeline);
  oneway void onVsyncIdle(long display);
  oneway void onRefreshRateChangedDebug(in android.hardware.graphics.composer3.RefreshRateChangedDebugData data);
  oneway void onHotplugEvent(long display, android.hardware.graphics.common.DisplayHotplugEvent event);
  void onHotplugEvent(long display, android.hardware.graphics.common.DisplayHotplugEvent event);
}
+1 −1
Original line number Diff line number Diff line
@@ -138,5 +138,5 @@ interface IComposerCallback {
     * @param display is the display that triggers the hotplug event.
     * @param event is the type of event that occurred.
     */
    oneway void onHotplugEvent(long display, DisplayHotplugEvent event);
    void onHotplugEvent(long display, DisplayHotplugEvent event);
}