Home
last modified time | relevance | path

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

/aosp14/system/core/trusty/confirmationui/
H A DTrustyConfirmationUI.cpp140 callback_thread_.join(); in ~TrustyConfirmationUI()
400 callback_thread_.join(); in promptUserConfirmation()
409 callback_thread_ = std::thread( in promptUserConfirmation()
438 callback_thread_.join(); in promptUserConfirmation()
H A DTrustyConfirmationUI.h61 std::thread callback_thread_; variable