Searched refs:SimplePlayer (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/cmds/stagefright/
H A DSimplePlayer.h32 struct SimplePlayer : public AHandler { struct in namespace:android
33 SimplePlayer();
43 virtual ~SimplePlayer();
107 DISALLOW_EVIL_CONSTRUCTORS(SimplePlayer);
H A DSimplePlayer.cpp18 #define LOG_TAG "SimplePlayer"
21 #include "SimplePlayer.h"
38 SimplePlayer::SimplePlayer() function in class:android::SimplePlayer
44 SimplePlayer::~SimplePlayer() {
62 status_t SimplePlayer::setDataSource(const char *path) {
69 status_t SimplePlayer::setSurface(const sp<IGraphicBufferProducer> &bufferProducer) {
83 status_t SimplePlayer::prepare() {
89 status_t SimplePlayer
[all...]
H A DAndroid.mk131 SimplePlayer.cpp \
H A Dcodec.cpp22 #include "SimplePlayer.h"
443 sp<SimplePlayer> player = new SimplePlayer;
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DSimplePlayer.java45 public class SimplePlayer implements OnClickListener { class in inherits:OnClickListener
47 private final static String TAG = "SimplePlayer";
64 SimplePlayer(Context context, int playPausebuttonId, ImageView playPausebutton, method in class:SimplePlayer
71 SimplePlayer(Context context, int playPausebuttonId, ImageView playPausebutton, method in class:SimplePlayer
H A DEnvReverbTest.java56 static SimplePlayer sPlayerController = null;
80 sPlayerController = new SimplePlayer(this, R.id.playPause1, playPause,

Completed in 106 milliseconds