HomeSort by relevance Sort by last modified time
    Searched full:seekto_l (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 265 status_t seekTo_l(int64_t timeUs);
  /frameworks/av/media/libmedia/
mediaplayer.cpp 513 status_t MediaPlayer::seekTo_l(int msec)
560 status_t result = seekTo_l(msec);
877 seekTo_l(mCurrentPosition);
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 896 seekTo_l(0);
992 seekTo_l(curTimeUs);
1036 seekTo_l(0);
    [all...]
  /frameworks/av/include/media/
mediaplayer.h 261 status_t seekTo_l(int msec);

Completed in 819 milliseconds