Searched refs:SimplePlayer (Results 1 – 7 of 7) sorted by relevance
38 SimplePlayer::SimplePlayer() in SimplePlayer() function in android::SimplePlayer44 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 …]
32 struct SimplePlayer : public AHandler { struct33 SimplePlayer();43 virtual ~SimplePlayer();107 DISALLOW_EVIL_CONSTRUCTORS(SimplePlayer); argument
446 sp<SimplePlayer> player = new SimplePlayer; in main()
174 SimplePlayer.cpp \
75 class SimplePlayer { class77 SimplePlayer();78 ~SimplePlayer();116 explicit Listener(SimplePlayer *thiz) : mThis(thiz) {} in Listener()135 SimplePlayer * const mThis;139 SimplePlayer::SimplePlayer() in SimplePlayer() function in __anonb1fe4e5b0110::SimplePlayer170 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 …]
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()