Searched defs:ProxyDecryptor (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/media/crypto/
H A Dproxy_decryptor.h29 // ProxyDecryptor is for EME v0.1b only. It should not be used for the WD API.
34 // TODO(xhwang): The ProxyDecryptor is not a Decryptor. Find a better name!
35 class ProxyDecryptor : public media::MediaKeys { class in namespace:content
37 ProxyDecryptor(
48 virtual ~ProxyDecryptor();
53 // Requests the ProxyDecryptor to notify the decryptor when it's ready through
82 base::WeakPtrFactory<ProxyDecryptor> weak_ptr_factory_;
96 // The real MediaKeys that manages key operations for the ProxyDecryptor.
111 DISALLOW_COPY_AND_ASSIGN(ProxyDecryptor);
H A Dproxy_decryptor.cc15 void ProxyDecryptor::DestroyHelperPlugin() {
21 ProxyDecryptor::ProxyDecryptor( function in class:content::ProxyDecryptor
45 ProxyDecryptor::~ProxyDecryptor() {
56 // But ProxyDecryptor should not depend on media pipeline's implementation
58 void ProxyDecryptor::SetDecryptorReadyCB(
78 bool ProxyDecryptor::InitializeCDM(const std::string& key_system) {
89 bool ProxyDecryptor::GenerateKeyRequest(const std::string& type,
103 void ProxyDecryptor
[all...]

Completed in 307 milliseconds