/external/chromium_org/ppapi/thunk/ |
D | ppb_content_decryptor_private_thunk.cc | 197 void DeliverSamples( in DeliverSamples() function 205 enter.functions()->DeliverSamples(instance, in DeliverSamples() 227 &DeliverSamples
|
D | ppb_instance_api.h | 212 virtual void DeliverSamples(PP_Instance instance,
|
/external/chromium_org/ppapi/c/private/ |
D | ppb_content_decryptor_private.h | 322 void (*DeliverSamples)( member
|
/external/chromium_org/ppapi/cpp/private/ |
D | content_decryptor_private.h | 122 void DeliverSamples(pp::Buffer_Dev audio_frames,
|
D | content_decryptor_private.cc | 475 void ContentDecryptor_Private::DeliverSamples( in DeliverSamples() function in pp::ContentDecryptor_Private 479 get_interface<PPB_ContentDecryptor_Private>()->DeliverSamples( in DeliverSamples()
|
/external/chromium_org/content/renderer/pepper/ |
D | content_decryptor_delegate.h | 136 void DeliverSamples(PP_Resource audio_frames,
|
D | pepper_plugin_instance_impl.h | 526 virtual void DeliverSamples(PP_Instance instance,
|
D | content_decryptor_delegate.cc | 1071 void ContentDecryptorDelegate::DeliverSamples( in DeliverSamples() function in content::ContentDecryptorDelegate
|
D | pepper_plugin_instance_impl.cc | 2609 void PepperPluginInstanceImpl::DeliverSamples( in DeliverSamples() function in content::PepperPluginInstanceImpl 2613 content_decryptor_delegate_->DeliverSamples(audio_frames, sample_info); in DeliverSamples()
|
/external/chromium_org/media/cdm/ppapi/ |
D | cdm_adapter.h | 240 void DeliverSamples(int32_t result,
|
D | cdm_adapter.cc | 613 &CdmAdapter::DeliverSamples, in DecryptAndDecode() 1043 void CdmAdapter::DeliverSamples(int32_t result, in DeliverSamples() function in media::CdmAdapter 1076 pp::ContentDecryptor_Private::DeliverSamples(buffer, decrypted_sample_info); in DeliverSamples()
|
/external/chromium_org/mojo/examples/pepper_container_app/ |
D | plugin_instance.h | 169 virtual void DeliverSamples(
|
D | plugin_instance.cc | 406 void PluginInstance::DeliverSamples(PP_Instance instance, in DeliverSamples() function in mojo::examples::PluginInstance
|
/external/chromium_org/ppapi/proxy/ |
D | ppb_instance_proxy.h | 182 virtual void DeliverSamples(
|
D | ppb_instance_proxy.cc | 799 void PPB_Instance_Proxy::DeliverSamples( in DeliverSamples() function in ppapi::proxy::PPB_Instance_Proxy 1510 enter.functions()->DeliverSamples(instance, audio_frames, &sample_info); in OnHostMsgDeliverSamples()
|
/external/chromium_org/ppapi/api/private/ |
D | ppb_content_decryptor_private.idl | 332 void DeliverSamples(
|
D | ppp_content_decryptor_private.idl | 287 * <code>DeliverFrame()</code> or <code>DeliverSamples()</code> method on the
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | pnacl_shim.c | 2809 iface->DeliverSamples(instance, audio_frames, decrypted_sample_info); in Pnacl_M36_PPB_ContentDecryptor_Private_DeliverSamples() 5280 ….DeliverSamples = (void (*)(PP_Instance instance, PP_Resource audio_frames, const struct PP_Decryp…
|