Searched defs:SimpleAction (Results 1 – 1 of 1) sorted by relevance
158 struct NuPlayer::SimpleAction : public Action { struct in android::NuPlayer159 typedef void (NuPlayer::*ActionFunc)();161 explicit SimpleAction(ActionFunc func) in SimpleAction() function165 virtual void execute(NuPlayer *player) { in execute()170 ActionFunc mFunc;