Searched refs:SocketPeerIsTrusted (Results 1 – 3 of 3) sorted by relevance
30 bool SocketPeerIsTrusted(int fd) { in SocketPeerIsTrusted() function47 bool SocketPeerIsTrusted(int /* fd */) {
23 bool SocketPeerIsTrusted(int fd);
43 bool SocketPeerIsTrusted(int fd) { in SocketPeerIsTrusted() function164 bool trusted = SocketPeerIsTrusted(ctx->control_socket_.get()); in adbconnection_client_new()