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

/external/chromium_org/ppapi/c/private/
H A Dppp_content_decryptor_private.h257 void (*DecryptAndDecode)( member in struct:PPP_ContentDecryptor_Private_0_12
/external/chromium_org/ppapi/api/private/
H A Dppp_content_decryptor_private.idl252 void DecryptAndDecode(
/external/chromium_org/ppapi/cpp/private/
H A Dcontent_decryptor_private.cc191 void DecryptAndDecode(PP_Instance instance, function in namespace:pp::__anon9379
202 static_cast<ContentDecryptor_Private*>(object)->DecryptAndDecode(
219 &DecryptAndDecode
H A Dcontent_decryptor_private.h61 virtual void DecryptAndDecode(
100 // provided to DecryptAndDecode() when it calls this method. The browser will
101 // reuse the buffer in a subsequent DecryptAndDecode() call.
106 // provided to DecryptAndDecode() when it calls this method. The browser will
107 // reuse the buffer in a subsequent DecryptAndDecode() call.
/external/chromium_org/ppapi/proxy/
H A Dppp_content_decryptor_private_proxy.cc345 void DecryptAndDecode(PP_Instance instance, function in namespace:ppapi::proxy::__anon9504
395 &DecryptAndDecode
642 ppp_decryptor_impl_->DecryptAndDecode,
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_adapter.h84 virtual void DecryptAndDecode(
H A Dcdm_adapter.cc516 void CdmAdapter::DecryptAndDecode( function in class:media::CdmAdapter
/external/chromium_org/content/renderer/pepper/
H A Dcontent_decryptor_delegate.cc582 plugin_decryption_interface_->DecryptAndDecode(
623 plugin_decryption_interface_->DecryptAndDecode(
971 // The next DecryptAndDecode() call will need to allocate a new shared
980 // 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.c4309 ((void (*)(PP_Instance instance, PP_DecryptorStreamType decoder_type, PP_Resource encrypted_buffer, const struct PP_EncryptedBlockInfo* encrypted_block_info))iface->DecryptAndDecode);
5473 .DecryptAndDecode = &Pnacl_M36_PPP_ContentDecryptor_Private_DecryptAndDecode

Completed in 246 milliseconds