Home
last modified time | relevance | path

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

/system/core/adb/
Dusb_windows.c87 void* device_poll_thread(void* unused);
168 void* device_poll_thread(void* unused) { in device_poll_thread() function
182 if(adb_thread_create(&tid, device_poll_thread, NULL)) { in usb_init()
Dusb_libusb.c605 device_poll_thread(void* unused) in device_poll_thread() function
651 if (adb_thread_create(&tid, device_poll_thread, NULL)) { in usb_init()
Dusb_linux.c659 void* device_poll_thread(void* unused) in device_poll_thread() function
687 if(adb_thread_create(&tid, device_poll_thread, NULL)){ in usb_init()