HomeSort by relevance Sort by last modified time
    Searched refs:device_poll_thread (Results 1 - 3 of 3) sorted by null

  /system/core/adb/
usb_windows.c 87 void* device_poll_thread(void* unused);
168 void* device_poll_thread(void* unused) { function
182 if(adb_thread_create(&tid, device_poll_thread, NULL)) {
usb_libusb.c 605 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)) {
usb_linux.c 659 void* device_poll_thread(void* unused) function
687 if(adb_thread_create(&tid, device_poll_thread, NULL)){

Completed in 549 milliseconds