[go: nahoru, domu]

Searched refs:seekTo (Results 51 - 62 of 62) sorted by relevance

123

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp324 // current position. So similar to seekTo, update |mPositionUs| to the pause position by calling
385 status_t NuPlayerDriver::seekTo(int msec) { function in class:android::NuPlayerDriver
386 ALOGD("seekTo(%p) %d ms at state %d", this, msec, mState);
H A DRTSPSource.cpp287 status_t NuPlayer::RTSPSource::seekTo(int64_t seekTimeUs) { function in class:android::NuPlayer::RTSPSource
442 // Unblock seekTo here in case we attempted to seek in a live stream
H A DGenericSource.cpp1189 status_t NuPlayer::GenericSource::seekTo(int64_t seekTimeUs) { function in class:android::NuPlayer::GenericSource
H A DNuPlayer.cpp1966 mSource->seekTo(seekTimeUs);
/frameworks/av/media/libstagefright/
H A DNuMediaExtractor.cpp439 status_t NuMediaExtractor::seekTo( function in class:android::NuMediaExtractor
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
H A DLocalRenderer.java551 player.seekTo(position);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1105 status_t MediaPlayerService::Client::seekTo(int msec) function in class:android::MediaPlayerService::Client
1107 ALOGV("[%d] seekTo(%d)", mConnId, msec);
1110 return p->seekTo(msec);
/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp587 ALOGV("seekTo: %d(msec)", msec);
588 process_media_player_call( env, thiz, mp->seekTo(msec), NULL, NULL );
1059 {"seekTo", "(I)V", (void *)android_media_MediaPlayer_seekTo},
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java129 * {@link #stop()}, {@link #seekTo(int)}, {@link #prepare()} or
275 * {@link #seekTo(int)}.
277 * <li>Although the asynchronuous {@link #seekTo(int)}
285 * note that {@link #seekTo(int)} can also be called in the other states,
390 * <tr><td>seekTo </p></td>
1507 public native void seekTo(int msec) throws IllegalStateException; method in class:MediaPlayer
/frameworks/support/v4/java/android/support/v4/media/session/
H A DMediaSessionCompat.java1905 public void seekTo(long pos) throws RemoteException { method in class:MediaSessionCompat.MediaSessionImplBase.MediaSessionStub
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp521 status_t LiveSession::seekTo(int64_t timeUs) { function in class:android::LiveSession
1711 // case bw switch will be cancelled, but the seekTo position will
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp2009 player->seekTo(0);

Completed in 349 milliseconds

123