Searched defs:desired_protection_mask (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ppapi/thunk/
H A Dppb_output_protection_private_thunk.cc49 uint32_t desired_protection_mask,
56 desired_protection_mask,
48 EnableProtection(PP_Resource resource, uint32_t desired_protection_mask, struct PP_CompletionCallback callback) argument
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_adapter.cc1165 void CdmAdapter::EnableOutputProtection(uint32_t desired_protection_mask) { argument
1168 desired_protection_mask, callback_factory_.NewCallback(
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c3789 static int32_t Pnacl_M31_PPB_OutputProtection_Private_EnableProtection(PP_Resource resource, uint32_t desired_protection_mask, struct PP_CompletionCallback* callback) { argument
3791 return iface->EnableProtection(resource, desired_protection_mask, *callback);
5542 .EnableProtection = (int32_t (*)(PP_Resource resource, uint32_t desired_protection_mask, struct PP_CompletionCallback callback))&Pnacl_M31_PPB_OutputProtection_Private_EnableProtection

Completed in 149 milliseconds