Home
last modified time | relevance | path

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

/packages/modules/adb/daemon/
Dauth.cpp371 if (t->IsTcpDevice()) { in adbd_auth_tls_handshake()
/packages/modules/adb/
Dtransport.cpp812 if (t->IsTcpDevice() && t->use_tls) { in kick_all_tcp_tls_transports()
845 if (t->IsTcpDevice() && !t->kicked()) { in transport_destroy()
1571 if (t->IsTcpDevice()) { in kick_all_tcp_devices()
Dtransport.h341 bool IsTcpDevice() const { return type == kTransportLocal; } in IsTcpDevice() function