Home
last modified time | relevance | path

Searched refs:SimplePlayer (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/cmds/stagefright/
DSimplePlayer.cpp38 SimplePlayer::SimplePlayer() in SimplePlayer() function in android::SimplePlayer
44 SimplePlayer::~SimplePlayer() { in ~SimplePlayer()
62 status_t SimplePlayer::setDataSource(const char *path) { in setDataSource()
69 status_t SimplePlayer::setSurface(const sp<IGraphicBufferProducer> &bufferProducer) { in setSurface()
83 status_t SimplePlayer::prepare() { in prepare()
89 status_t SimplePlayer::start() { in start()
95 status_t SimplePlayer::stop() { in stop()
101 status_t SimplePlayer::reset() { in reset()
107 void SimplePlayer::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
272 status_t SimplePlayer::onPrepare() { in onPrepare()
[all …]
DSimplePlayer.h32 struct SimplePlayer : public AHandler { struct
33 SimplePlayer();
43 virtual ~SimplePlayer();
107 DISALLOW_EVIL_CONSTRUCTORS(SimplePlayer); argument
DAndroid.bp185 "SimplePlayer.cpp",
Dcodec.cpp449 sp<SimplePlayer> player = new SimplePlayer; in main()
/frameworks/av/media/codec2/components/cmds/
Dcodec2.cpp75 class SimplePlayer { class
77 SimplePlayer();
78 ~SimplePlayer();
116 explicit Listener(SimplePlayer *thiz) : mThis(thiz) {} in Listener()
135 SimplePlayer * const mThis;
139 SimplePlayer::SimplePlayer() in SimplePlayer() function in __anon2aac90ef0111::SimplePlayer
170 SimplePlayer::~SimplePlayer() { in ~SimplePlayer()
174 void SimplePlayer::onWorkDone( in onWorkDone()
185 void SimplePlayer::onTripped( in onTripped()
193 void SimplePlayer::onError(std::weak_ptr<C2Component> component, uint32_t errorCode) { in onError()
[all …]
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
DSimplePlayer.java45 public class SimplePlayer implements OnClickListener { class
64 SimplePlayer(Context context, int playPausebuttonId, ImageView playPausebutton, in SimplePlayer() method in SimplePlayer
71 SimplePlayer(Context context, int playPausebuttonId, ImageView playPausebutton, in SimplePlayer() method in SimplePlayer
DEnvReverbTest.java56 static SimplePlayer sPlayerController = null;
80 sPlayerController = new SimplePlayer(this, R.id.playPause1, playPause, in onCreate()