Home
last modified time | relevance | path

Searched defs:GetType (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/libs/confui/
Dsecure_input.h41 ConfUiCmd GetType() const override { return msg_->GetType(); } in GetType() function
59 ConfUiCmd GetType() const override { return msg_->GetType(); } in GetType() function
/device/google/cuttlefish/common/libs/confui/
Dprotocol_types.h109 ConfUiCmd GetType() const override { return cmd; } in GetType() function
124 ConfUiCmd GetType() const override { return ConfUiCmd::kCliAck; } in GetType() function
147 ConfUiCmd GetType() const override { return ConfUiCmd::kCliRespond; } in GetType() function
174 ConfUiCmd GetType() const override { return ConfUiCmd::kStart; } in GetType() function
199 ConfUiCmd GetType() const override { return ConfUiCmd::kUserInputEvent; } in GetType() function
217 ConfUiCmd GetType() const override { return ConfUiCmd::kUserTouchEvent; } in GetType() function