HomeSort by relevance Sort by last modified time
    Searched refs:adb_thread_setname (Results 1 - 10 of 10) sorted by null

  /system/core/adb/
transport_local.cpp 131 adb_thread_setname("client_socket_thread");
154 adb_thread_setname("server socket");
238 adb_thread_setname("qemu socket");
usb_windows.cpp 176 adb_thread_setname("Device Poll");
212 adb_thread_setname("Power Notifier");
sysdeps.h 179 static __inline__ int adb_thread_setname(const std::string& name) { function
735 static __inline__ int adb_thread_setname(const std::string& name) {
usb_linux_client.cpp 247 adb_thread_setname("usb open");
467 adb_thread_setname("usb ffs open");
usb_osx.cpp 398 adb_thread_setname("RunLoop");
adb.cpp 597 adb_thread_setname("stdout redirect");
602 adb_thread_setname("stderr redirect");
    [all...]
transport.cpp 198 adb_thread_setname(android::base::StringPrintf("<-%s",
256 adb_thread_setname(android::base::StringPrintf("->%s",
services.cpp 63 adb_thread_setname(android::base::StringPrintf("service %d", sti->fd));
shell_service.cpp 452 adb_thread_setname(android::base::StringPrintf(
usb_linux.cpp 575 adb_thread_setname("device poll");

Completed in 867 milliseconds