HomeSort by relevance Sort by last modified time
    Searched refs:seekToEnd (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediaplayback/
MediaPlayerApiTest.java 269 boolean isEnd = CodecTest.seekToEnd(MediaNames.MP3CBR);
270 assertTrue("MP3CBR seekToEnd", isEnd);
275 boolean isEnd = CodecTest.seekToEnd(MediaNames.MP3VBR);
277 assertTrue("MP3VBR seekToEnd", isEnd);
282 boolean isEnd = CodecTest.seekToEnd(MediaNames.MIDI);
283 assertTrue("MIDI seekToEnd", isEnd);
288 boolean isEnd = CodecTest.seekToEnd(MediaNames.AMR);
289 assertTrue("AMR seekToEnd", isEnd);
294 boolean isEnd = CodecTest.seekToEnd(MediaNames.OGG);
295 assertTrue("OGG seekToEnd", isEnd);
    [all...]
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
CodecTest.java 351 public static boolean seekToEnd(String filePath) {
352 Log.v(TAG, "seekToEnd - " + filePath);
368 Log.v(TAG, "seekToEnd currentPosition= " + currentPosition + " isPlaying = " + isPlaying);
395 Log.v(TAG, "seekToEnd currentPosition= " + currentPosition + " isPlaying = " + isPlaying);
425 Log.v(TAG, "seekToEnd currentPosition= " + currentPosition + " isPlaying = " + isPlaying);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CodecTest.java 376 public static boolean seekToEnd(String filePath){
377 Log.v(TAG, "seekToEnd - " + filePath);
393 Log.v(TAG, "seekToEnd currentPosition= " + currentPosition + " isPlaying = " + isPlaying);
420 Log.v(TAG, "seekToEnd currentPosition= " + currentPosition + " isPlaying = " + isPlaying);
450 Log.v(TAG, "seekToEnd currentPosition= " + currentPosition + " isPlaying = " + isPlaying);

Completed in 1302 milliseconds