Searched defs:SimpleAction (Results 1 – 1 of 1) sorted by relevance
156 struct NuPlayer::SimpleAction : public Action { struct in android::NuPlayer157 typedef void (NuPlayer::*ActionFunc)();159 explicit SimpleAction(ActionFunc func) in SimpleAction() function163 virtual void execute(NuPlayer *player) { in execute()168 ActionFunc mFunc;