Home
last modified time | relevance | path

Searched refs:OnAcceptMessage (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dsession.h719 bool OnAcceptMessage(const SessionMessage& msg, MessageError* error);
Dsession.cc1249 valid = OnAcceptMessage(msg, &error); in OnIncomingMessage()
1395 bool Session::OnAcceptMessage(const SessionMessage& msg, MessageError* error) { in OnAcceptMessage() function in cricket::Session