Searched refs:getCurrentPosition (Results 1 – 13 of 13) sorted by relevance
96 public static boolean getCurrentPosition(String filePath) { in getCurrentPosition() method in CodecTest115 currentPosition = mp.getCurrentPosition(); in getCurrentPosition()136 currentPosition = mp.getCurrentPosition(); in seekTo()173 currentPosition = mp.getCurrentPosition(); in setLooping()205 int curPosition = mp.getCurrentPosition(); in pause()341 currentPosition = mp.getCurrentPosition(); in videoSeekTo()367 currentPosition = mp.getCurrentPosition(); in seekToEnd()394 currentPosition = mp.getCurrentPosition(); in shortMediaStop()423 currentPosition = mp.getCurrentPosition(); in playToEnd()449 currentPosition=mp.getCurrentPosition(); in seektoBeforeStart()[all …]
232 int pos = mp.getCurrentPosition(); in testPlayAudioFromDataURI()237 assertEquals(pos + seekDuration, mp.getCurrentPosition(), tolerance); in testPlayAudioFromDataURI()296 int pos = mp.getCurrentPosition();301 assertEquals(pos + seekDuration, mp.getCurrentPosition(), tolerance);350 int pos = mp.getCurrentPosition();357 int pos = mp.getCurrentPosition();359 assertEquals(pos + SLEEP_TIME, mp.getCurrentPosition(), tolerance);421 int pos = mp.getCurrentPosition(); in testPlayMidi()426 assertEquals(pos + seekDuration, mp.getCurrentPosition(), tolerance); in testPlayMidi()466 int posMs = mMediaPlayer.getCurrentPosition();[all …]
111 if (mMediaCodecPlayer.getCurrentPosition() >= mMediaCodecPlayer.getDuration() ) { in playUntilEnd()112 Log.d(TAG, "current pos = " + mMediaCodecPlayer.getCurrentPosition() + in playUntilEnd()
325 int currentPosition = mp.getCurrentPosition(); in test4_1MeasurePeakRms()330 currentPosition = mp.getCurrentPosition(); in test4_1MeasurePeakRms()397 int currentPosition = mp.getCurrentPosition(); in test4_2MeasurePeakRmsLongMP3()402 currentPosition = mp.getCurrentPosition(); in test4_2MeasurePeakRmsLongMP3()
181 int currentPosition = mp.getCurrentPosition(); in test3_0MeasureGainChange()186 currentPosition = mp.getCurrentPosition(); in test3_0MeasureGainChange()
218 mPlayer.getCurrentPosition(); in testPlayerRandomAction()
489 public int getCurrentPosition() { in getCurrentPosition() method in MediaCodecTunneledPlayer
425 int pos = mp.getCurrentPosition(); in testPlayHlsStreamWithTimedId3()
683 public int getCurrentPosition() { in getCurrentPosition() method in MediaCodecClearKeyPlayer
629 long pos = mp.getCurrentPosition();
3172 if (mMediaCodecPlayer.getCurrentPosition() >= mMediaCodecPlayer.getDuration()) {3174 mMediaCodecPlayer.getCurrentPosition() +
82 status_t getCurrentPosition(int *msec) { return OK; } in getCurrentPosition() function in MyMediaPlayer
258 public int getCurrentPosition() { in getCurrentPosition() method in MediaControllerTest.MockMediaPlayerControl