Home
last modified time | relevance | path

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

/external/webrtc/examples/peerconnection/server/
Dpeer_channel.h81 static bool IsPeerConnection(const DataSocket* ds);
Dpeer_channel.cc169 bool PeerChannel::IsPeerConnection(const DataSocket* ds) { in IsPeerConnection() function in PeerChannel
242 assert(IsPeerConnection(ds)); in AddMember()
Dmain.cc123 if (member || PeerChannel::IsPeerConnection(s)) { in main()