Home
last modified time | relevance | path

Searched refs:SessionError (Results 1 – 16 of 16) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dsession.h71 struct SessionError : WriteError { struct
397 SessionError* error);
446 SessionError* error);
447 bool SendAcceptMessage(const SessionDescription* sdesc, SessionError* error);
448 bool SendRejectMessage(const std::string& reason, SessionError* error);
449 bool SendTerminateMessage(const std::string& reason, SessionError* error);
451 SessionError* error);
452 bool SendViewMessage(const SessionView& view, SessionError* error);
453 bool ResendAllTransportInfoMessages(SessionError* error);
464 SessionError* error);
[all …]
Dsession.cc276 SessionError error; in Initiate()
314 SessionError error; in Accept()
335 SessionError error; in Reject()
361 SessionError error; in TerminateWithReason()
375 SessionError error; in SendInfoMessage()
484 SessionError* error) { in CreateTransportProxies()
583 SessionError error; in OnTransportCandidatesReady()
683 SessionError error; in OnFailedSend()
743 SessionError session_error; in OnInitiateMessage()
867 SessionError* error) { in OnRedirectError()
[all …]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dsession.h79 struct SessionError : WriteError { struct
602 SessionError* error);
629 SessionError* error);
630 bool SendAcceptMessage(const SessionDescription* sdesc, SessionError* error);
631 bool SendRejectMessage(const std::string& reason, SessionError* error);
632 bool SendTerminateMessage(const std::string& reason, SessionError* error);
634 SessionError* error);
637 SessionError* error);
639 bool ResendAllTransportInfoMessages(SessionError* error);
640 bool SendAllUnsentTransportInfoMessages(SessionError* error);
[all …]
Dsession.cc904 SessionError error; in Initiate()
943 SessionError error; in Accept()
963 SessionError error; in Reject()
989 SessionError error; in TerminateWithReason()
1004 SessionError error; in SendInfoMessage()
1023 SessionError error; in SendDescriptionInfoMessage()
1059 SessionError* error) { in CreateTransportProxies()
1149 SessionError error; in OnTransportProxyCandidatesReady()
1239 SessionError error; in OnInitiateAcked()
1260 SessionError error; in OnFailedSend()
[all …]
/external/chromium_org/ppapi/thunk/
Dppb_content_decryptor_private_thunk.cc61 void SessionError(PP_Instance instance, in SessionError() function
69 enter.functions()->SessionError(instance, in SessionError()
154 &SessionError,
Dppb_instance_api.h154 virtual void SessionError(PP_Instance instance,
/external/chromium_org/ppapi/c/private/
Dppb_content_decryptor_private.h123 void (*SessionError)(PP_Instance instance, member
/external/chromium_org/ppapi/cpp/private/
Dcontent_decryptor_private.cc248 void ContentDecryptor_Private::SessionError(uint32_t session_id, in SessionError() function in pp::ContentDecryptor_Private
252 get_interface<PPB_ContentDecryptor_Private>()->SessionError( in SessionError()
Dcontent_decryptor_private.h67 void SessionError(uint32_t session_id,
/external/chromium_org/ppapi/proxy/
Dppb_instance_proxy.h130 virtual void SessionError(PP_Instance instance,
Dppb_instance_proxy.cc579 void PPB_Instance_Proxy::SessionError(PP_Instance instance, in SessionError() function in ppapi::proxy::PPB_Instance_Proxy
1108 enter.functions()->SessionError( in OnHostMsgSessionError()
/external/chromium_org/ppapi/api/private/
Dppb_content_decryptor_private.idl113 void SessionError(
/external/chromium_org/content/renderer/pepper/
Dpepper_plugin_instance_impl.h459 virtual void SessionError(PP_Instance instance,
Dpepper_plugin_instance_impl.cc2267 void PepperPluginInstanceImpl::SessionError(PP_Instance instance, in SessionError() function in content::PepperPluginInstanceImpl
/external/chromium_org/media/cdm/ppapi/
Dcdm_adapter.cc656 pp::ContentDecryptor_Private::SessionError( in SendSessionErrorInternal()
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c2403 iface->SessionError(instance, session_id, media_error, system_code); in Pnacl_M33_PPB_ContentDecryptor_Private_SessionError()
4713 ….SessionError = (void (*)(PP_Instance instance, uint32_t session_id, int32_t media_error, int32_t …