rockbox/firmware/target/hosted/android
Thomas Martitz 95e24dd7a5 Android:
* Re-create RockboxFramebuffer instance with every time there's a new Activity.
* Also, allow Rockbox to be started via multimedia buttons, immediately starting playback if wanted.

We don't need to keep the fb instance around when it backround, and it makes us less depending on it and the activity (less race conditions). And this is how you usually do it in Android apps.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29384 a1c6a512-1295-4272-9138-f99709370657
2011-02-23 01:10:54 +00:00
..
app Android: Rewrite lcd subsystem to use the SurfaceView API. 2011-02-19 01:13:38 +00:00
button-android.c Android: 2011-02-23 01:10:54 +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: 2011-02-23 01:10:54 +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 Android: don't compile stubs.c and kill off libuisimulator entirely. 2010-09-02 00:24:40 +00:00
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