rockbox/apps/hosted/android
Michael Sevakis 023f6b6efd Get rid of some superfluous single-purpose functions in playback.
* Remove explicit tracking of elapsed time of previous track.
* Remove function to obtain auto skip flag.
* Most playback events now carry the extra information instead and
  pass 'struct track_event *' for data.
* Tweak scrobbler to use PLAYBACK_EVENT_TRACK_FINISH, which makes
  it cleaner and removes the struct mp3entry.

Change-Id: I500d2abb4056a32646496efc3617406e36811ec5
2013-07-13 00:08:51 -04:00
..
keyboard.c Android: Partly revert r29569 and only call the new getJavaEnvironment() when needed. 2011-03-16 14:33:55 +00:00
notification.c Get rid of some superfluous single-purpose functions in playback. 2013-07-13 00:08:51 -04:00
notification.h RaaA: move Android apps-code to separate dir under apps/hosted 2011-03-11 15:45:44 +00:00
yesno.c Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00