OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanInteractWith
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
virtualsocketserver.cc
737
if (!
CanInteractWith
(socket, remote)) {
777
if (!
CanInteractWith
(socket, dummy_socket.get())) {
786
if (!
CanInteractWith
(socket, recipient)) {
[
all
...]
virtualsocketserver.h
217
static bool
CanInteractWith
(VirtualSocket* local, VirtualSocket* remote);
Completed in 48 milliseconds