Home
last modified time | relevance | path

Searched defs:getCurrentPosition (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DMediaControllerTest.java308 public int getCurrentPosition() { in getCurrentPosition() method in MediaControllerTest.MockMediaPlayerControl
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3913/
Dpoc.cpp84 status_t getCurrentPosition(int *msec) { return OK; } in getCurrentPosition() function in MyMediaPlayer
/cts/tests/tests/media/common/src/android/media/cts/
DMediaCodecClearKeyPlayer.java707 public int getCurrentPosition() { in getCurrentPosition() method in MediaCodecClearKeyPlayer
DMediaCodecTunneledPlayer.java563 public int getCurrentPosition() { in getCurrentPosition() method in MediaCodecTunneledPlayer
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DCodecTest.java102 public static boolean getCurrentPosition(String filePath) { in getCurrentPosition() method in CodecTest