HomeSort by relevance Sort by last modified time
    Searched defs:LoadSession (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/content/renderer/media/crypto/
proxy_decryptor.h 106 LoadSession
proxy_media_keys.cc 95 void ProxyMediaKeys::LoadSession(
98 // TODO(xhwang): Check key system and platform support for LoadSession in
101 promise->reject(NOT_SUPPORTED_ERROR, 0, "LoadSession() is not supported.");
ppapi_decryptor.cc 198 void PpapiDecryptor::LoadSession(
216 CdmDelegate()->LoadSession(
  /external/chromium_org/ppapi/c/private/
ppp_content_decryptor_private.h 107 void (*LoadSession)(PP_Instance instance,
  /external/chromium_org/ppapi/cpp/private/
content_decryptor_private.cc 85 void LoadSession(PP_Instance instance,
98 ->LoadSession(promise_id, web_session_id_var.AsString());
262 &LoadSession,
  /external/chromium_org/media/cdm/ppapi/
cdm_wrapper.h 55 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(
459 cdm_->LoadSession(session_id, web_session_id, web_session_id_size);
cdm_adapter.cc 302 // (CreateSession()) or session loading (LoadSession()).
392 void CdmAdapter::LoadSession(uint32_t promise_id,
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());
    [all...]
  /external/chromium_org/ppapi/proxy/
ppp_content_decryptor_private_proxy.cc 183 void LoadSession(PP_Instance instance,
477 &LoadSession,
611 ppp_decryptor_impl_->LoadSession,
  /external/chromium_org/media/base/android/
media_drm_bridge.cc 428 void MediaDrmBridge::LoadSession(uint32 session_id,
  /external/chromium_org/media/cdm/
aes_decryptor.cc 269 void AesDecryptor::LoadSession(const std::string& web_session_id,
272 // that do not support loadSession. See http://crbug.com/342481
273 promise->reject(NOT_SUPPORTED_ERROR, 0, "LoadSession() is not supported.");
  /external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.cc 392 void ContentDecryptorDelegate::LoadSession(
396 plugin_decryption_interface_->LoadSession(
    [all...]
  /external/chromium_org/media/cdm/ppapi/external_clear_key/
clear_key_cdm.cc 75 // Constants for the enumalted session that can be loaded by LoadSession().
270 void ClearKeyCdm::LoadSession(uint32 promise_id,
278 std::string message("Incorrect session id specified for LoadSession().");
745 // |promise_id| is the LoadSession() promise, so resolve appropriately.

Completed in 261 milliseconds