Searched refs:device_poll_thread (Results 1 - 3 of 3) sorted by relevance

/system/core/adb/
H A Dusb_windows.c87 void* device_poll_thread(void* unused);
168 void* device_poll_thread(void* unused) { function
182 if(adb_thread_create(&tid, device_poll_thread, NULL)) {
H A Dusb_libusb.c605 device_poll_thread(void* unused) function
607 D("device_poll_thread(): Created USB scan thread\n");
651 if (adb_thread_create(&tid, device_poll_thread, NULL)) {
H A Dusb_linux.c684 void* device_poll_thread(void* unused) function
712 if(adb_thread_create(&tid, device_poll_thread, NULL)){

Completed in 642 milliseconds