Home
last modified time | relevance | path

Searched defs:Command (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/wifilogd/
Dprotocol.h53 struct Command { struct
54 Command& set_opcode(Opcode new_opcode) { in set_opcode() argument
59 Command& set_payload_len(uint16_t new_payload_len) { in set_payload_len() argument
64 uint64_t src_boottime_nsec; // For latency measurement.
68 uint16_t sequence_num;
69 Opcode opcode;
70 uint16_t payload_len;
71 uint16_t reserved; // Must be zero.
/system/netd/netutils_wrappers/
DNetUtilsWrapperTest-1.0.cpp30 struct Command { struct
35 std::vector<Command> COMMANDS = { argument
/system/extras/simpleperf/
Dcommand.h29 Command(const std::string& name, const std::string& short_help_string, in Command() function
/system/core/init/
Daction.cpp52 Command::Command(BuiltinFunction f, bool execute_in_subcontext, in Command() function in android::init::Command
/system/nvram/messages/include/nvram/messages/
Dnvram_messages.h30 enum Command { enum
/system/tpm/trunks/generator/
Dgenerator.py1202 class Command(object): class