/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | session.h | 71 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 …]
|
D | session.cc | 276 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/ |
D | session.h | 79 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 …]
|
D | session.cc | 904 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/ |
D | ppb_content_decryptor_private_thunk.cc | 61 void SessionError(PP_Instance instance, in SessionError() function 69 enter.functions()->SessionError(instance, in SessionError() 154 &SessionError,
|
D | ppb_instance_api.h | 154 virtual void SessionError(PP_Instance instance,
|
/external/chromium_org/ppapi/c/private/ |
D | ppb_content_decryptor_private.h | 123 void (*SessionError)(PP_Instance instance, member
|
/external/chromium_org/ppapi/cpp/private/ |
D | content_decryptor_private.cc | 248 void ContentDecryptor_Private::SessionError(uint32_t session_id, in SessionError() function in pp::ContentDecryptor_Private 252 get_interface<PPB_ContentDecryptor_Private>()->SessionError( in SessionError()
|
D | content_decryptor_private.h | 67 void SessionError(uint32_t session_id,
|
/external/chromium_org/ppapi/proxy/ |
D | ppb_instance_proxy.h | 130 virtual void SessionError(PP_Instance instance,
|
D | ppb_instance_proxy.cc | 579 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/ |
D | ppb_content_decryptor_private.idl | 113 void SessionError(
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_plugin_instance_impl.h | 459 virtual void SessionError(PP_Instance instance,
|
D | pepper_plugin_instance_impl.cc | 2267 void PepperPluginInstanceImpl::SessionError(PP_Instance instance, in SessionError() function in content::PepperPluginInstanceImpl
|
/external/chromium_org/media/cdm/ppapi/ |
D | cdm_adapter.cc | 656 pp::ContentDecryptor_Private::SessionError( in SendSessionErrorInternal()
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | pnacl_shim.c | 2403 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 …
|