Lines Matching refs:SimplePlayer
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 __anona475c49d0111::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()
199 void SimplePlayer::play(const sp<IMediaSource> &source) { in play()
415 SimplePlayer player; in main()