Home
last modified time | relevance | path

Searched refs:IsTcpDevice (Results 1 – 3 of 3) sorted by relevance

/system/core/adb/daemon/
Dauth.cpp370 if (t->IsTcpDevice()) { in adbd_auth_tls_handshake()
/system/core/adb/
Dtransport.cpp871 if (t->IsTcpDevice() && t->use_tls) { in kick_all_tcp_tls_transports()
917 if (t->IsTcpDevice() && !t->kicked()) { in transport_destroy()
1441 if (t->IsTcpDevice()) { in kick_all_tcp_devices()
Dtransport.h313 bool IsTcpDevice() const { return type == kTransportLocal; } in IsTcpDevice() function