Searched refs:SimplePlayer (Results 1 – 6 of 6) sorted by relevance
38 SimplePlayer::SimplePlayer() in SimplePlayer() function in android::SimplePlayer44 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 …]
32 struct SimplePlayer : public AHandler { struct33 SimplePlayer();43 virtual ~SimplePlayer();107 DISALLOW_EVIL_CONSTRUCTORS(SimplePlayer); argument
443 sp<SimplePlayer> player = new SimplePlayer; in main()
134 SimplePlayer.cpp \
45 public class SimplePlayer implements OnClickListener { class64 SimplePlayer(Context context, int playPausebuttonId, ImageView playPausebutton, in SimplePlayer() method in SimplePlayer71 SimplePlayer(Context context, int playPausebuttonId, ImageView playPausebutton, in SimplePlayer() method in SimplePlayer
56 static SimplePlayer sPlayerController = null;80 sPlayerController = new SimplePlayer(this, R.id.playPause1, playPause, in onCreate()