Searched defs:Action (Results 1 – 6 of 6) sorted by relevance
50 typedef struct Action Action; typedef54 struct Action { struct56 Action* next; argument68 int (*func)(Action* a, int status, const char* resp); argument73 static Action *action_list = 0; argument312 static int cb_do_nothing(Action*, int , const char*) { in cb_do_nothing() argument
26 Action() {} in Action() function
24 class Action; variable
52 class Action; variable
25 enum class Action { enum
52 Action::Action(bool oneshot, const std::string& filename, int line) in Action() function in android::init::Action