Home
last modified time | relevance | path

Searched refs:SessionMessage (Results 1 – 23 of 23) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dsession.h501 void OnIncomingMessage(const SessionMessage& msg);
517 bool OnInitiateMessage(const SessionMessage& msg, MessageError* error);
518 bool OnAcceptMessage(const SessionMessage& msg, MessageError* error);
519 bool OnRejectMessage(const SessionMessage& msg, MessageError* error);
520 bool OnInfoMessage(const SessionMessage& msg);
521 bool OnTerminateMessage(const SessionMessage& msg, MessageError* error);
522 bool OnTransportInfoMessage(const SessionMessage& msg, MessageError* error);
523 bool OnTransportAcceptMessage(const SessionMessage& msg, MessageError* error);
524 bool OnNotifyMessage(const SessionMessage& msg, MessageError* error);
525 bool OnUpdateMessage(const SessionMessage& msg, MessageError* error);
Dsessionmessages.h79 struct SessionMessage { struct
80 SessionMessage() : action_elem(NULL), stanza(NULL) {} in SessionMessage() function
82 SessionMessage(SignalingProtocol protocol, ActionType type, in SessionMessage() argument
205 SessionMessage* msg,
212 void WriteSessionMessage(const SessionMessage& msg,
Dsession.cc611 void Session::OnIncomingMessage(const SessionMessage& msg) { in OnIncomingMessage()
671 SessionMessage msg; in OnFailedSend()
732 bool Session::OnInitiateMessage(const SessionMessage& msg, in OnInitiateMessage()
762 bool Session::OnAcceptMessage(const SessionMessage& msg, MessageError* error) { in OnAcceptMessage()
784 bool Session::OnRejectMessage(const SessionMessage& msg, MessageError* error) { in OnRejectMessage()
793 bool Session::OnInfoMessage(const SessionMessage& msg) { in OnInfoMessage()
798 bool Session::OnTerminateMessage(const SessionMessage& msg, in OnTerminateMessage()
813 bool Session::OnTransportInfoMessage(const SessionMessage& msg, in OnTransportInfoMessage()
827 bool Session::OnTransportAcceptMessage(const SessionMessage& msg, in OnTransportAcceptMessage()
834 bool Session::OnNotifyMessage(const SessionMessage& msg, in OnNotifyMessage()
[all …]
Dsessionmessages.cc160 SessionMessage* msg, in ParseGingleSessionMessage()
176 SessionMessage* msg, in ParseJingleSessionMessage()
198 SessionMessage* msg, in ParseHybridSessionMessage()
208 SessionMessage* msg, in ParseSessionMessage()
226 buzz::XmlElement* WriteGingleAction(const SessionMessage& msg, in WriteGingleAction()
236 buzz::XmlElement* WriteJingleAction(const SessionMessage& msg, in WriteJingleAction()
254 void WriteSessionMessage(const SessionMessage& msg, in WriteSessionMessage()
Dsessionmanager.cc148 SessionMessage msg; in OnIncomingMessage()
196 SessionMessage msg; in OnFailedSend()
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dsessionmessages.h75 struct SessionMessage { struct
76 SessionMessage() : action_elem(NULL), stanza(NULL) {} in SessionMessage() argument
78 SessionMessage(SignalingProtocol protocol, ActionType type, in SessionMessage() argument
161 SessionMessage* msg,
168 void WriteSessionMessage(const SessionMessage& msg,
Dsession.h692 void OnIncomingMessage(const SessionMessage& msg);
696 const SessionMessage& msg);
712 bool OnInitiateMessage(const SessionMessage& msg, MessageError* error);
713 bool OnAcceptMessage(const SessionMessage& msg, MessageError* error);
714 bool OnRejectMessage(const SessionMessage& msg, MessageError* error);
715 bool OnInfoMessage(const SessionMessage& msg);
716 bool OnTerminateMessage(const SessionMessage& msg, MessageError* error);
717 bool OnTransportInfoMessage(const SessionMessage& msg, MessageError* error);
718 bool OnTransportAcceptMessage(const SessionMessage& msg, MessageError* error);
719 bool OnDescriptionInfoMessage(const SessionMessage& msg, MessageError* error);
Dsession.cc1169 void Session::OnIncomingMessage(const SessionMessage& msg) { in OnIncomingMessage()
1224 const SessionMessage& msg) { in OnIncomingResponse()
1248 SessionMessage msg; in OnFailedSend()
1297 bool Session::OnInitiateMessage(const SessionMessage& msg, in OnInitiateMessage()
1335 bool Session::OnAcceptMessage(const SessionMessage& msg, MessageError* error) { in OnAcceptMessage()
1365 bool Session::OnRejectMessage(const SessionMessage& msg, MessageError* error) { in OnRejectMessage()
1373 bool Session::OnInfoMessage(const SessionMessage& msg) { in OnInfoMessage()
1378 bool Session::OnTerminateMessage(const SessionMessage& msg, in OnTerminateMessage()
1393 bool Session::OnTransportInfoMessage(const SessionMessage& msg, in OnTransportInfoMessage()
1408 bool Session::OnTransportAcceptMessage(const SessionMessage& msg, in OnTransportAcceptMessage()
[all …]
Dsessionmanager.cc159 SessionMessage msg; in OnIncomingMessage()
204 SessionMessage msg; in OnIncomingResponse()
226 SessionMessage msg; in OnFailedSend()
Dsessionmessages.cc154 SessionMessage* msg, in ParseGingleSessionMessage()
170 SessionMessage* msg, in ParseJingleSessionMessage()
186 SessionMessage* msg, in ParseHybridSessionMessage()
196 SessionMessage* msg, in ParseSessionMessage()
214 buzz::XmlElement* WriteGingleAction(const SessionMessage& msg, in WriteGingleAction()
224 buzz::XmlElement* WriteJingleAction(const SessionMessage& msg, in WriteJingleAction()
236 void WriteSessionMessage(const SessionMessage& msg, in WriteSessionMessage()
/external/chromium_org/ppapi/thunk/
Dppb_content_decryptor_private_thunk.cc31 void SessionMessage(PP_Instance instance, in SessionMessage() function
39 enter.functions()->SessionMessage(instance, in SessionMessage()
151 &SessionMessage,
Dppb_instance_api.h148 virtual void SessionMessage(PP_Instance instance,
/external/chromium_org/ppapi/c/private/
Dppb_content_decryptor_private.h84 void (*SessionMessage)(PP_Instance instance, member
/external/chromium_org/ppapi/api/private/
Dppb_content_decryptor_private.idl50 * Note that <code>SessionMessage()</code> can be used for purposes other than
53 * of <code>UpdateSession()</code> and <code>SessionMessage()</code> calls
66 void SessionMessage(
76 * system, a series of <code>SessionMessage()</code> calls from the CDM will
Dppp_content_decryptor_private.idl63 * <code>SessionMessage()</code> on the
/external/chromium_org/ppapi/cpp/private/
Dcontent_decryptor_private.cc221 void ContentDecryptor_Private::SessionMessage(uint32_t session_id, in SessionMessage() function in pp::ContentDecryptor_Private
226 get_interface<PPB_ContentDecryptor_Private>()->SessionMessage( in SessionMessage()
Dcontent_decryptor_private.h62 void SessionMessage(uint32_t session_id,
/external/chromium_org/ppapi/proxy/
Dppb_instance_proxy.h123 virtual void SessionMessage(PP_Instance instance,
Dppb_instance_proxy.cc555 void PPB_Instance_Proxy::SessionMessage(PP_Instance instance, in SessionMessage() function in ppapi::proxy::PPB_Instance_Proxy
1073 enter.functions()->SessionMessage(instance, in OnHostMsgSessionMessage()
/external/chromium_org/content/renderer/pepper/
Dpepper_plugin_instance_impl.h452 virtual void SessionMessage(PP_Instance instance,
Dpepper_plugin_instance_impl.cc2249 void PepperPluginInstanceImpl::SessionMessage(PP_Instance instance, in SessionMessage() function in content::PepperPluginInstanceImpl
/external/chromium_org/media/cdm/ppapi/
Dcdm_adapter.cc636 pp::ContentDecryptor_Private::SessionMessage( in SendSessionMessageInternal()
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c2388 iface->SessionMessage(instance, session_id, *message, *destination_url); in Pnacl_M33_PPB_ContentDecryptor_Private_SessionMessage()
4710 ….SessionMessage = (void (*)(PP_Instance instance, uint32_t session_id, struct PP_Var message, stru…