Home
last modified time | relevance | path

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

/hardware/interfaces/audio/effect/2.0/default/
DEffect.cpp674 void* resultPtr = halResultSize > 0 ? &halResult[0] : NULL; in command() local
676 mHandle, commandId, halDataSize, dataPtr, &halResultSize, resultPtr); in command()
678 if (status == OK && resultPtr != NULL) { in command()