Home
last modified time | relevance | path

Searched refs:SocketPeerIsTrusted (Results 1 – 4 of 4) sorted by relevance

/art/libartbase/base/
Dsocket_peer_is_trusted.cc30 bool SocketPeerIsTrusted(int fd) { in SocketPeerIsTrusted() function
47 bool SocketPeerIsTrusted(int /* fd */) {
Dsocket_peer_is_trusted.h23 bool SocketPeerIsTrusted(int fd);
/art/runtime/jdwp/
Djdwp_adb.cc265 if (control_sock < 0 || !art::SocketPeerIsTrusted(control_sock)) { in Accept()
/art/adbconnection/
Dadbconnection.cc516 bool trusted = sock >= 0 && art::SocketPeerIsTrusted(sock); in SetupAdbConnection()