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

Commit 6413bce9 authored by Leon Scroggins III's avatar Leon Scroggins III
Browse files

Remove references to IComposer.createDisplay

This method does not exist.

Bug: NA
Test: documentation-only change
Change-Id: I3e5d138ec7cff46178212b82f982718836d479d6
parent f199cca6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@ import android.hardware.graphics.composer3.Composition;
parcelable ChangedCompositionTypes {
    /**
     * The display which this commands refers to.
     * @see IComposer.createDisplay
     */
    long display;

+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@ import android.hardware.graphics.composer3.DimmingStage;
parcelable ClientTargetPropertyWithBrightness {
    /**
     * The display which this commands refers to.
     * @see IComposer.createDisplay
     */
    long display;

+0 −1
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@ import android.hardware.graphics.composer3.LayerCommand;
parcelable DisplayCommand {
    /**
     * The display which this commands refers to.
     * @see IComposer.createDisplay
     */
    long display;

+0 −1
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@ parcelable DisplayRequest {

    /**
     * The display which this commands refers to.
     * @see IComposer.createDisplay
     */
    long display;

+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ package android.hardware.graphics.composer3;
parcelable PresentFence {
    /**
     * The display which this commands refers to.
     * @see IComposer.createDisplay
     */
    long display;

Loading