Home
last modified time | relevance | path

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

/external/chromium_org/media/cdm/ppapi/
Dcdm_wrapper.h153 class CdmWrapperImpl : public CdmWrapper {
165 return new CdmWrapperImpl<CdmInterface>( in Create()
169 virtual ~CdmWrapperImpl() { in ~CdmWrapperImpl()
396 CdmWrapperImpl(CdmInterface* cdm) : cdm_(cdm), next_session_id_(100) { in CdmWrapperImpl() function
408 DISALLOW_COPY_AND_ASSIGN(CdmWrapperImpl);
422 bool CdmWrapperImpl<cdm::ContentDecryptionModule_4>::SetServerCertificate( in SetServerCertificate()
430 void CdmWrapperImpl<cdm::ContentDecryptionModule_4>::CreateSession( in CreateSession()
449 void CdmWrapperImpl<cdm::ContentDecryptionModule_4>::LoadSession( in LoadSession()
463 void CdmWrapperImpl<cdm::ContentDecryptionModule_4>::UpdateSession( in UpdateSession()
480 bool CdmWrapperImpl<cdm::ContentDecryptionModule_4>::CloseSession( in CloseSession()
[all …]