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