Searched refs:sContextCallToCommand (Results 1 - 2 of 2) sorted by relevance

/hardware/interfaces/audio/effect/2.0/default/
H A DEffect.cpp130 const char *Effect::sContextCallToCommand = "error"; member in class:android::hardware::audio::effect::V2_0::implementation::Effect
131 const char *Effect::sContextCallFunction = sContextCallToCommand;
294 cb(analyzeCommandStatus(commandName, sContextCallToCommand, status), config);
428 return analyzeCommandStatus(commandName, sContextCallToCommand, status);
446 return analyzeCommandStatus(commandName, sContextCallToCommand, status);
477 retval = analyzeCommandStatus(commandName, sContextCallToCommand, status);
H A DEffect.h195 static const char *sContextCallToCommand; member in namespace:android::hardware::audio::effect::V2_0

Completed in 56 milliseconds