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

  /external/chromium_org/ppapi/c/private/
ppp_content_decryptor_private.h 94 void (*LoadSession)(PP_Instance instance,
  /external/chromium_org/media/cdm/ppapi/
cdm_wrapper.h 51 virtual void LoadSession(uint32_t promise_id,
84 // LoadSession(), UpdateSession(), and ReleaseSession() pass in promise ids,
143 virtual void LoadSession(uint32_t promise_id,
146 cdm_->LoadSession(promise_id, web_session_id, web_session_id_size);
279 // LoadSession(), UpdateSession(), and ReleaseSession() pass in promise ids,
305 void CdmWrapperImpl<cdm::ContentDecryptionModule_4>::LoadSession(
311 cdm_->LoadSession(session_id, web_session_id, web_session_id_size);
cdm_adapter.cc 294 // (CreateSession()) or session loading (LoadSession()).
352 void CdmAdapter::LoadSession(uint32_t promise_id,
354 // Initialize() doesn't report an error, so LoadSession() can be called
367 cdm_->LoadSession(promise_id, web_session_id.data(), web_session_id.size());
    [all...]
  /external/chromium_org/content/renderer/media/crypto/
ppapi_decryptor.cc 139 void PpapiDecryptor::LoadSession(
150 CdmDelegate()->LoadSession(web_session_id, promise.Pass());
proxy_media_keys.cc 83 void ProxyMediaKeys::LoadSession(
86 // TODO(xhwang): Check key system and platform support for LoadSession in
89 promise->reject(NOT_SUPPORTED_ERROR, 0, "LoadSession() is not supported.");
  /external/chromium_org/ppapi/cpp/private/
content_decryptor_private.cc 67 void LoadSession(PP_Instance instance,
80 ->LoadSession(promise_id, web_session_id_var.AsString());
211 &LoadSession,
  /external/chromium_org/media/cdm/
aes_decryptor.cc 255 void AesDecryptor::LoadSession(const std::string& web_session_id,
258 // that do not support loadSession. See http://crbug.com/342481
259 promise->reject(NOT_SUPPORTED_ERROR, 0, "LoadSession() is not supported.");
  /external/chromium_org/ppapi/proxy/
ppp_content_decryptor_private_proxy.cc 147 void LoadSession(PP_Instance instance,
387 &LoadSession,
490 ppp_decryptor_impl_->LoadSession,
  /external/chromium_org/media/base/android/
media_drm_bridge.cc 428 void MediaDrmBridge::LoadSession(uint32 session_id,
  /external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.cc 353 void ContentDecryptorDelegate::LoadSession(
357 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().
269 void ClearKeyCdm::LoadSession(uint32 promise_id,
276 std::string message("Incorrect session id specified for LoadSession().");
696 // |promise_id| is the LoadSession() promise, so resolve appropriately.

Completed in 3267 milliseconds