replicant-frameworks_native/include
Mathias Agopian ca08833d5e don't use compile-time configuration of libgui as much as possible
We now detect at runtime which sync features to use, which
allows us to remove a lot of the compile-time configuration
options. There  is still one option though, to disable
KHR_fence_sync on some devices (which are more efficient
without it).

- added a backdoor to get the vendor's EGL strings

the new logic is:
- use always ANDROID_native_fence_sync if available
- fallback to KHR_fence_sync if available and not disabled
  by the compile-time option
- use KHR_wait_sync if available and either of the above is
  enabled

Change-Id: I9c4b49d9ff1151faf902cc93bd53ea5f205aaabf
2013-03-29 15:33:47 -07:00
..
android Add TOUCH_NAVIGATION input source 2013-03-11 14:20:14 -07:00
binder Revert "Add a compatibility symbol for the MemoryBase constructor." 2013-03-14 10:51:17 +00:00
cpustats Fix log spam about CPU frequency on one device 2012-05-14 16:55:26 -07:00
diskusage More changes to fix PDK build: 2012-10-24 12:30:41 -07:00
gui don't use compile-time configuration of libgui as much as possible 2013-03-29 15:33:47 -07:00
media Updated MediaDrm API based on review input. 2013-03-13 13:35:36 -07:00
powermanager Move services/powermanager from frameworks/base to frameworks/native 2012-03-28 13:58:23 -07:00
private don't use compile-time configuration of libgui as much as possible 2013-03-29 15:33:47 -07:00
ui Make GraphicBuffer a RefBase 2013-03-06 18:50:52 -08:00
utils improved CallStack a bit 2013-03-21 17:12:40 -07:00