Home
last modified time | relevance | path

Searched refs:device_poll_thread (Results 1 – 2 of 2) 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_linux.c651 void* device_poll_thread(void* unused) in device_poll_thread() function
679 if(adb_thread_create(&tid, device_poll_thread, NULL)){ in usb_init()