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

/frameworks/av/cmds/stagefright/
H A DSimplePlayer.h31 struct SimplePlayer : public AHandler { struct in namespace:android
32 SimplePlayer();
42 virtual ~SimplePlayer();
106 DISALLOW_EVIL_CONSTRUCTORS(SimplePlayer);
H A DSimplePlayer.cpp18 #define LOG_TAG "SimplePlayer"
21 #include "SimplePlayer.h"
37 SimplePlayer::SimplePlayer() function in class:android::SimplePlayer
43 SimplePlayer::~SimplePlayer() {
61 status_t SimplePlayer::setDataSource(const char *path) {
68 status_t SimplePlayer::setSurface(const sp<IGraphicBufferProducer> &bufferProducer) {
82 status_t SimplePlayer::prepare() {
88 status_t SimplePlayer
[all...]
H A DAndroid.mk158 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 90 milliseconds