Searched refs:sContextCallToCommand (Results 1 – 2 of 2) sorted by relevance
307 const char* Effect::sContextCallToCommand = "error"; member in android::hardware::audio::effect::CPP_VERSION::implementation::Effect308 const char* Effect::sContextCallFunction = sContextCallToCommand;482 _hidl_cb(analyzeCommandStatus(commandName, sContextCallToCommand, status), config); in getConfigImpl()619 return analyzeCommandStatus(commandName, sContextCallToCommand, status); in sendCommand()635 return analyzeCommandStatus(commandName, sContextCallToCommand, status); in sendCommandReturningData()664 retval = analyzeCommandStatus(commandName, sContextCallToCommand, status); in sendCommandReturningStatusAndData()
193 static const char* sContextCallToCommand; member