Home
last modified time | relevance | path

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

/system/core/trusty/confirmationui/
DTrustyConfirmationUI.cpp265 std::atomic<TeeuiRc> eventRC = TeeuiRc::OperationPending; in promptUserConfirmation_() local
268 if (eventRC.compare_exchange_strong(expected, rc)) { in promptUserConfirmation_()
358 return eventRC != TeeuiRc::OperationPending || abort_called_ || secureInputDelivered_; in promptUserConfirmation_()
368 if (eventRC != TeeuiRc::OK) { in promptUserConfirmation_()
370 result = {eventRC, {}, {}}; in promptUserConfirmation_()