Searched defs:SimpleAction (Results 1 – 1 of 1) sorted by relevance
157 struct NuPlayer::SimpleAction : public Action { struct in android::NuPlayer158 typedef void (NuPlayer::*ActionFunc)();160 explicit SimpleAction(ActionFunc func) in SimpleAction() argument164 virtual void execute(NuPlayer *player) { in execute()169 ActionFunc mFunc;