HomeSort by relevance Sort by last modified time
    Searched defs:NuPlayer (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 18 #define LOG_TAG "NuPlayer"
21 #include "NuPlayer.h"
57 struct NuPlayer::Action : public RefBase {
60 virtual void execute(NuPlayer *player) = 0;
66 struct NuPlayer::SeekAction : public Action {
72 virtual void execute(NuPlayer *player) {
83 struct NuPlayer::ResumeDecoderAction : public Action {
88 virtual void execute(NuPlayer *player) {
98 struct NuPlayer::SetSurfaceAction : public Action {
103 virtual void execute(NuPlayer *player)
    [all...]
NuPlayer.h 32 struct NuPlayer : public AHandler {
33 NuPlayer();
75 virtual ~NuPlayer();
250 DISALLOW_EVIL_CONSTRUCTORS(NuPlayer);

Completed in 423 milliseconds