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

  /bootable/recovery/
ui.cpp 57 pthread_create(&input_t, NULL, input_thread, NULL);
167 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)){
  /system/core/adb/
transport.c 310 static void *input_thread(void *_t) function
639 if(adb_thread_create(&input_thread_ptr, input_thread, t)){

Completed in 1721 milliseconds