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

  /external/chromium_org/content/renderer/media/crypto/
proxy_decryptor.cc 33 ProxyDecryptor::ProxyDecryptor(
62 ProxyDecryptor::~ProxyDecryptor() {
67 media::Decryptor* ProxyDecryptor::GetDecryptor() {
72 int ProxyDecryptor::GetCdmId() {
77 bool ProxyDecryptor::InitializeCDM(const std::string& key_system,
98 bool ProxyDecryptor::GenerateKeyRequest(const std::string& content_type,
116 base::Bind(&ProxyDecryptor::SetSessionId,
119 base::Bind(&ProxyDecryptor::OnSessionError
    [all...]
proxy_decryptor.h 30 // ProxyDecryptor is for EME v0.1b only. It should not be used for the WD API.
36 // TODO(xhwang): The ProxyDecryptor is not a Decryptor. Find a better name!
37 class ProxyDecryptor {
49 ProxyDecryptor(
58 virtual ~ProxyDecryptor();
121 // The real MediaKeys that manages key operations for the ProxyDecryptor.
135 base::WeakPtrFactory<ProxyDecryptor> weak_ptr_factory_;
137 DISALLOW_COPY_AND_ASSIGN(ProxyDecryptor);
encrypted_media_player_support_impl.h 118 scoped_ptr<ProxyDecryptor> proxy_decryptor_;
encrypted_media_player_support_impl.cc 175 proxy_decryptor_.reset(new ProxyDecryptor(
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.h 478 scoped_ptr<ProxyDecryptor> proxy_decryptor_;
webmediaplayer_android.cc     [all...]

Completed in 125 milliseconds