Searched defs:LoadSession (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/content/renderer/media/crypto/
H A Dproxy_decryptor.h106 LoadSession enumerator in enum:content::ProxyDecryptor::SessionCreationType
H A Dproxy_media_keys.cc95 void ProxyMediaKeys::LoadSession( function in class:content::ProxyMediaKeys
98 // TODO(xhwang): Check key system and platform support for LoadSession in
101 promise->reject(NOT_SUPPORTED_ERROR, 0, "LoadSession() is not supported.");
H A Dppapi_decryptor.cc198 void PpapiDecryptor::LoadSession( function in class:content::PpapiDecryptor
216 CdmDelegate()->LoadSession(
/external/chromium_org/ppapi/c/private/
H A Dppp_content_decryptor_private.h107 void (*LoadSession)(PP_Instance instance, member in struct:PPP_ContentDecryptor_Private_0_12
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_wrapper.h55 virtual void LoadSession(uint32_t promise_id,
96 // LoadSession(), UpdateSession(), and ReleaseSession() pass in promise ids,
112 // resolving LoadSession() and UpdateSession(). This needs to be simulated
219 virtual void LoadSession(uint32_t promise_id,
222 cdm_->LoadSession(promise_id, web_session_id, web_session_id_size);
412 // LoadSession(), UpdateSession(), and ReleaseSession() pass in promise ids,
449 void CdmWrapperImpl<cdm::ContentDecryptionModule_4>::LoadSession( function in class:media::CdmWrapperImpl
459 cdm_->LoadSession(session_id, web_session_id, web_session_id_size);
H A Dcdm_adapter.cc302 // (CreateSession()) or session loading (LoadSession()).
392 void CdmAdapter::LoadSession(uint32_t promise_id, function in class:media::CdmAdapter
394 // Initialize() doesn't report an error, so LoadSession() can be called
407 cdm_->LoadSession(promise_id, web_session_id.data(), web_session_id.size());
/external/chromium_org/ppapi/cpp/private/
H A Dcontent_decryptor_private.cc85 void LoadSession(PP_Instance instance, function in namespace:pp::__anon10005
98 ->LoadSession(promise_id, web_session_id_var.AsString());
262 &LoadSession,
/external/chromium_org/ppapi/proxy/
H A Dppp_content_decryptor_private_proxy.cc183 void LoadSession(PP_Instance instance, function in namespace:ppapi::proxy::__anon10129
477 &LoadSession,
611 ppp_decryptor_impl_->LoadSession,
/external/chromium_org/media/base/android/
H A Dmedia_drm_bridge.cc428 void MediaDrmBridge::LoadSession(uint32 session_id, function in class:media::MediaDrmBridge
/external/chromium_org/media/cdm/
H A Daes_decryptor.cc269 void AesDecryptor::LoadSession(const std::string& web_session_id, function in class:media::AesDecryptor
273 promise->reject(NOT_SUPPORTED_ERROR, 0, "LoadSession() is not supported.");
/external/chromium_org/content/renderer/pepper/
H A Dcontent_decryptor_delegate.cc392 void ContentDecryptorDelegate::LoadSession( function in class:content::ContentDecryptorDelegate
396 plugin_decryption_interface_->LoadSession(
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dclear_key_cdm.cc75 // Constants for the enumalted session that can be loaded by LoadSession().
270 void ClearKeyCdm::LoadSession(uint32 promise_id, function in class:media::ClearKeyCdm
278 std::string message("Incorrect session id specified for LoadSession().");
745 // |promise_id| is the LoadSession() promise, so resolve appropriately.

Completed in 234 milliseconds