Searched defs:Action (Results 1 - 1 of 1) sorted by relevance

/system/core/fastboot/
H A Dengine.c61 typedef struct Action Action; typedef in typeref:struct:Action
65 struct Action struct
68 Action *next;
76 int (*func)(Action *a, int status, char *resp);
81 static Action *action_list = 0;
82 static Action *action_last = 0;
124 static int cb_default(Action *a, int status, char *resp)
136 static Action *queue_action(unsigned op, const char *fmt, ...)
138 Action *
[all...]

Completed in 122 milliseconds