replicant-frameworks_native/libs/gui
Jamie Gennis 5c0c93a8c4 SurfaceTexture: disallow unsupported uses.
This change makes the ANativeWindow_lock NDK function error out if it is
passed an ANativeWindow with a concrete type that is not Surface.  It
also makes eglCreateWindowSurface fail if it is passed a
SurfaceTextureClient as its 'window' argument.

Bug: 4087277
Change-Id: Ie68c50c52d88f72d8a387f6c094908044c83a88c
2011-03-15 10:37:37 -07:00
..
tests SurfaceTexture: disallow unsupported uses. 2011-03-15 10:37:37 -07:00
Android.mk Add the SurfaceTexture C++ implementation. 2011-01-06 13:20:47 -08:00
ISensorEventConnection.cpp
ISensorServer.cpp
ISurfaceTexture.cpp Pass the IGraphicBufferAlloc to SurfaceTextureClient. 2011-02-02 15:31:47 -08:00
Sensor.cpp
SensorChannel.cpp
SensorEventQueue.cpp
SensorManager.cpp
SurfaceTexture.cpp SurfaceTexture: fix transform matrix computation. 2011-03-14 11:30:16 -07:00
SurfaceTextureClient.cpp SurfaceTextureClient: Add ISurfaceTexture getter. 2011-03-14 17:47:11 -07:00