Home
last modified time | relevance | path

Searched refs:replySize (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()
120 || pReplyData == NULL || *replySize != sizeof(int)) { in CTSEffects_command()
128 *replySize != sizeof(effect_config_t)) { in CTSEffects_command()
131 memcpy(pReplyData, &pContext->mConfig, *replySize); in CTSEffects_command()
137 if (pReplyData == NULL || *replySize != sizeof(int)) { in CTSEffects_command()
146 *replySize < (int)(sizeof(effect_param_t))) { in CTSEffects_command()
155 pReplyData == NULL || *replySize != sizeof(int32_t)) { in CTSEffects_command()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0479/
Dpoc.cpp34 uint32_t replySize __unused, in commandExecuted()