Home
last modified time | relevance | path

Searched refs:getCurrentPosition (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DCodecTest.java112 public static boolean getCurrentPosition(String filePath){ in getCurrentPosition() method in CodecTest
131 currentPosition = mp.getCurrentPosition(); in getCurrentPosition()
157 currentPosition = mp.getCurrentPosition(); in seekTo()
194 currentPosition = mp.getCurrentPosition(); in setLooping()
226 int curPosition = mp.getCurrentPosition(); in pause()
354 currentPosition = mp.getCurrentPosition(); in videoSeekTo()
374 currentPosition = mp.getCurrentPosition(); in videoSeekTo()
400 currentPosition = mp.getCurrentPosition(); in seekToEnd()
427 currentPosition = mp.getCurrentPosition(); in shortMediaStop()
456 currentPosition = mp.getCurrentPosition(); in playToEnd()
[all …]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediaplayback/
DMediaPlayerApiTest.java109 boolean currentPosition = CodecTest.getCurrentPosition(MediaNames.MP3CBR); in testMP3CBRGetCurrentPosition()
115 boolean currentPosition = CodecTest.getCurrentPosition(MediaNames.MP3VBR); in testMP3VBRGetCurrentPosition()
121 boolean currentPosition = CodecTest.getCurrentPosition(MediaNames.MIDI); in testMIDIGetCurrentPosition()
127 boolean currentPosition = CodecTest.getCurrentPosition(MediaNames.AMR); in testAMRGetCurrentPosition()
/frameworks/av/media/libmediaplayerservice/
DTestPlayerStub.h95 virtual status_t getCurrentPosition(int *p) { in getCurrentPosition() function
96 return mPlayer->getCurrentPosition(p); in getCurrentPosition()
DMediaPlayerService.h335 virtual status_t getCurrentPosition(int* msec);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DMediaPlayerGetCurrentPositionStateUnitTest.java56 player.getCurrentPosition(); in invokeMethodUnderTest()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DIllustrationVideoView.java330 public int getCurrentPosition() { in getCurrentPosition() method in IllustrationVideoView
331 return mMediaPlayer == null ? 0 : mMediaPlayer.getCurrentPosition(); in getCurrentPosition()
/frameworks/base/core/java/android/widget/
DMediaController.java458 int position = mPlayer.getCurrentPosition(); in setProgress()
670 int pos = mPlayer.getCurrentPosition();
683 int pos = mPlayer.getCurrentPosition();
725 int getCurrentPosition(); in getCurrentPosition() method
DVideoView.java524 (seekToPosition != 0 || getCurrentPosition() > 0)) {
832 public int getCurrentPosition() { in getCurrentPosition() method in VideoView
834 return mMediaPlayer.getCurrentPosition(); in getCurrentPosition()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDriver.cpp416 getCurrentPosition(&unused); in pause()
447 getCurrentPosition(&unused); in setPlaybackSettings()
502 status_t NuPlayerDriver::getCurrentPosition(int *msec) { in getCurrentPosition() function in android::NuPlayerDriver
513 status_t ret = mPlayer->getCurrentPosition(&tempUs); in getCurrentPosition()
747 getCurrentPosition(&msec); in invoke()
DNuPlayerDriver.h65 virtual status_t getCurrentPosition(int *msec);
DNuPlayerRenderer.h72 status_t getCurrentPosition(int64_t *mediaUs);
DNuPlayer.h90 status_t getCurrentPosition(int64_t *mediaUs);
DNuPlayer.cpp804 if (getCurrentPosition(&currentPositionUs) == OK) { in onMessageReceived()
866 if (getCurrentPosition(&currentPositionUs) != OK) { in onMessageReceived()
2232 status_t NuPlayer::getCurrentPosition(int64_t *mediaUs) { in getCurrentPosition() function in android::NuPlayer
2238 return renderer->getCurrentPosition(mediaUs); in getCurrentPosition()
2684 driver->getCurrentPosition(&posMs); in onSourceNotify()
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java226 int currentPosition = getCurrentPosition();
481 public int getCurrentPosition() { in getCurrentPosition() method in DividerView
506 mStartPosition = getCurrentPosition(); in onTouch()
838 : getCurrentPosition(), in setMinimizedDockStack()
1268 && getCurrentPosition() == getSnapAlgorithm().getLastSplitTarget().position; in growsRecents()
1279 && getCurrentPosition() == getSnapAlgorithm().getLastSplitTarget().position) { in onRecentsActivityStarting()
1336 mExitStartPosition = getCurrentPosition(); in onUndockingTask()
/frameworks/base/media/tests/players/
Dinvoke_mock_media_player.cpp86 virtual status_t getCurrentPosition(int* /* msec */) { return OK; } in getCurrentPosition() function in __anon5c2392aa0111::Player
/frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/
DShortcutKeyDispatcher.java95 int dividerPosition = dividerView.getCurrentPosition(); in handleDockKey()
/frameworks/wilhelm/src/android/
Dandroid_GenericMediaPlayer.cpp296 if (player == 0 || player->getCurrentPosition(msec) != NO_ERROR) { in getPositionMsec()
502 && (OK == mPlayer->getCurrentPosition(&positionMsec))) { in onBufferingUpdate()
/frameworks/av/media/libmedia/include/media/
DIMediaPlayer.h80 virtual status_t getCurrentPosition(int* msec) = 0;
Dmediaplayer.h243 status_t getCurrentPosition(int *msec);
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
DVideoDumpView.java236 public int getCurrentPosition () { in getCurrentPosition() method in VideoDumpView
238 return mMediaPlayer.getCurrentPosition(); in getCurrentPosition()
DRgbPlayerActivity.java224 public int getCurrentPosition() { in getCurrentPosition() method in RgbPlayerActivity.RgbView
/frameworks/av/include/media/
DMediaPlayerInterface.h232 virtual status_t getCurrentPosition(int *msec) = 0;
/frameworks/av/media/libmediaplayerservice/include/
DMediaPlayerInterface.h232 virtual status_t getCurrentPosition(int *msec) = 0;
/frameworks/av/media/libmedia/
Dmediaplayer.cpp494 status_t MediaPlayer::getCurrentPosition(int *msec) in getCurrentPosition() function in android::MediaPlayer
504 return mPlayer->getCurrentPosition(msec); in getCurrentPosition()
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
DLocalRenderer.java584 return ((mState & CAN_GET_POSITION) == 0) ? -1 : mPlayer.getCurrentPosition(); in getSeekPosition()

12