Home
last modified time | relevance | path

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

/aosp12/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp38 SimplePlayer::SimplePlayer() in SimplePlayer() function in android::SimplePlayer
44 SimplePlayer::~SimplePlayer() { in ~SimplePlayer()
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()
272 status_t SimplePlayer::onPrepare() { in onPrepare()
378 status_t SimplePlayer::onStart() { in onStart()
390 status_t SimplePlayer::onStop() { in onStop()
398 status_t SimplePlayer::onReset() { in onReset()
[all …]
H A DSimplePlayer.h32 struct SimplePlayer : public AHandler { struct
33 SimplePlayer();
43 virtual ~SimplePlayer();
107 DISALLOW_EVIL_CONSTRUCTORS(SimplePlayer); argument
H A Dcodec.cpp446 sp<SimplePlayer> player = new SimplePlayer; in main()
H A DAndroid.mk174 SimplePlayer.cpp \
/aosp12/frameworks/av/media/codec2/components/cmds/
H A 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 __anonb1fe4e5b0110::SimplePlayer
170 SimplePlayer::~SimplePlayer() { in ~SimplePlayer()
174 void SimplePlayer::onWorkDone( in onWorkDone()
185 void SimplePlayer::onTripped( in onTripped()
199 void SimplePlayer::play(const sp<IMediaSource> &source) { in play()
[all …]
/aosp12/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A 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
H A DEnvReverbTest.java56 static SimplePlayer sPlayerController = null;
80 sPlayerController = new SimplePlayer(this, R.id.playPause1, playPause, in onCreate()