Home
last modified time | relevance | path

Searched defs: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
/system/core/include/sysutils/
DNetlinkEvent.h25 enum class Action { enum