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.cpp638 void* resultPtr = halResultSize > 0 ? &halResult[0] : NULL; in command() local
640 (*mHandle)->command(mHandle, commandId, halDataSize, dataPtr, &halResultSize, resultPtr); in command()
642 if (status == OK && resultPtr != NULL) { in command()