Home
last modified time | relevance | path

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

/system/core/adb/client/
Dusb_windows.cpp105 static void device_poll_thread();
169 void device_poll_thread() { in device_poll_thread() function
251 std::thread(device_poll_thread).detach(); in usb_init()
Dusb_linux.cpp587 static void device_poll_thread() { in device_poll_thread() function
606 std::thread(device_poll_thread).detach(); in usb_init()