replicant-frameworks_native/libs/gui
Naveen Leekha c1e6fbb52c Initialize local variables to avoid data leak
The uninitialized local variables pick up
whatever the memory content was there on stack.
This data gets sent to the remote process in
case of a failed transaction, which is a security
issue. Fixed.

(Manual merge of master change
 12ba0f57d028a9c8f4eb3afddc326b70677d1e0c )

For b/23696300

Change-Id: I665212d10da56f0803b5bb772d14c77e632ba2ab
2015-09-22 17:58:21 -07:00
..
tests Fix build (tests) 2013-09-17 15:55:18 -07:00
Android.mk Binderize the consumer side of BufferQueue 2013-08-01 17:20:08 -07:00
BitTube.cpp fix a few problems with BitTube 2013-09-10 21:10:53 -07:00
BufferItemConsumer.cpp All consumers now take an IGraphicBufferConsumer instead of a BufferQueue 2013-08-06 20:05:36 +00:00
BufferQueue.cpp Wait for buffers to drain 2013-10-18 23:10:16 +00:00
CleanSpec.mk Fix missing parens in CleanSpec.mk. 2012-10-04 20:05:19 -07:00
ConsumerBase.cpp All consumers now take an IGraphicBufferConsumer instead of a BufferQueue 2013-08-06 20:05:36 +00:00
CpuConsumer.cpp gui: CpuConsumer::lockNextBuffer change return code when too many bufs acquired 2013-08-14 20:17:17 -07:00
DisplayEventReceiver.cpp
GLConsumer.cpp GLConsumer: start using EGL_ANDROID_image_crop 2013-10-02 17:34:35 +00:00
GraphicBufferAlloc.cpp SurfaceFlinger: Move GraphicBufferAlloc to libgui 2012-12-11 17:54:29 -08:00
GuiConfig.cpp don't use compile-time configuration of libgui as much as possible 2013-03-29 15:33:47 -07:00
IConsumerListener.cpp Binderize the consumer side of BufferQueue 2013-08-01 17:20:08 -07:00
IDisplayEventConnection.cpp
IGraphicBufferAlloc.cpp libgui: add some error checks 2012-08-30 18:38:11 -07:00
IGraphicBufferConsumer.cpp fix camera API 2.0 orientation 2013-09-17 23:45:22 -07:00
IGraphicBufferProducer.cpp Initialize local variables to avoid data leak 2015-09-22 17:58:21 -07:00
ISensorEventConnection.cpp Change API from flush(handle) to flush(). Call flush on all active sensors in the given SensorEventConnection. 2013-10-09 17:26:01 -07:00
ISensorServer.cpp
ISurfaceComposer.cpp Add ISurfaceComposer::destroyDisplay 2013-08-08 13:12:29 -07:00
ISurfaceComposerClient.cpp get rid of ISurface 2013-03-12 17:11:48 -07:00
LayerState.cpp get rid of Surface identity and token 2013-02-13 15:27:08 -08:00
Sensor.cpp Sensor batching. Changes to the native code. 2013-09-03 17:04:36 -07:00
SensorEventQueue.cpp Change API from flush(handle) to flush(). Call flush on all active sensors in the given SensorEventConnection. 2013-10-09 17:26:01 -07:00
SensorManager.cpp
Surface.cpp Make sure do disconnect from a BQ when its client dies. 2013-09-16 16:15:21 -07:00
SurfaceComposerClient.cpp Add ISurfaceComposer::destroyDisplay 2013-08-08 13:12:29 -07:00
SurfaceControl.cpp Stop using default value for Surface producerControlledByApp parameter 2013-09-16 15:39:55 -07:00
SyncFeatures.cpp don't use compile-time configuration of libgui as much as possible 2013-03-29 15:33:47 -07:00