Searched defs:getCurrentPosition (Results 1 - 21 of 21) sorted by relevance

/frameworks/support/v4/java/android/support/v4/media/
H A DTransportController.java60 public abstract long getCurrentPosition(); method in class:TransportController
H A DTransportMediator.java300 public long getCurrentPosition() { method in class:TransportMediator
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DMediaPlayerProxy.java46 int getCurrentPosition(); method in interface:MediaPlayerProxy
H A DSingleThreadedMediaPlayerProxy.java93 public synchronized int getCurrentPosition() { method in class:SingleThreadedMediaPlayerProxy
94 return mDelegate.getCurrentPosition();
H A DVariableSpeedNative.java76 /*package*/ static native int getCurrentPosition(); method in class:VariableSpeedNative
H A DVariableSpeed.java347 public int getCurrentPosition() { method in class:VariableSpeed
357 return VariableSpeedNative.getCurrentPosition();
/frameworks/av/media/libmediaplayerservice/
H A DTestPlayerStub.h89 virtual status_t getCurrentPosition(int *p) { function in class:android::TestPlayerStub
90 return mPlayer->getCurrentPosition(p);
H A DMidiFile.cpp297 status_t MidiFile::getCurrentPosition(int* position) function in class:android::MidiFile
299 ALOGV("MidiFile::getCurrentPosition");
301 ALOGE("getCurrentPosition(): file not open");
305 ALOGE("getCurrentPosition(): mPlayTime = %ld", mPlayTime);
H A DStagefrightPlayer.cpp118 status_t StagefrightPlayer::getCurrentPosition(int *msec) { function in class:android::StagefrightPlayer
119 ALOGV("getCurrentPosition");
H A DMediaPlayerService.cpp897 status_t MediaPlayerService::Client::getCurrentPosition(int *msec) function in class:android::MediaPlayerService::Client
899 ALOGV("getCurrentPosition");
902 status_t ret = p->getCurrentPosition(msec);
904 ALOGV("[%d] getCurrentPosition = %d", mConnId, *msec);
906 ALOGE("getCurrentPosition returned %d", ret);
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DRgbPlayerActivity.java224 public int getCurrentPosition() { method in class:RgbPlayerActivity.RgbView
H A DVideoDumpView.java236 public int getCurrentPosition () { method in class:VideoDumpView
238 return mMediaPlayer.getCurrentPosition();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java104 public static boolean getCurrentPosition(String filePath){ method in class:CodecTest
123 currentPosition = mp.getCurrentPosition();
149 currentPosition = mp.getCurrentPosition();
186 currentPosition = mp.getCurrentPosition();
218 int curPosition = mp.getCurrentPosition();
346 currentPosition = mp.getCurrentPosition();
366 currentPosition = mp.getCurrentPosition();
392 currentPosition = mp.getCurrentPosition();
419 currentPosition = mp.getCurrentPosition();
448 currentPosition = mp.getCurrentPosition();
[all...]
/frameworks/base/media/tests/players/
H A Dinvoke_mock_media_player.cpp80 virtual status_t getCurrentPosition(int *msec) {return OK;} function in class:__anon1165::Player
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp304 status_t NuPlayerDriver::getCurrentPosition(int *msec) { function in class:android::NuPlayerDriver
/frameworks/av/media/libmedia/
H A DIMediaPlayer.cpp177 status_t getCurrentPosition(int* msec) function in class:android::BpMediaPlayer
427 status_t ret = getCurrentPosition(&msec);
H A Dmediaplayer.cpp379 status_t MediaPlayer::getCurrentPosition(int *msec) function in class:android::MediaPlayer
381 ALOGV("getCurrentPosition");
389 return mPlayer->getCurrentPosition(msec);
/frameworks/base/core/java/android/widget/
H A DMediaController.java423 int position = mPlayer.getCurrentPosition();
620 int pos = mPlayer.getCurrentPosition();
631 int pos = mPlayer.getCurrentPosition();
673 int getCurrentPosition(); method in interface:MediaController.MediaPlayerControl
H A DVideoView.java442 (seekToPosition != 0 || getCurrentPosition() > 0)) {
739 public int getCurrentPosition() { method in class:VideoView
741 return mMediaPlayer.getCurrentPosition();
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.cpp126 status_t VideoEditorPlayer::getCurrentPosition(int *msec) { function in class:android::VideoEditorPlayer
127 ALOGV("getCurrentPosition");
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java108 * as {@link #getCurrentPosition()},
272 * can be retrieved with a call to {@link #getCurrentPosition()}, which
312 * <tr><td>getCurrentPosition </p></td>
1213 public native int getCurrentPosition(); method in class:MediaPlayer
3131 mLastTimeUs = mPlayer.getCurrentPosition() * 1000;

Completed in 488 milliseconds