Searched refs:IsPeerConnection (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
H A Dpeer_channel.h100 static bool IsPeerConnection(const DataSocket* ds);
H A Dmain.cc119 if (member || PeerChannel::IsPeerConnection(s)) {
H A Dpeer_channel.cc183 bool PeerChannel::IsPeerConnection(const DataSocket* ds) { function in class:PeerChannel
256 assert(IsPeerConnection(ds));

Completed in 145 milliseconds