Home
last modified time | relevance | path

Searched defs:action (Results 1 – 15 of 15) sorted by relevance

/system/core/init/
Dinit.h36 struct action { struct
39 /* node in the queue of pending actions */ argument
41 /* node in list of actions for a trigger */ argument
42 struct listnode tlist;
44 unsigned hash;
45 const char *name;
47 struct listnode commands;
48 struct command *current;
Ddevices.c59 const char *action; member
468 static void handle_device(const char *action, const char *devpath, in handle_device()
/system/netd/
DSecondaryTableController.cpp81 int SecondaryTableController::modifyRoute(SocketClient *cli, const char *action, char *iface, in modifyRoute()
140 void SecondaryTableController::modifyRuleCount(int tableIndex, const char *action) { in modifyRuleCount()
182 int SecondaryTableController::modifyFromRule(int tableIndex, const char *action, in modifyFromRule()
210 int SecondaryTableController::modifyLocalRoute(int tableIndex, const char *action, in modifyLocalRoute()
DNetlinkHandler.cpp56 int action = evt->getAction(); in onEvent() local
78 int action = evt->getAction(); in onEvent() local
/system/core/include/cutils/
Ddebugger.h38 debugger_action_t action; member
/system/core/sh/
Dtrap.c134 char *action; in trapcmd() local
234 int action; in setsignal() local
Derror.c285 short action; /* operation which encountered the error */ member
355 errmsg(int e, int action) in errmsg()
/system/vold/
DVolume.cpp543 int action = 0; in doMoveMount() local
576 int action = 0; in doUnmount() local
DProcess.cpp180 void Process::killProcessesWithOpenFiles(const char *path, int action) { in killProcessesWithOpenFiles()
DDirectVolume.cpp96 int action = evt->getAction(); in handleBlockEvent() local
DVolumeManager.cpp769 int action = 0; // default is to just complain in unmountLoopImage() local
/system/core/libnetutils/
Difc_utils.c247 int ifc_act_on_address(int action, const char *name, const char *address, in ifc_act_on_address()
504 int ifc_act_on_ipv4_route(int action, const char *ifname, struct in_addr dst, int prefix_length, in ifc_act_on_ipv4_route()
820 int ifc_act_on_ipv6_route(int action, const char *ifname, struct in6_addr dst, int prefix_length, in ifc_act_on_ipv6_route()
867 int ifc_act_on_route(int action, const char *ifname, const char *dst, int prefix_length, in ifc_act_on_route()
/system/core/debuggerd/
Ddebuggerd.c52 debugger_action_t action; member
/system/core/adb/
Dtransport.c519 int action; member
/system/core/charger/
Dcharger.c133 const char *action; member