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

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

Completed in 77 milliseconds