From c01a79d77b829e7de86ef137694e8ad708470ca1 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Thu, 27 Sep 2012 16:02:06 -0700 Subject: Pass display arg to blank/unblank This allows us to blank and unblank displays other than the built-in display (e.g. HDMI). Bug: 7240511 Change-Id: I89ea13f9e497be74c3e1231d0c62fb558e93e0f8 --- include/gui/ISurfaceComposer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/gui') diff --git a/include/gui/ISurfaceComposer.h b/include/gui/ISurfaceComposer.h index a20caf9..5d2d8d7 100644 --- a/include/gui/ISurfaceComposer.h +++ b/include/gui/ISurfaceComposer.h @@ -99,10 +99,10 @@ public: /* triggers screen off and waits for it to complete */ - virtual void blank() = 0; + virtual void blank(const sp& display) = 0; /* triggers screen on and waits for it to complete */ - virtual void unblank() = 0; + virtual void unblank(const sp& display) = 0; /* returns information about a display * intended to be used to get information about built-in displays */ -- cgit v1.1