Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DIEffect.cpp65 uint32_t *pReplySize, in command() argument
80 if (pReplySize == NULL) { in command()
83 size = *pReplySize; in command()
92 if (pReplySize != NULL) in command()
93 *pReplySize = 0; in command()
98 if (size != 0 && pReplyData != NULL && pReplySize != NULL) { in command()
100 *pReplySize = size; in command()
/frameworks/av/include/media/
DIEffect.h39 uint32_t *pReplySize,