Home
last modified time | relevance | path

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

/system/core/trusty/confirmationui/
DTrustyConfirmationUI.cpp318 abort_called_ = false; in promptUserConfirmation_()
337 listener_state_condv_.wait_until(stateLock, then, [&]() { return abort_called_; }); in promptUserConfirmation_()
340 if (abort_called_) { in promptUserConfirmation_()
358 return eventRC != TeeuiRc::OperationPending || abort_called_ || secureInputDelivered_; in promptUserConfirmation_()
361 if (abort_called_) { in promptUserConfirmation_()
498 abort_called_ = true; in abort()
DTrustyConfirmationUI.h85 bool abort_called_; variable