Searched defs:Command (Results 1 – 10 of 10) sorted by relevance
| /system/iorap/src/prefetcher/ |
| D | prefetcher_daemon.h | 68 struct Command { struct 69 CommandChoice choice; argument 84 static std::optional<Command> Read(char* buf, size_t buf_size, /*out*/size_t* consumed_bytes); argument 94 std::ostream& operator<<(std::ostream& os, const Command& command); argument
|
| /system/connectivity/wifilogd/ |
| D | protocol.h | 53 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/ |
| D | NetUtilsWrapperTest-1.0.cpp | 30 struct Command { struct 35 std::vector<Command> COMMANDS = { argument
|
| /system/core/adb/daemon/ |
| D | shell_service.h | 51 using Command = int(std::string_view args, borrowed_fd in, borrowed_fd out, borrowed_fd err); variable
|
| /system/extras/simpleperf/ |
| D | command.h | 32 Command(const std::string& name, const std::string& short_help_string, in Command() function
|
| /system/teeui/libteeui/include/teeui/ |
| D | generic_messages.h | 31 enum class Command : uint32_t { enum
|
| /system/core/init/ |
| D | action.cpp | 48 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/ |
| D | nvram_messages.h | 30 enum Command { enum
|
| /system/chre/host/common/test/power_test/ |
| D | chre_power_test_client.cc | 130 enum class Command : uint32_t { enum
|
| /system/netd/tests/ |
| D | binder_test.cpp | 3114 struct Command { in TEST_F() struct 3115 const std::string cmdString; in TEST_F() 3116 const std::string expectedResult; in TEST_F()
|