Home
last modified time | relevance | path

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

/hardware/interfaces/audio/effect/all-versions/default/
DEffect.cpp888 void* resultPtr = halResultSize > 0 ? &halResult[0] : NULL; in command() local
893 auto ptid = (int32_t*)resultPtr; in command()
901 resultPtr); in command()
905 if (status == OK && resultPtr != NULL) { in command()