Searched refs:device_poll_thread (Results 1 – 2 of 2) sorted by relevance
91 void* device_poll_thread(void* unused);172 void* device_poll_thread(void* unused) { in device_poll_thread() function186 if(adb_thread_create(&tid, device_poll_thread, NULL)) { in usb_init()
655 static void* device_poll_thread(void* unused) { in device_poll_thread() function681 if(adb_thread_create(&tid, device_poll_thread, NULL)){ in usb_init()