Searched defs:command (Results 1 – 15 of 15) sorted by relevance
/system/netd/client/ |
D | NetdClient.cpp | 65 FwmarkCommand command = {FwmarkCommand::ON_ACCEPT, 0, 0}; in netdClientAccept4() local 75 FwmarkCommand command = {FwmarkCommand::ON_CONNECT, 0, 0}; in netdClientConnect() local 185 FwmarkCommand command = {FwmarkCommand::SELECT_NETWORK, netId, 0}; in setNetworkForSocket() local 201 FwmarkCommand command = {FwmarkCommand::PROTECT_FROM_VPN, 0, 0}; in protectFromVpn() local 209 FwmarkCommand command = {FwmarkCommand::SELECT_FOR_USER, 0, uid}; in setNetworkForUser() local
|
/system/core/init/ |
D | init.h | 26 struct command struct 52 struct command *current; argument
|
D | builtins.c | 666 char command[PROP_VALUE_MAX]; in do_powerctl() local
|
/system/core/logd/ |
D | LogReader.cpp | 35 FlushCommand command(*this); in notifyNewLog() local 159 FlushCommand command(*this, nonBlock, tail, logMask, pid, start); in onDataAvailable() local
|
/system/netd/server/ |
D | FwmarkServer.cpp | 49 FwmarkCommand command; in processClient() local
|
/system/core/adb/ |
D | framebuffer_service.c | 73 const char* command = "screencap"; in framebuffer_service() local
|
D | commandline.c | 434 static void format_host_command(char* buffer, size_t buflen, const char* command, transport_type t… in format_host_command() 637 char command[4096]; in status_window() local 1441 char command[100]; in adb_commandline() local 1580 const char* command = no_rebind ? "forward:norebind:" : "forward"; in adb_commandline() local
|
D | services.c | 146 const char* command = arg; in reverse_service() local
|
D | adb.h | 52 unsigned command; /* command identifier constant */ member
|
D | transport.c | 105 unsigned command = p->msg.command; in dump_packet() local
|
/system/core/libsysutils/src/ |
D | SocketListener.cpp | 305 void SocketListener::runOnEachSocket(SocketClientCommand *command) { in runOnEachSocket()
|
/system/extras/tests/binder/benchmarks/ |
D | binderAddInts.cpp | 79 enum command { enum in AddIntsService
|
/system/extras/micro_bench/ |
D | micro_bench.cpp | 657 function_t *command = NULL; in processOptions() local 816 function_t *command = processOptions(argc, argv, &cmd_data); in main() local
|
/system/core/logcat/tests/ |
D | logcat_test.cpp | 491 char command[sizeof(buf) + sizeof(comm)]; in TEST() local
|
/system/core/fastboot/ |
D | fastboot.c | 839 char command[256]; in do_oem_command() local
|