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

/external/chromium_org/ppapi/c/private/
H A Dppp_content_decryptor_private.h300 void (*DecryptAndDecode)( member in struct:PPP_ContentDecryptor_Private_0_12
/external/chromium_org/ppapi/api/private/
H A Dppp_content_decryptor_private.idl301 void DecryptAndDecode(
/external/chromium_org/ppapi/cpp/private/
H A Dcontent_decryptor_private.h68 virtual void DecryptAndDecode(
114 // provided to DecryptAndDecode() when it calls this method. The browser will
115 // reuse the buffer in a subsequent DecryptAndDecode() call.
120 // provided to DecryptAndDecode() when it calls this method. The browser will
121 // reuse the buffer in a subsequent DecryptAndDecode() call.
H A Dcontent_decryptor_private.cc241 void DecryptAndDecode(PP_Instance instance, function in namespace:pp::__anon10005
252 static_cast<ContentDecryptor_Private*>(object)->DecryptAndDecode(
272 &DecryptAndDecode};
/external/chromium_org/ppapi/proxy/
H A Dppp_content_decryptor_private_proxy.cc434 void DecryptAndDecode(PP_Instance instance, function in namespace:ppapi::proxy::__anon10129
487 &DecryptAndDecode};
792 ppp_decryptor_impl_->DecryptAndDecode,
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_adapter.h86 virtual void DecryptAndDecode(
H A Dcdm_adapter.cc574 void CdmAdapter::DecryptAndDecode( function in class:media::CdmAdapter
/external/chromium_org/content/renderer/pepper/
H A Dcontent_decryptor_delegate.cc655 plugin_decryption_interface_->DecryptAndDecode(
696 plugin_decryption_interface_->DecryptAndDecode(
1119 // The next DecryptAndDecode() call will need to allocate a new shared
1128 // The next DecryptAndDecode() call will need to allocate a new shared
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c4491 ((void (*)(PP_Instance instance, PP_DecryptorStreamType decoder_type, PP_Resource encrypted_buffer, const struct PP_EncryptedBlockInfo* encrypted_block_info))iface->DecryptAndDecode);
5714 .DecryptAndDecode = &Pnacl_M36_PPP_ContentDecryptor_Private_DecryptAndDecode

Completed in 1334 milliseconds