Searched refs:SimplePlayer (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/cmds/stagefright/ |
D | SimplePlayer.cpp | 38 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 …]
|
D | SimplePlayer.h | 32 struct SimplePlayer : public AHandler { struct 33 SimplePlayer(); 43 virtual ~SimplePlayer(); 107 DISALLOW_EVIL_CONSTRUCTORS(SimplePlayer); argument
|
D | Android.bp | 185 "SimplePlayer.cpp",
|
D | codec.cpp | 449 sp<SimplePlayer> player = new SimplePlayer; in main()
|
/frameworks/av/media/codec2/components/cmds/ |
D | codec2.cpp | 75 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/ |
D | SimplePlayer.java | 45 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
|
D | EnvReverbTest.java | 56 static SimplePlayer sPlayerController = null; 80 sPlayerController = new SimplePlayer(this, R.id.playPause1, playPause, in onCreate()
|