Go to file
Mathias Agopian a4cb35a286 fix various issues in SF's EventThread
- one issues caused most timestamps to be reported as 0
- on rare occasions an uninitialized variable could be used
- vsync counts per connection were accessed unthreadsafely

we now have 2 lists of connections in the main loop, one just
keeps a list of strong refs to the connections because once
we have a strong ref we're not allowed to release it while
holding the lock.

the 2nd list holds the connections that have a vsync event to
be reported. all the calculations are made with the lock held.

Change-Id: Iacfad3745b05df79d9ece3719bd4c34ddbfd5b83
2012-08-20 21:41:29 -07:00
build Dalvik heap size for a 10" xhdpi tablet. 2012-08-01 18:14:45 -07:00
cmds add /d/sync to dumpstate 2012-08-08 15:32:02 -07:00
data/etc Move com.nxp.mifare to frameworks/native. 2012-04-12 21:24:08 -07:00
include put back the unused virtuals in Vector<> 2012-08-20 21:23:15 -07:00
libs put back the unused virtuals in Vector<> 2012-08-20 21:23:15 -07:00
opengl am 6e820eec: am 6f89ebde: Merge "EGL: do not use sparse files for shader" 2012-08-20 09:42:32 -07:00
services fix various issues in SF's EventThread 2012-08-20 21:41:29 -07:00
MODULE_LICENSE_APACHE2
NOTICE