Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport_local.cpp130 adb_thread_setname("client_socket_thread"); in client_socket_thread()
153 adb_thread_setname("server socket"); in server_socket_thread()
237 adb_thread_setname("qemu socket"); in qemu_socket_thread()
Dusb_windows.cpp176 adb_thread_setname("Device Poll"); in device_poll_thread()
212 adb_thread_setname("Power Notifier"); in _power_notification_thread()
Dusb_linux_client.cpp247 adb_thread_setname("usb open"); in usb_adb_open_thread()
467 adb_thread_setname("usb ffs open"); in usb_ffs_open_thread()
Dsysdeps.h177 static __inline__ int adb_thread_setname(const std::string& name) { in adb_thread_setname() function
756 static __inline__ int adb_thread_setname(const std::string& name) { in adb_thread_setname() function
Dtransport.cpp198 adb_thread_setname(android::base::StringPrintf("<-%s", in read_transport_thread()
256 adb_thread_setname(android::base::StringPrintf("->%s", in write_transport_thread()
Dadb.cpp597 adb_thread_setname("stdout redirect"); in _redirect_stdout_thread()
602 adb_thread_setname("stderr redirect"); in _redirect_stderr_thread()
Dusb_osx.cpp398 adb_thread_setname("RunLoop"); in RunLoopThread()
Dusb_linux.cpp575 adb_thread_setname("device poll"); in device_poll_thread()
Dservices.cpp63 adb_thread_setname(android::base::StringPrintf("service %d", sti->fd)); in service_bootstrap_func()
Dshell_service.cpp452 adb_thread_setname(android::base::StringPrintf( in ThreadHandler()