Searched refs:pCmdData (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/security/testeffect/ |
D | CTSTestEffect.cpp | 103 void *pCmdData, uint32_t *replySize, void *pReplyData) { in CTSEffects_command() argument 119 if (pCmdData == NULL || cmdSize != sizeof(effect_config_t) in CTSEffects_command() 123 memcpy(&pContext->mConfig, pCmdData, cmdSize); in CTSEffects_command() 143 if (pCmdData == NULL || in CTSEffects_command() 153 if (pCmdData == NULL || in CTSEffects_command()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0479/ |
D | poc.cpp | 33 void *pCmdData __unused, in commandExecuted() 67 int *pCmdData, *pReplyData; in main() local 72 pCmdData = (int *)malloc(cmdSize); in main() 88 err = gEffect->command(cmdCode, cmdSize, (void *)pCmdData, &pReplySize, in main()
|