1
0
Fork 0
forked from len0rd/rockbox
foxbox/firmware/target
Thomas Martitz 58e097d4a6 android: Add facility for java code to wait native code to be ready.
Especially when unzipping rockbox.zip, the native code can be initialized
a lot later than the java code. The java code needs to be prevented from
accessing rockbox structures (e.g. current_tick, event queues) before they're
ready.

This commit adds wait_rockbox_ready() and fixes dodgy behavior of starting
rockbox via widget play button, headset remote buttons or multimedia keys.
Also fixes wrong small list items before first redraw.

Change-Id: I1caf925e829a9c1c6bb6e0016d5c80574574c91e
2012-03-22 20:44:52 +01:00
..
arm sansa clip+: properly reset display using the reset pin 2012-03-19 21:00:06 +01:00
coldfire Revise the PCM callback system after adding multichannel audio. 2012-03-03 07:23:38 +01:00
hosted android: Add facility for java code to wait native code to be ready. 2012-03-22 20:44:52 +01:00
mips Revise the PCM callback system after adding multichannel audio. 2012-03-03 07:23:38 +01:00
sh Tweak paramters of mp3_play_data and callback. 2012-03-04 14:50:47 -05:00