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 | 59119e658a12279e8fff508f8773843de2d90917 (patch) | |
tree | db492638cc54a48cb0ae03832e9fb66cad128dc6 /include | |
parent | 3c8e66f9a44e502d337d9d9d063738c8f831e5ba (diff) | |
download | frameworks_native-59119e658a12279e8fff508f8773843de2d90917.zip frameworks_native-59119e658a12279e8fff508f8773843de2d90917.tar.gz frameworks_native-59119e658a12279e8fff508f8773843de2d90917.tar.bz2 |
turn off the electron beam
Change-Id: I335fb6719f1d5a3f1c6f37a046fd1c2c4ed2bbc6
Diffstat (limited to 'include')
-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, |