Searched defs:SimpleAction (Results 1 – 2 of 2) sorted by relevance
157 struct NuPlayer::SimpleAction : public Action { struct in android::NuPlayer158 typedef void (NuPlayer::*ActionFunc)();160 explicit SimpleAction(ActionFunc func) in SimpleAction() function164 virtual void execute(NuPlayer *player) { in execute()169 ActionFunc mFunc;
193 struct NuPlayer2::SimpleAction : public Action { struct in android::NuPlayer2194 typedef void (NuPlayer2::*ActionFunc)();196 explicit SimpleAction(ActionFunc func) in SimpleAction() argument200 virtual void execute(NuPlayer2 *player) { in execute()205 ActionFunc mFunc;