Home
last modified time | relevance | path

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

/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
/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/host/commands/cvd/
Dflag.cpp31 CvdFlagProxy::FlagType CvdFlagProxy::GetType() const { in GetType() function in cuttlefish::CvdFlagProxy