Home
last modified time | relevance | path

Searched defs:Command (Results 1 – 9 of 9) 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/bt/gd/hci/
Dle_address_manager.h122 struct Command { struct
123 CommandType command_type; argument
124 std::unique_ptr<CommandPacketBuilder> command_packet; argument
/system/core/adb/daemon/
Dshell_service.h51 using Command = int(std::string_view args, borrowed_fd in, borrowed_fd out, borrowed_fd err); variable
/system/teeui/libteeui/include/teeui/
Dgeneric_messages.h31 enum class Command : uint32_t { enum
/system/extras/simpleperf/
Dcommand.h143 Command(const std::string& name, const std::string& short_help_string, in Command() function
/system/core/init/
Daction.cpp48 Command::Command(BuiltinFunction f, bool execute_in_subcontext, std::vector<std::string>&& args, in Command() function in android::init::Command
/system/nvram/messages/include/nvram/messages/
Dnvram_messages.h30 enum Command { enum
/system/netd/tests/
Dbinder_test.cpp3114 struct Command { in TEST_F() struct
3115 const std::string cmdString; in TEST_F()
3116 const std::string expectedResult; in TEST_F()