Home
last modified time | relevance | path

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

/system/core/trusty/confirmationui/
DTrustyConfirmationUI.cpp148 callback_thread_.join(); in ~TrustyConfirmationUI()
406 callback_thread_.join(); in promptUserConfirmation()
415 callback_thread_ = std::thread( in promptUserConfirmation()
443 callback_thread_.join(); in promptUserConfirmation()
DTrustyConfirmationUI.h65 std::thread callback_thread_; variable