Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/proxy/
DEffectProxy.cpp288 uint32_t *subReplySize[SUB_FX_COUNT]; in Effect_command() local
322 subReplySize[i] = replySize; in Effect_command()
326 subReplySize[i] = replySize == NULL ? NULL : &tmpSize; in Effect_command()
331 pCmdData, subReplySize[i], subReplyData[i]); in Effect_command()