Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:replySize

832                                              uint32_t *replySize,
853 (*replySize < sizeof(effect_param_t) ||
854 ((effect_param_t *)pCmdData)->psize > *replySize - sizeof(effect_param_t))) {
859 (sizeof(effect_param_t) > *replySize
860 || ((effect_param_t *)pCmdData)->psize > *replySize
862 || ((effect_param_t *)pCmdData)->vsize > *replySize
866 *replySize
893 replySize,
896 uint32_t size = (replySize == NULL) ? 0 : *replySize;
1639 uint32_t *replySize,
1664 if (*replySize < sizeof(int)) {
1669 *replySize = sizeof(int);
1672 if (*replySize < sizeof(int)) {
1677 *replySize = sizeof(int);
1696 if (*replySize < sizeof(int)) {
1701 *replySize = sizeof(int);
1771 return effect->command(cmdCode, cmdSize, pCmdData, replySize, pReplyData);
1789 uint32_t replySize,
1793 mEffectClient->commandExecuted(cmdCode, cmdSize, pCmdData, replySize, pReplyData);