Searched refs:Cmd (Results 1 – 11 of 11) sorted by relevance
/system/core/logd/ |
D | CommandListener.h | 50 class name##Cmd : public LogCommand { \ 54 explicit name##Cmd(LogBuffer* buf); \ 55 virtual ~name##Cmd() { \ 70 class name##Cmd : public LogCommand { \ 72 name##Cmd(); \ 73 virtual ~name##Cmd() { \ 81 class name##Cmd : public LogCommand { \ 85 name##Cmd(); \ 86 explicit name##Cmd(CommandListener* parent); \ 87 virtual ~name##Cmd() { \
|
/system/teeui/libteeui/include/teeui/ |
D | generic_messages.h | 41 template <Protocol Proto, typename CmdT, CmdT cmd> struct Cmd {}; struct 46 #define DECLARE_GENERIC_COMMAND(cmd) using Cmd##cmd = Cmd<kProtoGeneric, Command, Command::cmd> 63 inline WriteStream write(WriteStream out, Cmd<proto, CmdT, cmd>) { in write() 82 std::tuple<ReadStream, Fields...> read(Message<Cmd<proto, CmdT, cmd>, Fields...>, ReadStream in) { in read() 87 struct msg2tuple<Message<Cmd<proto, CmdT, cmd>, T...>> {
|
/system/extras/simpleperf/ |
D | RecordReadThread.h | 157 enum Cmd { enum 165 bool SendCmdToReadThread(Cmd cmd, void* cmd_arg); 171 Cmd GetCmd(); 198 Cmd cmd_;
|
D | RecordReadThread.cpp | 283 bool RecordReadThread::SendCmdToReadThread(Cmd cmd, void* cmd_arg) { in SendCmdToReadThread() 339 RecordReadThread::Cmd RecordReadThread::GetCmd() { in GetCmd()
|
/system/bt/vendor_libs/test_vendor_lib/scripts/ |
D | simple_stack.py | 167 class RawPortShell(cmd.Cmd): 173 cmd.Cmd.__init__(self) 202 cmd.Cmd.do_help(self, args)
|
D | simple_link_layer_socket.py | 148 class RawPortShell(cmd.Cmd): 152 cmd.Cmd.__init__(self) 171 cmd.Cmd.do_help(self, args)
|
D | link_layer_socket.py | 143 class LinkLayerShell(cmd.Cmd): 149 cmd.Cmd.__init__(self) 173 cmd.Cmd.do_help(self, args)
|
D | send_simple_commands.py | 165 class RawPortShell(cmd.Cmd): 171 cmd.Cmd.__init__(self) 194 cmd.Cmd.do_help(self, args)
|
D | test_channel.py | 142 class TestChannelShell(cmd.Cmd): 155 cmd.Cmd.__init__(self) 239 cmd.Cmd.do_help(self, args)
|
D | hci_socket.py | 292 class HCIShell(cmd.Cmd): 298 cmd.Cmd.__init__(self) 423 cmd.Cmd.do_help(self, args)
|
/system/teeui/libteeui/include/secure_input/ |
D | secure_input_proto.h | 48 using Cmd##cmd = ::teeui::Cmd<kSecureInputProto, SecureInputCommand, SecureInputCommand::cmd>
|