summaryrefslogtreecommitdiffstats
path: root/firmware/target/hosted/android/pcm-android.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-05Do not include kernel.h in system.h.Thomas Martitz1-1/+2
2013-04-01android: Rewrite PCM playback without OnPlaybackPositionUpdateListener.Thomas Martitz1-8/+12
2012-03-04Tweak some PCM drivers for less typecasting with the data pointer.Michael Sevakis1-4/+4
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis1-8/+8
2011-09-01Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis1-1/+1
2011-08-14Fix typo in and clarify comment.Thomas Martitz1-2/+2
2011-08-14Remove hosted_get_volume(), as event data is available in button_get_data().Thomas Martitz1-16/+3
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis1-2/+52
2011-06-05Android: Greatly simplify the pcm callback mechanism on both, the Java and th...Thomas Martitz1-49/+34
2011-05-05Fix whitespace errors aka tabs.Dominik Riebeling1-2/+2
2011-03-16Android: Implement app shutdown and thus, sleep timer.Thomas Martitz1-1/+11
2011-03-16Android: Partly revert r29569 and only call the new getJavaEnvironment() when...Thomas Martitz1-10/+10
2011-03-14Listen to and follow external Android volume changes. (Based on FS#11914 by M...Björn Stenberg1-0/+25
2011-03-11Android: no need to keep RockboxPCM_class aroundMaurus Cuelenaere1-2/+1
2011-03-11Partly revert "Android: use NewGlobalRef for references that are used globally"Maurus Cuelenaere1-10/+3
2011-03-11Android: Don't share the JNI environment across threads, but obtain it theMaurus Cuelenaere1-2/+9
2011-03-11Android: use NewGlobalRef for references that are used globallyMaurus Cuelenaere1-3/+8
2010-09-20Redirect (L)DEBUGFs to adb logcat in DEBUG enabled builds.Thomas Martitz1-1/+2
2010-08-04A bit of work in the pcm driver. Should be a bit more efficient, but more imp...Thomas Martitz1-0/+4
2010-08-03Run Rockbox as a service, which allows for music decoding&playback in the bac...Thomas Martitz1-2/+0
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz1-0/+174