replicant-frameworks_native/cmds
Mathias Agopian 595264f1af BufferQueue improvements and APIs changes
this is the first step of a series of improvements to
BufferQueue. A few things happen in this change:

- setSynchronousMode() goes away as well as the SynchronousModeAllowed flag
- BufferQueue now defaults to (what used to be) synchronous mode
- a new "controlled by app" flag is passed when creating consumers and producers
  those flags are used to put the BufferQueue in a mode where it
  will never block if both flags are set. This is achieved by:
  - returning an error from dequeueBuffer() if it would block
  - making sure a buffer is always available by replacing
    the previous buffer with the new one in queueBuffer()
    (note: this is similar to what asynchrnous mode used to be)

Note: in this change EGL's swap-interval 0 is broken; this will be
fixed in another change.

Change-Id: I691f9507d6e2e158287e3039f2a79a4d4434211d
2013-07-18 22:28:18 -07:00
..
atrace Add support for mmc trace events 2013-07-03 12:32:50 -07:00
bugreport Move non-Java commands over from frameworks/base 2012-10-24 10:45:23 -07:00
dumpstate dumpstate: Show SELinux process labels 2013-07-15 12:21:40 -07:00
dumpsys add dumpsys -l to list available services 2013-06-13 16:32:26 -07:00
flatland BufferQueue improvements and APIs changes 2013-07-18 22:28:18 -07:00
inputflinger Add skeleton of input flinger. 2013-07-15 16:03:14 -07:00
installd Change legacy "persona" references to userid_t. 2013-07-15 15:16:10 -07:00
ip-up-vpn Add liblog 2013-04-09 21:55:39 -07:00
rawbu Add a note about emulated sdcard in rawbu usage dump 2013-06-14 10:43:39 -07:00
screenshot Add liblog 2013-04-09 21:55:39 -07:00
sensorservice move sensorservice from frameworks/base to frameworks/native 2012-06-28 15:06:35 -07:00
service libutils clean-up 2013-05-07 18:28:11 -07:00
servicemanager Add media.log service 2013-01-16 12:07:03 -08:00
surfaceflinger limit number of extra binder threads in SF to 4 2013-03-07 15:32:47 -08:00