HomeSort by relevance Sort by last modified time
    Searched refs:ProgressThreadStartRoutine (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/
screen_ui.h 124 static void* ProgressThreadStartRoutine(void* data);
screen_ui.cpp 317 void* ScreenRecoveryUI::ProgressThreadStartRoutine(void* data) {
422 pthread_create(&progress_thread_, nullptr, ProgressThreadStartRoutine, this);

Completed in 1610 milliseconds