replicant-frameworks_native/include/ui
Mathias Agopian cbb288bfe8 fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly
Rewrote SurfaceFlinger's buffer management from the ground-up.
The design now support an arbitrary number of buffers per surface, however the current implementation is limited to four. Currently only 2 buffers are used in practice.

The main new feature is to be able to dequeue all buffers at once (very important when there are only two). 

A client can dequeue all buffers until there are none available, it can lock all buffers except the last one that is used for composition. The client will block then, until a new buffer is enqueued.

The current implementation requires that buffers are locked in the same order they are dequeued and enqueued in the same order they are locked. Only one buffer can be locked at a time.

eg. Allowed sequence:   DQ, DQ, LOCK, Q, LOCK, Q
eg. Forbidden sequence: DQ, DQ, LOCK, LOCK, Q, Q
2009-09-07 16:32:45 -07:00
..
egl really be more friendly with C 2009-08-17 12:33:20 -07:00
BufferMapper.h update surfaceflinger, libui and libagl to the new gralloc api 2009-05-04 14:17:04 -07:00
Camera.h Modified the camera HAL interface to use the same generic callback architecture as camera services 2009-08-13 10:46:28 -07:00
CameraHardwareInterface.h Modified the camera HAL interface to use the same generic callback architecture as camera services 2009-08-13 10:46:28 -07:00
CameraParameters.h
DisplayInfo.h
EGLNativeSurface.h
EGLUtils.h added EGLUtils::strerror 2009-08-07 16:37:21 -07:00
EventHub.h EventHub: pass the name of each input device up to Java 2009-08-06 14:52:13 -07:00
FramebufferNativeWindow.h second take, hopefully this time it doesn't break one of the builds: "SurfaceFlinger will now allocate buffers based on the usage specified by the clients. This allows to allocate the right kind of buffer automatically, without having the user to specify anything." 2009-08-11 23:32:29 -07:00
ICamera.h move libbinder's header files under includes/binder 2009-05-20 12:55:03 -07:00
ICameraClient.h resolved conflicts for merge of 04c7d0f8 to master 2009-07-08 17:26:05 -07:00
ICameraService.h move libbinder's header files under includes/binder 2009-05-20 12:55:03 -07:00
IOverlay.h move libbinder's header files under includes/binder 2009-05-20 12:55:03 -07:00
ISurface.h fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly 2009-09-07 16:32:45 -07:00
ISurfaceComposer.h Surface::GPU and Surface::HARDWARE are now deprecated; they will be set automatically if needed. 2009-08-13 18:19:32 -07:00
ISurfaceFlingerClient.h fix a bug that caused the PixelFormat viewed by Surface to be wrong. 2009-08-19 17:46:26 -07:00
KeyCharacterMap.h
KeycodeLabels.h AI 145994: Integrate #145778 from Donut. 2009-04-13 16:11:55 -07:00
Overlay.h Adding resizeInput and setAttributes for overlay 2009-07-29 17:53:38 -07:00
PixelFormat.h Integrate from //sandbox/mathias/donut/...@145728 2009-04-10 14:24:30 -07:00
Point.h minor clean-up to Rect and Point. 2009-05-26 17:47:39 -07:00
Rect.h oops forgot these changes in the previous merge. fixes build 2009-05-27 15:02:35 -07:00
Region.h Region::makeBoundsSelf() efficiently turns a region to its bounds 2009-06-29 18:46:37 -07:00
Surface.h fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly 2009-09-07 16:32:45 -07:00
SurfaceComposerClient.h fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly 2009-09-07 16:32:45 -07:00