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.java258 public int getCurrentPosition() { in getCurrentPosition() method in MediaControllerTest.MockMediaPlayerControl
/cts/tests/tests/media/src/android/media/cts/
DMediaCodecTunneledPlayer.java529 public int getCurrentPosition() { in getCurrentPosition() method in MediaCodecTunneledPlayer
DMediaCodecClearKeyPlayer.java693 public int getCurrentPosition() { in getCurrentPosition() method in MediaCodecClearKeyPlayer
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3913/
Dpoc.cpp84 status_t getCurrentPosition(int *msec) { return OK; } in getCurrentPosition() function in MyMediaPlayer
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DCodecTest.java97 public static boolean getCurrentPosition(String filePath) { in getCurrentPosition() method in CodecTest