Searched defs:SimplePlayer (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp18 #define LOG_TAG "SimplePlayer"
21 #include "SimplePlayer.h"
36 SimplePlayer::SimplePlayer() function in class:android::SimplePlayer
42 SimplePlayer::~SimplePlayer() {
60 status_t SimplePlayer::setDataSource(const char *path) {
67 status_t SimplePlayer::setSurface(const sp<ISurfaceTexture> &surfaceTexture) {
82 status_t SimplePlayer::prepare() {
88 status_t SimplePlayer
[all...]
H A DSimplePlayer.h31 struct SimplePlayer : public AHandler { struct in namespace:android
32 SimplePlayer();
42 virtual ~SimplePlayer();
106 DISALLOW_EVIL_CONSTRUCTORS(SimplePlayer);
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DSimplePlayer.java45 public class SimplePlayer implements OnClickListener { class in inherits:OnClickListener
47 private final static String TAG = "SimplePlayer";
64 SimplePlayer(Context context, int playPausebuttonId, ImageView playPausebutton, method in class:SimplePlayer
71 SimplePlayer(Context context, int playPausebuttonId, ImageView playPausebutton, method in class:SimplePlayer

Completed in 110 milliseconds