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

  /external/chromium_org/content/renderer/media/crypto/
proxy_decryptor.cc 15 void ProxyDecryptor::DestroyHelperPlugin() {
21 ProxyDecryptor::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::AddKey(const uint8* key
    [all...]
proxy_decryptor.h 29 // 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 {
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);

Completed in 978 milliseconds