Home
last modified time | relevance | path

Searched refs:input_thread (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/
Dui.cpp58 pthread_create(&input_t, NULL, input_thread, NULL); in Init()
189 void* RecoveryUI::input_thread(void *cookie) in input_thread() function in RecoveryUI
Dui.h134 static void* input_thread(void* cookie);
/bootable/recovery/minadbd/
Dtransport.c310 static void *input_thread(void *_t) in input_thread() function
489 if(adb_thread_create(&input_thread_ptr, input_thread, t)){ in transport_registration_func()