Searched refs:DecoderResetDone (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/ppapi/thunk/
H A Dppb_content_decryptor_private_thunk.cc112 void DecoderResetDone(PP_Instance instance, function in namespace:ppapi::thunk::__anon9592
115 VLOG(4) << "PPB_ContentDecryptor_Private::DecoderResetDone()";
119 enter.functions()->DecoderResetDone(instance, decoder_type, request_id);
156 &DecoderResetDone,
H A Dppb_instance_api.h172 virtual void DecoderResetDone(PP_Instance instance,
/external/chromium_org/ppapi/c/private/
H A Dppb_content_decryptor_private.h213 void (*DecoderResetDone)(PP_Instance instance, member in struct:PPB_ContentDecryptor_Private_0_6
/external/chromium_org/ppapi/api/private/
H A Dppb_content_decryptor_private.idl206 void DecoderResetDone(
/external/chromium_org/ppapi/cpp/private/
H A Dcontent_decryptor_private.h86 void DecoderResetDone(PP_DecryptorStreamType decoder_type,
H A Dcontent_decryptor_private.cc313 void ContentDecryptor_Private::DecoderResetDone( function in class:pp::ContentDecryptor_Private
317 get_interface<PPB_ContentDecryptor_Private>()->DecoderResetDone(
/external/chromium_org/content/renderer/pepper/
H A Dcontent_decryptor_delegate.h100 void DecoderResetDone(PP_DecryptorStreamType decoder_type,
H A Dpepper_plugin_instance_impl.h467 virtual void DecoderResetDone(PP_Instance instance,
H A Dcontent_decryptor_delegate.cc683 void ContentDecryptorDelegate::DecoderResetDone( function in class:content::ContentDecryptorDelegate
H A Dpepper_plugin_instance_impl.cc2188 void PepperPluginInstanceImpl::DecoderResetDone( function in class:content::PepperPluginInstanceImpl
2192 content_decryptor_delegate_->DecoderResetDone(decoder_type, request_id);
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_wrapper.cc591 void DecoderResetDone(int32_t result,
836 CallOnMain(callback_factory_.NewCallback(&CdmWrapper::DecoderResetDone,
1052 void CdmWrapper::DecoderResetDone(int32_t result,
1055 pp::ContentDecryptor_Private::DecoderResetDone(decoder_type, request_id);
/external/chromium_org/ppapi/proxy/
H A Dppb_instance_proxy.h144 virtual void DecoderResetDone(PP_Instance instance,
H A Dppb_instance_proxy.cc637 void PPB_Instance_Proxy::DecoderResetDone(PP_Instance instance, function in class:ppapi::proxy::PPB_Instance_Proxy
1152 enter.functions()->DecoderResetDone(instance, decoder_type, request_id);
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c2287 iface->DecoderResetDone(instance, decoder_type, request_id);
4510 .DecoderResetDone = (void (*)(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id))&Pnacl_M24_PPB_ContentDecryptor_Private_DecoderResetDone,

Completed in 391 milliseconds