/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | session.h | 501 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);
|
D | sessionmessages.h | 79 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,
|
D | session.cc | 611 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 …]
|
D | sessionmessages.cc | 160 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()
|
D | sessionmanager.cc | 148 SessionMessage msg; in OnIncomingMessage() 196 SessionMessage msg; in OnFailedSend()
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | sessionmessages.h | 75 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,
|
D | session.h | 692 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);
|
D | session.cc | 1169 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 …]
|
D | sessionmanager.cc | 159 SessionMessage msg; in OnIncomingMessage() 204 SessionMessage msg; in OnIncomingResponse() 226 SessionMessage msg; in OnFailedSend()
|
D | sessionmessages.cc | 154 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/ |
D | ppb_content_decryptor_private_thunk.cc | 31 void SessionMessage(PP_Instance instance, in SessionMessage() function 39 enter.functions()->SessionMessage(instance, in SessionMessage() 151 &SessionMessage,
|
D | ppb_instance_api.h | 148 virtual void SessionMessage(PP_Instance instance,
|
/external/chromium_org/ppapi/c/private/ |
D | ppb_content_decryptor_private.h | 84 void (*SessionMessage)(PP_Instance instance, member
|
/external/chromium_org/ppapi/api/private/ |
D | ppb_content_decryptor_private.idl | 50 * 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
|
D | ppp_content_decryptor_private.idl | 63 * <code>SessionMessage()</code> on the
|
/external/chromium_org/ppapi/cpp/private/ |
D | content_decryptor_private.cc | 221 void ContentDecryptor_Private::SessionMessage(uint32_t session_id, in SessionMessage() function in pp::ContentDecryptor_Private 226 get_interface<PPB_ContentDecryptor_Private>()->SessionMessage( in SessionMessage()
|
D | content_decryptor_private.h | 62 void SessionMessage(uint32_t session_id,
|
/external/chromium_org/ppapi/proxy/ |
D | ppb_instance_proxy.h | 123 virtual void SessionMessage(PP_Instance instance,
|
D | ppb_instance_proxy.cc | 555 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/ |
D | pepper_plugin_instance_impl.h | 452 virtual void SessionMessage(PP_Instance instance,
|
D | pepper_plugin_instance_impl.cc | 2249 void PepperPluginInstanceImpl::SessionMessage(PP_Instance instance, in SessionMessage() function in content::PepperPluginInstanceImpl
|
/external/chromium_org/media/cdm/ppapi/ |
D | cdm_adapter.cc | 636 pp::ContentDecryptor_Private::SessionMessage( in SendSessionMessageInternal()
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | pnacl_shim.c | 2388 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…
|