Home
last modified time | relevance | path

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

/system/core/fastboot/
Dengine.c61 typedef struct Action Action; typedef
65 struct Action struct
68 Action *next; argument
76 int (*func)(Action *a, int status, char *resp); argument
81 static Action *action_list = 0; argument
82 static Action *action_last = 0;
124 static int cb_default(Action *a, int status, char *resp) in cb_default()
136 static Action *queue_action(unsigned op, const char *fmt, ...) in queue_action()
138 Action *a; in queue_action()
142 a = calloc(1, sizeof(Action)); in queue_action()
[all …]
/system/core/init/
Dreadme.txt20 Actions and Services have unique names. If a second Action or Service