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.cpp109 static void device_poll_thread();
180 void device_poll_thread() { in device_poll_thread() function
264 std::thread(device_poll_thread).detach(); in usb_init()
Dusb_linux.cpp580 static void device_poll_thread() { in device_poll_thread() function
599 std::thread(device_poll_thread).detach(); in usb_init()