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

  /bootable/recovery/
ui.h 132 static void* input_thread(void* cookie);
ui.cpp 58 pthread_create(&input_t, NULL, input_thread, NULL);
189 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 315 static void *input_thread(void *_t) function
644 if(adb_thread_create(&input_thread_ptr, input_thread, t)){

Completed in 46 milliseconds