Searched refs:IsPeerConnection (Results 1 – 3 of 3) sorted by relevance
81 static bool IsPeerConnection(const DataSocket* ds);
169 bool PeerChannel::IsPeerConnection(const DataSocket* ds) { in IsPeerConnection() function in PeerChannel242 assert(IsPeerConnection(ds)); in AddMember()
123 if (member || PeerChannel::IsPeerConnection(s)) { in main()