Home
last modified time | relevance | path

Searched refs:desired_protection_mask (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/ppapi/thunk/
Dppb_output_protection_private_thunk.cc51 uint32_t desired_protection_mask, in EnableProtection() argument
58 desired_protection_mask, in EnableProtection()
/external/chromium_org/ppapi/c/private/
Dppb_output_protection_private.h162 uint32_t desired_protection_mask,
/external/chromium_org/ppapi/api/private/
Dppb_output_protection_private.idl125 * @param[in] desired_protection_mask The desired protection methods, which
139 [in] uint32_t desired_protection_mask,
/external/chromium_org/media/cdm/ppapi/
Dcdm_adapter.h100 uint32_t desired_protection_mask) OVERRIDE;
Dcdm_adapter.cc862 void CdmAdapter::EnableOutputProtection(uint32_t desired_protection_mask) { in EnableOutputProtection() argument
865 desired_protection_mask, callback_factory_.NewCallback( in EnableOutputProtection()
/external/chromium_org/chromeos/display/
Doutput_configurator.h428 uint32_t desired_protection_mask);
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c3200 …otection_Private_EnableProtection(PP_Resource resource, uint32_t desired_protection_mask, struct P… in Pnacl_M31_PPB_OutputProtection_Private_EnableProtection() argument
3202 return iface->EnableProtection(resource, desired_protection_mask, *callback); in Pnacl_M31_PPB_OutputProtection_Private_EnableProtection()
4927 ….EnableProtection = (int32_t (*)(PP_Resource resource, uint32_t desired_protection_mask, struct PP…