replicant-frameworks_native/include
Mathias Agopian df37b62c62 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.
This change makes SurfaceHolder.setType(GPU) obsolete (it's now ignored).
Added an API to android_native_window_t to allow extending the functionality without ever breaking binary compatibility. This is used to implement the new set_usage() API. This API needs to be called by software renderers because the default is to use usage flags suitable for h/w.
2009-08-11 16:12:56 -07:00
..
binder Make MemoryDealer's destructor protected instead of public. 2009-07-16 10:05:57 -07:00
pim
private add a ctor to Mutex to specify the type, which can be shared. This is used by sf and af an soon will allow some optimization in the kernel for non shared mutexes 2009-07-13 22:06:36 -07:00
tts Fix issue 1795088 Improve audio routing code 2009-07-23 06:03:39 -07:00
ui 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 16:12:56 -07:00
utils am 25dff70f: Merge change 9039 into donut 2009-07-30 16:05:27 -07:00