diff options
Diffstat (limited to 'include/private/gui/LayerState.h')
-rw-r--r-- | include/private/gui/LayerState.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/private/gui/LayerState.h b/include/private/gui/LayerState.h index 239dd87..97891e4 100644 --- a/include/private/gui/LayerState.h +++ b/include/private/gui/LayerState.h @@ -77,6 +77,17 @@ struct ComposerState { status_t read(const Parcel& input); }; +struct DisplayState { + int32_t displayId; + sp<ISurfaceTexture> surface; + uint32_t layerStack; + uint32_t orientation; + Rect viewport; + Rect frame; + status_t write(Parcel& output) const; + status_t read(const Parcel& input); +}; + }; // namespace android #endif // ANDROID_SF_LAYER_STATE_H |