rockbox/firmware/target/hosted/android
Dominik Riebeling 6c22be4a3d Android: implement headphone detection thus enabling pause on unplug (FS#12097).
Listen to headphone plug events. There are currently two glitches with this:
- Android takes a while until it reports the unplug event, so there will be
  some delay until playback gets paused. This is an Android limitation.
- Rockbox debounces headphone state changes for one second. Therefore playback
  will shortly be routed to the speaker on unplug until Rockbox does the actual
  pause.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29956 a1c6a512-1295-4272-9138-f99709370657
2011-06-04 19:17:47 +00:00
..
app Enable volume keys in Android. 2011-03-10 22:53:58 +00:00
button-android.c Android: implement headphone detection thus enabling pause on unplug (FS#12097). 2011-06-04 19:17:47 +00:00
buttonmap.h
debug-android.c Fix tabs in .c and .h files in firmware/ 2011-05-08 11:37:18 +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: Switch to pthread_cond+SIGEV_THREAD for tick task handling. 2011-03-11 23:38:36 +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: Partly revert r29569 and only call the new getJavaEnvironment() when needed. 2011-03-16 14:33:55 +00:00
pcm-android.c Fix whitespace errors aka tabs. 2011-05-05 19:20:58 +00:00
powermgmt-android.c Android: Partly revert r29569 and only call the new getJavaEnvironment() when needed. 2011-03-16 14:33:55 +00:00
system-android.c Android: Implement app shutdown and thus, sleep timer. 2011-03-16 15:17:24 +00:00
system-target.h Android: Partly revert r29569 and only call the new getJavaEnvironment() when needed. 2011-03-16 14:33:55 +00:00
telephony-android.c Android: Partly revert r29569 and only call the new getJavaEnvironment() when needed. 2011-03-16 14:33:55 +00:00