Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport_local.cpp168 adb_thread_setname("client_socket_thread"); in client_socket_thread()
215 adb_thread_setname("server socket"); in server_socket_thread()
304 adb_thread_setname("qemu socket"); in qemu_socket_thread()
Dsysdeps.h88 static __inline__ int adb_thread_setname(const std::string& name) { in adb_thread_setname() function
563 static __inline__ int adb_thread_setname(const std::string& name) { in adb_thread_setname() function
Dservices.cpp69 adb_thread_setname(android::base::StringPrintf("%s svc %d", sti->service_name, sti->fd)); in service_bootstrap_func()
Dtransport.cpp244 adb_thread_setname( in read_transport_thread()
319 adb_thread_setname( in write_transport_thread()
Dadb.cpp627 adb_thread_setname("stdout redirect"); in _redirect_stdout_thread()
632 adb_thread_setname("stderr redirect"); in _redirect_stderr_thread()
Dshell_service.cpp456 adb_thread_setname(android::base::StringPrintf("shell svc %d", subprocess->pid())); in ThreadHandler()
/system/core/adb/client/
Dusb_windows.cpp170 adb_thread_setname("Device Poll"); in device_poll_thread()
205 adb_thread_setname("Power Notifier"); in _power_notification_thread()
Dusb_libusb.cpp436 adb_thread_setname("libusb hotplug"); in hotplug_thread()
484 adb_thread_setname("libusb"); in usb_init()
Dusb_linux.cpp581 adb_thread_setname("device poll"); in device_poll_thread()
Dusb_osx.cpp429 adb_thread_setname("RunLoop"); in RunLoopThread()
/system/core/adb/daemon/
Dusb.cpp343 adb_thread_setname("usb ffs open"); in usb_ffs_open_thread()