Home
last modified time | relevance | path

Searched refs:is_supported_vm_ (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/guest/hals/confirmationui/
DTrustyConfirmationUI.cpp70 is_supported_vm_ = (arg == 1);
170 if (!is_supported_vm_) { in promptUserConfirmation()
224 if (!is_supported_vm_) { in deliverSecureInputEvent()
241 if (!is_supported_vm_) { in abort()
DTrustyConfirmationUI.h108 bool is_supported_vm_; variable