Loading libs/gui/aidl/android/gui/ISurfaceComposer.aidl +3 −2 Original line number Diff line number Diff line Loading @@ -54,10 +54,11 @@ interface ISurfaceComposer { */ void setPowerMode(IBinder display, int mode); /* returns display statistics for a given display /** * Returns display statistics for a given display * intended to be used by the media framework to properly schedule * video frames */ DisplayStatInfo getDisplayStats(IBinder display); DisplayStatInfo getDisplayStats(@nullable IBinder display); /** * Get transactional state of given display. Loading Loading
libs/gui/aidl/android/gui/ISurfaceComposer.aidl +3 −2 Original line number Diff line number Diff line Loading @@ -54,10 +54,11 @@ interface ISurfaceComposer { */ void setPowerMode(IBinder display, int mode); /* returns display statistics for a given display /** * Returns display statistics for a given display * intended to be used by the media framework to properly schedule * video frames */ DisplayStatInfo getDisplayStats(IBinder display); DisplayStatInfo getDisplayStats(@nullable IBinder display); /** * Get transactional state of given display. Loading