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