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.h 35 struct NuPlayer : public AHandler {
36 NuPlayer(pid_t pid);
86 virtual ~NuPlayer();
285 DISALLOW_EVIL_CONSTRUCTORS(NuPlayer);
NuPlayer.cpp 18 #define LOG_TAG "NuPlayer"
21 #include "NuPlayer.h"
62 struct NuPlayer::Action : public RefBase {
65 virtual void execute(NuPlayer *player) = 0;
71 struct NuPlayer::SeekAction : public Action {
76 virtual void execute(NuPlayer *player) {
86 struct NuPlayer::ResumeDecoderAction : public Action {
91 virtual void execute(NuPlayer *player) {
101 struct NuPlayer::SetSurfaceAction : public Action {
106 virtual void execute(NuPlayer *player)
    [all...]

Completed in 81 milliseconds