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

  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2.cpp 18 #define LOG_TAG "NuPlayer2"
24 #include "NuPlayer2.h"
103 struct NuPlayer2::Action : public RefBase {
106 virtual void execute(NuPlayer2 *player) = 0;
112 struct NuPlayer2::SeekAction : public Action {
118 virtual void execute(NuPlayer2 *player) {
129 struct NuPlayer2::ResumeDecoderAction : public Action {
134 virtual void execute(NuPlayer2 *player) {
144 struct NuPlayer2::SetSurfaceAction : public Action {
149 virtual void execute(NuPlayer2 *player)
    [all...]
NuPlayer2.h 45 struct NuPlayer2 : public AHandler {
46 explicit NuPlayer2(pid_t pid, uid_t uid,
103 virtual ~NuPlayer2();
364 DISALLOW_EVIL_CONSTRUCTORS(NuPlayer2);

Completed in 113 milliseconds