OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:socket_peer_is_trusted
(Results
1 - 3
of
3
) sorted by null
/system/core/libcutils/
sockets.c
25
bool
socket_peer_is_trusted
(int fd)
function
/system/core/include/cutils/
sockets.h
98
*
socket_peer_is_trusted
- Takes a socket which is presumed to be a
106
extern bool
socket_peer_is_trusted
(int fd);
/dalvik/vm/jdwp/
JdwpAdb.cpp
235
if (!
socket_peer_is_trusted
(netState->controlSock)) {
Completed in 298 milliseconds