Home
last modified time | relevance | path

Searched refs:pReplyData (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/security/testeffect/
DCTSTestEffect.cpp103 void *pCmdData, uint32_t *replySize, void *pReplyData) { in CTSEffects_command() argument
113 if (pReplyData == NULL || *replySize != sizeof(int)) { in CTSEffects_command()
116 *(int *) pReplyData = 0; in CTSEffects_command()
120 || pReplyData == NULL || *replySize != sizeof(int)) { in CTSEffects_command()
124 *(int *) pReplyData = 0; in CTSEffects_command()
127 if (pReplyData == NULL || in CTSEffects_command()
131 memcpy(pReplyData, &pContext->mConfig, *replySize); in CTSEffects_command()
137 if (pReplyData == NULL || *replySize != sizeof(int)) { in CTSEffects_command()
140 *(int *)pReplyData = 0; in CTSEffects_command()
145 pReplyData == NULL || in CTSEffects_command()
[all …]
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0479/
Dpoc.cpp35 void *pReplyData __unused) {} in commandExecuted()
67 int *pCmdData, *pReplyData; in main() local
73 pReplyData = (int *)malloc(pReplySize); in main()
89 (void *)pReplyData); in main()