Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/audio/effect/all-versions/default/
H A DEffect.cpp411 uint32_t expectedReplySize = *replySize; in sendCommandReturningData() local
413 if (status == OK && *replySize != expectedReplySize) { in sendCommandReturningData()
/aosp12/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp3174 uint32_t expectedReplySize = sizeof(effect_param_t) + paddedParamSize + p->vsize; in Effect_command() local
3175 if (*replySize < expectedReplySize) { in Effect_command()
3177 expectedReplySize, *replySize); in Effect_command()