HomeSort by relevance Sort by last modified time
    Searched refs:CanInteractWith (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
virtualsocketserver.h 215 static bool CanInteractWith(VirtualSocket* local, VirtualSocket* remote);
virtualsocketserver.cc 757 if (!CanInteractWith(socket, remote)) {
797 if (!CanInteractWith(socket, dummy_socket.get())) {
806 if (!CanInteractWith(socket, recipient)) {
    [all...]

Completed in 324 milliseconds