Searched refs:onCompletion (Results 1 - 14 of 14) sorted by relevance

/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
H A DAwaitableCompletionListener.java36 public void onCompletion(MediaPlayer mp) { method in class:AwaitableCompletionListener
/frameworks/base/core/java/android/speech/tts/
H A DAudioPlaybackQueueItem.java71 public void onCompletion(MediaPlayer mp) {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java59 private static final Object onCompletion = new Object(); field in class:CodecTest
747 public void onCompletion(MediaPlayer mp) {
748 synchronized (onCompletion) {
750 onCompletion.notify();
823 synchronized(onCompletion){
825 onCompletion.wait(waittime + 2000);
/frameworks/base/core/java/android/widget/
H A DVideoView.java461 public void onCompletion(MediaPlayer mp) {
468 mOnCompletionListener.onCompletion(mMediaPlayer);
524 mOnCompletionListener.onCompletion(mMediaPlayer);
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DSimplePlayer.java143 public void onCompletion(MediaPlayer mp) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DNotificationPlayer.java222 public void onCompletion(MediaPlayer mp) { method in class:NotificationPlayer
225 if (mDebug) Log.d(mTag, "onCompletion() abandonning AudioFocus");
229 if (mDebug) Log.d(mTag, "onCompletion() no need to abandon AudioFocus");
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DVariableSpeed.java334 completionListener.onCompletion(null);
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java379 public void onCompletion(MediaPlayer mp) {
554 public void onCompletion(MediaPlayer mp) {
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java1403 public void onCompletion(); method in interface:WifiManager.WpsListener
1490 ((WpsListener) listener).onCompletion();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaPlayerStateUnitTestTemplate.java130 public void onCompletion(MediaPlayer player) {
131 Log.v(TAG, "onCompletion has been called.");
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java284 * OnCompletion.onCompletion(), if a OnCompletionListener is registered
2205 mOnCompletionListener.onCompletion(mMediaPlayer);
2251 mOnCompletionListener.onCompletion(mMediaPlayer);
2377 void onCompletion(MediaPlayer mp); method in interface:MediaPlayer.OnCompletionListener
H A DAudioService.java3457 public void onCompletion(MediaPlayer mp) {
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DMediaSource.java557 public void onCompletion(MediaPlayer mp) {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaAudioEffectTest.java1373 public void onCompletion(MediaPlayer player) {

Completed in 490 milliseconds