Searched defs:MediaPlayer (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp19 #define LOG_TAG "MediaPlayer"
45 MediaPlayer::MediaPlayer() function in class:android::MediaPlayer
67 MediaPlayer::~MediaPlayer()
75 void MediaPlayer::disconnect()
91 void MediaPlayer::clear_l()
100 status_t MediaPlayer::setListener(const sp<MediaPlayerListener>& listener)
109 status_t MediaPlayer::attachNewPlayer(const sp<IMediaPlayer>& player)
140 status_t MediaPlayer
[all...]
/frameworks/av/include/media/
H A Dmediaplayer.h63 // 1xx: Android Player errors. Something went wrong inside the MediaPlayer.
108 // MediaPlayer is temporarily pausing playback internally in order to
111 // MediaPlayer is resuming playback after filling buffers.
144 // Keep KEY_PARAMETER_* in sync with MediaPlayer.java.
160 // Keep INVOKE_ID_* in sync with MediaPlayer.java.
170 // Keep MEDIA_TRACK_TYPE_* in sync with MediaPlayer.java.
186 class MediaPlayer : public BnMediaPlayerClient, class in namespace:android
190 MediaPlayer();
191 ~MediaPlayer();
233 status_t setNextMediaPlayer(const sp<MediaPlayer>
[all...]
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java47 * MediaPlayer class can be used to control playback
61 * <p>For more information about how to use MediaPlayer, read the
70 * MediaPlayer object driven by the supported playback control operations.
71 * The ovals represent the states a MediaPlayer object may reside
78 * alt="MediaPlayer State diagram"
81 * <p>From this state diagram, one can see that a MediaPlayer object has the
84 * <li>When a MediaPlayer object is just created using <code>new</code> or
87 * two states is the life cycle of the MediaPlayer object.
90 * MediaPlayer object and the MediaPlayer objec
513 public class MediaPlayer class
575 public MediaPlayer() { method in class:MediaPlayer
[all...]

Completed in 132 milliseconds