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

/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp51 MediaPlayer::MediaPlayer() function in class:android::MediaPlayer
75 MediaPlayer::~MediaPlayer()
87 void MediaPlayer::disconnect()
103 void MediaPlayer::clear_l()
113 status_t MediaPlayer::setListener(const sp<MediaPlayerListener>& listener)
122 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.h74 // 1xx: Android Player errors. Something went wrong inside the MediaPlayer.
119 // MediaPlayer is temporarily pausing playback internally in order to
122 // MediaPlayer is resuming playback after filling buffers.
159 // Keep KEY_PARAMETER_* in sync with MediaPlayer.java.
178 // Keep INVOKE_ID_* in sync with MediaPlayer.java.
189 // Keep MEDIA_TRACK_TYPE_* in sync with MediaPlayer.java.
209 class MediaPlayer : public BnMediaPlayerClient, class in namespace:android
213 MediaPlayer();
214 ~MediaPlayer();
267 status_t setNextMediaPlayer(const sp<MediaPlayer>
[all...]
/frameworks/av/media/libmedia/include/media/
H A Dmediaplayer.h74 // 1xx: Android Player errors. Something went wrong inside the MediaPlayer.
119 // MediaPlayer is temporarily pausing playback internally in order to
122 // MediaPlayer is resuming playback after filling buffers.
159 // Keep KEY_PARAMETER_* in sync with MediaPlayer.java.
178 // Keep INVOKE_ID_* in sync with MediaPlayer.java.
189 // Keep MEDIA_TRACK_TYPE_* in sync with MediaPlayer.java.
209 class MediaPlayer : public BnMediaPlayerClient, class in namespace:android
213 MediaPlayer();
214 ~MediaPlayer();
267 status_t setNextMediaPlayer(const sp<MediaPlayer>
[all...]
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java93 * MediaPlayer class can be used to control playback
107 * <p>For more information about how to use MediaPlayer, read the
116 * MediaPlayer object driven by the supported playback control operations.
117 * The ovals represent the states a MediaPlayer object may reside
124 * alt="MediaPlayer State diagram"
127 * <p>From this state diagram, one can see that a MediaPlayer object has the
130 * <li>When a MediaPlayer object is just created using <code>new</code> or
133 * two states is the life cycle of the MediaPlayer object.
136 * MediaPlayer object and the MediaPlayer objec
575 public class MediaPlayer extends PlayerBase class in inherits:PlayerBase,SubtitleController.Listener,VolumeAutomation
655 public MediaPlayer() { method in class:MediaPlayer
[all...]

Completed in 28 milliseconds