summaryrefslogtreecommitdiffstats
path: root/include/gui
Commit message (Expand)AuthorAgeFilesLines
* SurfaceTexture: fix a NULL ptr dereference.Jamie Gennis2011-06-201-0/+1
* SurfaceTexture: fix up a comment.Jamie Gennis2011-06-131-3/+3
* SurfaceTexture: fix a getTransformMatrix crash.Jamie Gennis2011-06-131-0/+11
* 9-axis sensor fusion with Kalman filterMathias Agopian2011-05-271-1/+5
* SurfaceTexture: clean up some comments, tests, etc.Jamie Gennis2011-05-251-20/+45
* fix onFrameAvailableMathias Agopian2011-05-111-0/+10
* Add SurfaceTexture loggingMathias Agopian2011-05-111-0/+5
* Implement {Surface|SurfaceTextureClient}::setSwapInterval()Mathias Agopian2011-05-113-12/+39
* Add the concept of synchronous dequeueBuffer in SurfaceTextureMathias Agopian2011-05-111-21/+50
* unify SurfaceTexture and SurfaceMathias Agopian2011-05-112-0/+11
* Fix a bug where setgeometry couldn't be undoneMathias Agopian2011-05-112-11/+6
* frameworks/base: android_native_buffer_t -> ANativeWindowBufferIliyan Malchev2011-05-031-8/+8
* frameworks/base: make the ANativeWindow query() method constIliyan Malchev2011-05-031-2/+2
* Merge "changes to SurfaceTexture needed for unification with SF"Mathias Agopian2011-04-182-3/+44
|\
| * changes to SurfaceTexture needed for unification with SFMathias Agopian2011-04-112-3/+44
* | Fix a GraphicBuffer leak in SurfaceTextureMathias Agopian2011-04-081-6/+0
|/
* SurfaceTexture can now force the client to request a bufferMathias Agopian2011-04-012-0/+27
* Add support for timestamps into SurfaceTexture.Eino-Ville Talvala2011-03-173-3/+34
* SurfaceTextureClient: Add ISurfaceTexture getter.Jamie Gennis2011-03-141-0/+2
* Add the MIN_UNDEQUEUED_BUFFERS query to ANW.Jamie Gennis2011-02-282-13/+15
* Pass the IGraphicBufferAlloc to SurfaceTextureClient.Jamie Gennis2011-02-023-0/+16
* Implement SurfaceTexture frame-available callback.Jamie Gennis2011-01-161-0/+13
* Fix remote GraphicBuffer allocation in SurfaceFlinger.Jamie Gennis2011-01-131-0/+19
* Implement crop & transform for SurfaceTexture.Jamie Gennis2011-01-121-0/+46
* Fix a bug in SurfaceTexture::setBufferCount.Jamie Gennis2011-01-091-2/+5
* Add the SurfaceTexture C++ implementation.Jamie Gennis2011-01-063-0/+348
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-141-3/+3
* Added SensorManager.getMinDelay()Mathias Agopian2010-07-292-1/+3
* propagate sensor event rate properlyMathias Agopian2010-07-211-2/+4
* new SensorServiceMathias Agopian2010-07-194-5/+15
* first step at implementing the native sensor supportMathias Agopian2010-07-136-0/+389