Searched refs:input_thread (Results 1 – 3 of 3) sorted by relevance
56 pthread_create(&input_t, NULL, input_thread, NULL); in Init()151 void* RecoveryUI::input_thread(void *cookie) in input_thread() function in RecoveryUI
109 static void* input_thread(void* cookie);
310 static void *input_thread(void *_t) in input_thread() function489 if(adb_thread_create(&input_thread_ptr, input_thread, t)){ in transport_registration_func()