1
0
Fork 0
forked from len0rd/rockbox

Initialize (instantiate) RockboxFramebuffer from the C code like with the othe java objects.

Remove some @Override annotations to make the Java code build with certain javac versions.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28386 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-10-29 23:12:08 +00:00
parent 669a327a2e
commit 6bb7522852
5 changed files with 59 additions and 59 deletions

View file

@ -148,7 +148,7 @@ public class RockboxPCM extends AudioTrack
buf = new byte[max_len*3/4];
refill_mark = max_len - buf.length;
}
@Override
public void onMarkerReached(AudioTrack track)
{
/* push new data to the hardware */
@ -186,7 +186,6 @@ public class RockboxPCM extends AudioTrack
}
}
@Override
public void onPeriodicNotification(AudioTrack track)
{
}