Loading media/java/android/media/AudioTrack.java +3 −1 Original line number Diff line number Diff line Loading @@ -551,8 +551,10 @@ public class AudioTrack * @see #PLAYSTATE_PLAYING */ public int getPlayState() { synchronized (mPlayStateLock) { return mPlayState; } } /** * Returns the native frame count used by the hardware. Loading Loading
media/java/android/media/AudioTrack.java +3 −1 Original line number Diff line number Diff line Loading @@ -551,8 +551,10 @@ public class AudioTrack * @see #PLAYSTATE_PLAYING */ public int getPlayState() { synchronized (mPlayStateLock) { return mPlayState; } } /** * Returns the native frame count used by the hardware. Loading