rockbox/firmware/target/hosted/android
Thomas Martitz 144df92bfb Android: Rewrite lcd subsystem to use the SurfaceView API.
That enables drawing from outside the apps UI thread, i.e. from within the Rockbox native thread, without needing synchronization means, and adds determinism as to when the draw happens.
It simplifies the drawing routines and adds a convinient way of detecting whether drawing should happen or not (surfaceCreated/Destroyed).
It also restores max. fps on my phone which went down drastically with the gingerbread(CM7) update.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29333 a1c6a512-1295-4272-9138-f99709370657
2011-02-19 01:13:38 +00:00
..
app Android: Rewrite lcd subsystem to use the SurfaceView API. 2011-02-19 01:13:38 +00:00
button-android.c Add widgets to android port. 2011-01-29 20:47:32 +00:00
buttonmap.h
debug-android.c Redirect (L)DEBUGFs to adb logcat in DEBUG enabled builds. 2010-09-20 17:38:47 +00:00
dir-target.h Get rid of get_user_file_path and do the path handling in wrappers for open() and friends. 2010-12-06 22:26:31 +00:00
fs-android.c RaaA: Improve tagcache search to make the database built. 2010-12-23 19:02:18 +00:00
kernel-android.c Android: Replace the java based tick timer implemented with a not as bloated and more accurate linux hrtimer based one. Further reduces idle cpu usage (0% on my phone but still 1-2% on a Samsung Galaxy S). 2010-12-10 15:14:18 +00:00
lc-android.c Extend lc_open() to also being able to load overlay plugins. 2010-09-09 16:17:21 +00:00
lcd-android.c Android: Rewrite lcd subsystem to use the SurfaceView API. 2011-02-19 01:13:38 +00:00
pcm-android.c Redirect (L)DEBUGFs to adb logcat in DEBUG enabled builds. 2010-09-20 17:38:47 +00:00
powermgmt-android.c
system-android.c Android: Change how detecting call state (introduced in r27746) works, from polling to event based. 2010-11-12 21:04:13 +00:00
system-target.h Android: Replace the java based tick timer implemented with a not as bloated and more accurate linux hrtimer based one. Further reduces idle cpu usage (0% on my phone but still 1-2% on a Samsung Galaxy S). 2010-12-10 15:14:18 +00:00
telephony-android.c Android: Fix yellow 2010-12-04 18:27:24 +00:00