Home
last modified time | relevance | path

Searched refs:GetUsableKeyIds (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/content/renderer/media/
Dcdm_session_adapter.cc123 void CdmSessionAdapter::GetUsableKeyIds( in GetUsableKeyIds() function in content::CdmSessionAdapter
126 media_keys_->GetUsableKeyIds(web_session_id, promise.Pass()); in GetUsableKeyIds()
Dcdm_session_adapter.h96 void GetUsableKeyIds(const std::string& web_session_id,
Dwebcontentdecryptionmodulesession_impl.cc154 adapter_->GetUsableKeyIds( in getUsableKeyIds()
/external/chromium_org/media/cdm/ppapi/
Dcdm_wrapper.h71 virtual bool GetUsableKeyIds(uint32_t promise_id,
250 virtual bool GetUsableKeyIds(uint32_t promise_id, in GetUsableKeyIds() function
253 cdm_->GetUsableKeyIds(promise_id, web_session_id, web_session_id_size); in GetUsableKeyIds()
499 bool CdmWrapperImpl<cdm::ContentDecryptionModule_4>::GetUsableKeyIds( in GetUsableKeyIds() function
Dcdm_adapter.h71 virtual void GetUsableKeyIds(uint32_t promise_id,
Dcdm_adapter.cc442 void CdmAdapter::GetUsableKeyIds(uint32_t promise_id, in GetUsableKeyIds() function in media::CdmAdapter
444 if (!cdm_->GetUsableKeyIds( in GetUsableKeyIds()
/external/chromium_org/ppapi/cpp/private/
Dcontent_decryptor_private.cc155 void GetUsableKeyIds(PP_Instance instance, in GetUsableKeyIds() function
168 ->GetUsableKeyIds(promise_id, web_session_id_var.AsString()); in GetUsableKeyIds()
266 &GetUsableKeyIds,
Dcontent_decryptor_private.h53 virtual void GetUsableKeyIds(uint32_t promise_id,
/external/chromium_org/ppapi/c/private/
Dppp_content_decryptor_private.h178 void (*GetUsableKeyIds)(PP_Instance instance, member
/external/chromium_org/media/base/
Dmedia_keys.h118 virtual void GetUsableKeyIds(const std::string& web_session_id,
/external/chromium_org/ppapi/proxy/
Dppp_content_decryptor_private_proxy.cc263 void GetUsableKeyIds(PP_Instance instance, in GetUsableKeyIds() function
481 &GetUsableKeyIds,
668 CallWhileUnlocked(ppp_decryptor_impl_->GetUsableKeyIds, in OnMsgGetUsableKeyIds()
/external/chromium_org/content/renderer/media/crypto/
Dproxy_media_keys.h64 virtual void GetUsableKeyIds(
Dppapi_decryptor.h72 virtual void GetUsableKeyIds(
Dppapi_decryptor.cc271 void PpapiDecryptor::GetUsableKeyIds(const std::string& web_session_id, in GetUsableKeyIds() function in content::PpapiDecryptor
280 CdmDelegate()->GetUsableKeyIds(web_session_id, promise.Pass()); in GetUsableKeyIds()
Dproxy_media_keys.cc140 void ProxyMediaKeys::GetUsableKeyIds(const std::string& web_session_id, in GetUsableKeyIds() function in content::ProxyMediaKeys
/external/chromium_org/media/cdm/
Daes_decryptor.h55 virtual void GetUsableKeyIds(const std::string& web_session_id,
Daes_decryptor.cc370 void AesDecryptor::GetUsableKeyIds(const std::string& web_session_id, in GetUsableKeyIds() function in media::AesDecryptor
Daes_decryptor_unittest.cc349 decryptor_.GetUsableKeyIds( in GetUsableKeyIdsAndExpect()
/external/chromium_org/media/cdm/ppapi/external_clear_key/
Dclear_key_cdm.h58 virtual void GetUsableKeyIds(uint32_t promise_id,
Dclear_key_cdm.cc377 void ClearKeyCdm::GetUsableKeyIds(uint32_t promise_id, in GetUsableKeyIds() function in media::ClearKeyCdm
387 decryptor_.GetUsableKeyIds(web_session_str, promise.Pass()); in GetUsableKeyIds()
/external/chromium_org/content/renderer/pepper/
Dcontent_decryptor_delegate.h80 void GetUsableKeyIds(const std::string& web_session_id,
Dcontent_decryptor_delegate.cc444 void ContentDecryptorDelegate::GetUsableKeyIds( in GetUsableKeyIds() function in content::ContentDecryptorDelegate
454 plugin_decryption_interface_->GetUsableKeyIds( in GetUsableKeyIds()
/external/chromium_org/ppapi/api/private/
Dppp_content_decryptor_private.idl170 void GetUsableKeyIds(
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c4449 …(PP_Instance instance, uint32_t promise_id, struct PP_Var* web_session_id))iface->GetUsableKeyIds); in Pnacl_M36_PPP_ContentDecryptor_Private_GetUsableKeyIds()
5708 .GetUsableKeyIds = &Pnacl_M36_PPP_ContentDecryptor_Private_GetUsableKeyIds,