diff options
author | Mathias Agopian <mathias@google.com> | 2010-10-11 12:37:43 -0700 |
---|---|---|
committer | Joe Onorato <joeo@android.com> | 2010-10-12 14:16:11 -0700 |
commit | aab758e87991d1460ca94d4a5f22c0ef34641e2d (patch) | |
tree | 560d9e47119175b6a5618dd16d9d9ac4a92145fd /include/surfaceflinger | |
parent | 844a6b3ccaff1ad1443ad985e4527b733ce97c0e (diff) | |
download | frameworks_base-aab758e87991d1460ca94d4a5f22c0ef34641e2d.zip frameworks_base-aab758e87991d1460ca94d4a5f22c0ef34641e2d.tar.gz frameworks_base-aab758e87991d1460ca94d4a5f22c0ef34641e2d.tar.bz2 |
turn off the electron beam
Change-Id: I335fb6719f1d5a3f1c6f37a046fd1c2c4ed2bbc6
Diffstat (limited to 'include/surfaceflinger')
-rw-r--r-- | include/surfaceflinger/ISurfaceComposer.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/surfaceflinger/ISurfaceComposer.h b/include/surfaceflinger/ISurfaceComposer.h index 6533600..1a1821c 100644 --- a/include/surfaceflinger/ISurfaceComposer.h +++ b/include/surfaceflinger/ISurfaceComposer.h @@ -118,6 +118,8 @@ public: uint32_t* width, uint32_t* height, PixelFormat* format, uint32_t reqWidth, uint32_t reqHeight) = 0; + virtual status_t turnElectronBeamOff(int32_t mode) = 0; + /* Signal surfaceflinger that there might be some work to do * This is an ASYNCHRONOUS call. */ @@ -142,7 +144,8 @@ public: FREEZE_DISPLAY, UNFREEZE_DISPLAY, SIGNAL, - CAPTURE_SCREEN + CAPTURE_SCREEN, + TURN_ELECTRON_BEAM_OFF }; virtual status_t onTransact( uint32_t code, |