Searched refs:SocketPeerIsTrusted (Results 1 – 4 of 4) sorted by relevance
30 bool SocketPeerIsTrusted(int fd) { in SocketPeerIsTrusted() function47 bool SocketPeerIsTrusted(int /* fd */) {
23 bool SocketPeerIsTrusted(int fd);
265 if (control_sock < 0 || !art::SocketPeerIsTrusted(control_sock)) { in Accept()
516 bool trusted = sock >= 0 && art::SocketPeerIsTrusted(sock); in SetupAdbConnection()