Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DIEffect.cpp68 uint32_t *pReplySize, in command() argument
83 if (pReplySize == NULL) { in command()
86 size = *pReplySize; in command()
95 if (pReplySize != NULL) in command()
96 *pReplySize = 0; in command()
101 if (size != 0 && pReplyData != NULL && pReplySize != NULL) { in command()
103 *pReplySize = size; in command()
/frameworks/av/media/libaudioclient/include/media/
DIEffect.h39 uint32_t *pReplySize,