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

/system/core/fastboot/
H A Dengine.c81 typedef struct Action Action; typedef in typeref:struct:Action
85 struct Action struct
88 Action *next;
96 int (*func)(Action *a, int status, char *resp);
101 static Action *action_list = 0;
102 static Action *action_last = 0;
180 static int cb_default(Action *a, int status, char *resp)
192 static Action *queue_action(unsigned op, const char *fmt, ...)
194 Action *
[all...]

Completed in 42 milliseconds