Searched refs:adb_thread_setname (Results 1 – 14 of 14) sorted by relevance
54 adb_thread_setname("server socket"); in server_socket_thread()
258 adb_thread_setname("UsbFfs-monitor"); in StartMonitor()404 adb_thread_setname("UsbFfs-worker"); in StartWorker()745 adb_thread_setname("usb ffs open"); in usb_ffs_open_thread()
251 adb_thread_setname("adbd auth"); in adbd_auth_init()
512 adb_thread_setname("jdwp control"); in init_jdwp()
546 adb_thread_setname(android::base::StringPrintf("shell svc %d", subprocess->pid())); in ThreadHandler()
170 adb_thread_setname("Device Poll"); in device_poll_thread()206 adb_thread_setname("Power Notifier"); in _power_notification_thread()
190 adb_thread_setname("client_socket_thread"); in client_socket_thread()
1021 adb_thread_setname("libusb hotplug"); in hotplug_thread()1077 adb_thread_setname("libusb"); in usb_init()
478 adb_thread_setname("RunLoop"); in RunLoopThread()
623 adb_thread_setname("device poll"); in device_poll_thread()
84 extern int adb_thread_setname(const std::string& name);649 static inline int adb_thread_setname(const std::string& name) { in adb_thread_setname() function
48 adb_thread_setname(android::base::StringPrintf("%s svc %d", service_name.c_str(), fd.get())); in service_bootstrap_func()
751 adb_thread_setname("stdout redirect"); in _redirect_stdout_thread()756 adb_thread_setname("stderr redirect"); in _redirect_stderr_thread()
3094 int adb_thread_setname(const std::string& name) { in adb_thread_setname() function