Loading graphics/composer/aidl/android/hardware/graphics/composer3/CommandResultPayload.aidl +4 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,10 @@ import android.hardware.graphics.composer3.ReleaseFences; union CommandResultPayload { /** * Indicates an error generated by a command. * * If there is an error from a command, the composer should only respond * with the CommandError, and not with other results * (e.g. ChangedCompositionTypes). */ CommandError error; Loading Loading
graphics/composer/aidl/android/hardware/graphics/composer3/CommandResultPayload.aidl +4 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,10 @@ import android.hardware.graphics.composer3.ReleaseFences; union CommandResultPayload { /** * Indicates an error generated by a command. * * If there is an error from a command, the composer should only respond * with the CommandError, and not with other results * (e.g. ChangedCompositionTypes). */ CommandError error; Loading