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

  /bootable/recovery/
ui.cpp 64 pthread_create(&input_t, NULL, input_thread, NULL);
206 void* RecoveryUI::input_thread(void *cookie) function in class:RecoveryUI
  /bootable/recovery/minadbd/
transport.c 310 static void *input_thread(void *_t) function
489 if(adb_thread_create(&input_thread_ptr, input_thread, t)){

Completed in 251 milliseconds