Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/confui/
Dhost_virtual_input.h23 enum class ConfUiKeys : std::uint32_t { Confirm = 7, Cancel = 8 }; enumerator
/device/google/cuttlefish/host/commands/cvd/
Dscope_guard.cpp36 void ScopeGuard::Cancel() { fn_ = nullptr; } in Cancel() function in cuttlefish::ScopeGuard