Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dusb_windows.cpp105 static void device_poll_thread();
169 void device_poll_thread() { in device_poll_thread() function
252 std::thread(device_poll_thread).detach(); in usb_init()
Dusb_linux.cpp622 static void device_poll_thread() { in device_poll_thread() function
642 std::thread(device_poll_thread).detach(); in usb_init()