Searched defs:analyzeCommandStatus (Results 1 - 1 of 1) sorted by relevance

/hardware/interfaces/audio/effect/2.0/default/
H A DEffect.cpp261 Result Effect::analyzeCommandStatus(const char* commandName, const char* context, status_t status) { function in class:android::hardware::audio::effect::V2_0::implementation::Effect
294 cb(analyzeCommandStatus(commandName, sContextCallToCommand, status), config);
428 return analyzeCommandStatus(commandName, sContextCallToCommand, status);
446 return analyzeCommandStatus(commandName, sContextCallToCommand, status);
472 retval = analyzeCommandStatus(commandName, sContextResultOfCommand, commandStatus);
477 retval = analyzeCommandStatus(commandName, sContextCallToCommand, status);

Completed in 73 milliseconds