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

/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
H A Dpeer_channel.cc205 static const char kPeerId[] = "peer_id="; local
206 size_t found = args.find(kPeerId);
210 int id = atoi(&args[found + ARRAYSIZE(kPeerId) - 1]);

Completed in 64 milliseconds