Home
last modified time | relevance | path

Searched refs:adb_thread_setname (Results 1 – 15 of 15) sorted by relevance

/system/core/adb/daemon/
Dtransport_qemu.cpp70 adb_thread_setname("qemu socket"); in qemu_socket_thread()
Dtransport_local.cpp54 adb_thread_setname("server socket"); in server_socket_thread()
Dusb.cpp287 adb_thread_setname("UsbFfs-monitor"); in StartMonitor()
433 adb_thread_setname("UsbFfs-worker"); in StartWorker()
742 adb_thread_setname("usb ffs open"); in usb_ffs_open_thread()
Dauth.cpp238 adb_thread_setname("adbd auth"); in adbd_auth_init()
Djdwp_service.cpp495 adb_thread_setname("jdwp control"); in init_jdwp()
Dshell_service.cpp546 adb_thread_setname(android::base::StringPrintf("shell svc %d", subprocess->pid())); in ThreadHandler()
/system/core/adb/client/
Dusb_windows.cpp172 adb_thread_setname("Device Poll"); in device_poll_thread()
208 adb_thread_setname("Power Notifier"); in _power_notification_thread()
Dusb_libusb.cpp428 adb_thread_setname("libusb hotplug"); in hotplug_thread()
476 adb_thread_setname("libusb"); in usb_init()
Dtransport_local.cpp190 adb_thread_setname("client_socket_thread"); in client_socket_thread()
Dusb_osx.cpp431 adb_thread_setname("RunLoop"); in RunLoopThread()
Dusb_linux.cpp608 adb_thread_setname("device poll"); in device_poll_thread()
/system/core/adb/
Dservices.cpp48 adb_thread_setname(android::base::StringPrintf("%s svc %d", service_name.c_str(), fd.get())); in service_bootstrap_func()
Dsysdeps.h83 extern int adb_thread_setname(const std::string& name);
609 static inline int adb_thread_setname(const std::string& name) { in adb_thread_setname() function
Dadb.cpp643 adb_thread_setname("stdout redirect"); in _redirect_stdout_thread()
648 adb_thread_setname("stderr redirect"); in _redirect_stderr_thread()
Dsysdeps_win32.cpp2903 int adb_thread_setname(const std::string& name) { in adb_thread_setname() function