Searched refs:expectedCmdSize (Results 1 – 1 of 1) sorted by relevance
510 uint32_t expectedCmdSize = DP_getParameterCmdSize(pEffectParam->psize, in DP_command() local512 if (cmdSize != expectedCmdSize || *replySize < expectedCmdSize) { in DP_command()514 cmdSize, expectedCmdSize, *replySize); in DP_command()518 ALOGVV("DP_command expectedCmdSize: %d", expectedCmdSize); in DP_command()519 memcpy(pReplyData, pCmdData, expectedCmdSize); in DP_command()