Searched refs:IsTcpDevice (Results 1 – 3 of 3) sorted by relevance
370 if (t->IsTcpDevice()) { in adbd_auth_tls_handshake()
871 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()
313 bool IsTcpDevice() const { return type == kTransportLocal; } in IsTcpDevice() function