Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A Dsocket_peer_is_trusted.cc30 bool SocketPeerIsTrusted(int fd) { in SocketPeerIsTrusted() function
47 bool SocketPeerIsTrusted(int /* fd */) {
H A Dsocket_peer_is_trusted.h23 bool SocketPeerIsTrusted(int fd);
/aosp12/packages/modules/adb/libs/adbconnection/
H A Dadbconnection_client.cpp43 bool SocketPeerIsTrusted(int fd) { in SocketPeerIsTrusted() function
164 bool trusted = SocketPeerIsTrusted(ctx->control_socket_.get()); in adbconnection_client_new()