Merge "Revert "Add methods to check multi display state"" into main am: b7b5f0251f Original change: https://android-review.googlesource.com/c/platform/hardware/google/aemu/+/3302397 Change-Id: Ieb3f22d2fd1a9723319e33094591e834d3a9cea4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> GitOrigin-RevId: d4552a1888cad906658f2232248321a8f237e8b2
diff --git a/host-common/include/host-common/MultiDisplay.h b/host-common/include/host-common/MultiDisplay.h index e2fa861..879ecf2 100644 --- a/host-common/include/host-common/MultiDisplay.h +++ b/host-common/include/host-common/MultiDisplay.h
@@ -119,8 +119,6 @@ int setDisplayColorBuffer(uint32_t displayId, uint32_t colorBuffer); void getCombinedDisplaySize(uint32_t* w, uint32_t* h); bool isMultiDisplayWindow(); - bool isDisplayPipeReady(); - bool startDisplayPipe(); bool isPixelFold(); void loadConfig(); void onSave(base::Stream* stream);