Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/include/recovery_ui/
Dscreen_ui.h302 void ProgressThreadLoop();
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp765 void ScreenRecoveryUI::ProgressThreadLoop() { in ProgressThreadLoop() function in ScreenRecoveryUI
930 progress_thread_ = std::thread(&ScreenRecoveryUI::ProgressThreadLoop, this); in Init()