Home
last modified time | relevance | path

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

/system/core/adb/
Dusb_windows.cpp91 void* device_poll_thread(void* unused);
172 void* device_poll_thread(void* unused) { in device_poll_thread() function
186 if(adb_thread_create(&tid, device_poll_thread, NULL)) { in usb_init()
Dusb_linux.cpp655 static void* device_poll_thread(void* unused) { in device_poll_thread() function
681 if(adb_thread_create(&tid, device_poll_thread, NULL)){ in usb_init()