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

/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp53 MediaPlayer::MediaPlayer() function in class:android::MediaPlayer
77 MediaPlayer::~MediaPlayer()
89 void MediaPlayer::disconnect()
105 void MediaPlayer::clear_l()
115 status_t MediaPlayer::setListener(const sp<MediaPlayerListener>& listener)
124 status_t MediaPlayer::attachNewPlayer(const sp<IMediaPlayer>& player)
155 status_t MediaPlayer::setDataSource(
175 status_t MediaPlayer
[all...]
/frameworks/av/include/media/
H A Dmediaplayer.h79 // 1xx: Android Player errors. Something went wrong inside the MediaPlayer.
124 // MediaPlayer is temporarily pausing playback internally in order to
127 // MediaPlayer is resuming playback after filling buffers.
164 // Keep KEY_PARAMETER_* in sync with MediaPlayer.java.
183 // Keep INVOKE_ID_* in sync with MediaPlayer.java.
204 class MediaPlayer : public BnMediaPlayerClient, class in namespace:android
208 MediaPlayer();
209 ~MediaPlayer();
262 status_t setNextMediaPlayer(const sp<MediaPlayer>& player);
/frameworks/av/media/libmedia/include/media/
H A Dmediaplayer.h79 // 1xx: Android Player errors. Something went wrong inside the MediaPlayer.
124 // MediaPlayer is temporarily pausing playback internally in order to
127 // MediaPlayer is resuming playback after filling buffers.
164 // Keep KEY_PARAMETER_* in sync with MediaPlayer.java.
183 // Keep INVOKE_ID_* in sync with MediaPlayer.java.
204 class MediaPlayer : public BnMediaPlayerClient, class in namespace:android
208 MediaPlayer();
209 ~MediaPlayer();
262 status_t setNextMediaPlayer(const sp<MediaPlayer>& player);
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java98 * MediaPlayer class can be used to control playback
112 * <p>For more information about how to use MediaPlayer, read the
121 * MediaPlayer object driven by the supported playback control operations.
122 * The ovals represent the states a MediaPlayer object may reside
129 * alt="MediaPlayer State diagram"
132 * <p>From this state diagram, one can see that a MediaPlayer object has the
135 * <li>When a MediaPlayer object is just created using <code>new</code> or
138 * two states is the life cycle of the MediaPlayer object.
141 * MediaPlayer object and the MediaPlayer objec
580 public class MediaPlayer extends PlayerBase class in inherits:PlayerBase,SubtitleController.Listener,VolumeAutomation,AudioRouting
661 public MediaPlayer() { method in class:MediaPlayer
[all...]

Completed in 40 milliseconds