Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport_local.cpp203 adb_thread_setname("client_socket_thread"); in client_socket_thread()
251 adb_thread_setname("server socket"); in server_socket_thread()
341 adb_thread_setname("qemu socket"); in qemu_socket_thread()
Dsysdeps.h159 static __inline__ int adb_thread_setname(const std::string& name) { in adb_thread_setname() function
712 static __inline__ int adb_thread_setname(const std::string& name) { in adb_thread_setname() function
Dtransport.cpp184 adb_thread_setname( in read_transport_thread()
245 adb_thread_setname( in write_transport_thread()
Dservices.cpp66 adb_thread_setname(android::base::StringPrintf("service %d", sti->fd)); in service_bootstrap_func()
Dadb.cpp629 adb_thread_setname("stdout redirect"); in _redirect_stdout_thread()
634 adb_thread_setname("stderr redirect"); in _redirect_stderr_thread()
Dshell_service.cpp442 adb_thread_setname(android::base::StringPrintf( in ThreadHandler()
/system/core/adb/client/
Dusb_windows.cpp178 adb_thread_setname("Device Poll"); in device_poll_thread()
214 adb_thread_setname("Power Notifier"); in _power_notification_thread()
Dusb_libusb.cpp171 adb_thread_setname("device poll"); in poll_for_devices()
365 adb_thread_setname("libusb"); in usb_init()
Dusb_osx.cpp409 adb_thread_setname("RunLoop"); in RunLoopThread()
Dusb_linux.cpp578 adb_thread_setname("device poll"); in device_poll_thread()
/system/core/adb/daemon/
Dusb.cpp346 adb_thread_setname("usb ffs open"); in usb_ffs_open_thread()