Home
last modified time | relevance | path

Searched defs:commandName (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DDicttool.java76 public static void addCommand(final String commandName, final Class<? extends Command> cls) { in addCommand()
80 private static Command getCommandInstance(final String commandName) { in getCommandInstance()
99 private static boolean isCommand(final String commandName) { in isCommand()
104 final String commandName = arguments[0]; in getCommand() local
/aosp12/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
H A Dcommand_utils.cpp30 /* static */ CommandType CommandUtils::getCommandType(const std::string &commandName) { in getCommandType()
47 const std::string &commandName) { in printCommandUnknownMessage()
H A Darguments_parser.cpp49 void ArgumentsParser::printUsage(const std::string &commandName, in printUsage()
/aosp12/packages/apps/SecureElement/src/com/android/se/internal/
H A DUtil.java73 public static String createMessage(String commandName, int sw) { in createMessage()
90 public static String createMessage(String commandName, String message) { in createMessage()
/aosp12/hardware/interfaces/audio/effect/all-versions/default/
H A DEffect.cpp253 Result Effect::analyzeCommandStatus(const char* commandName, const char* context, status_t status) { in analyzeCommandStatus()
281 void Effect::getConfigImpl(int commandCode, const char* commandName, GetConfigCallback cb) { in getConfigImpl()
395 Result Effect::sendCommand(int commandCode, const char* commandName) { in sendCommand()
399 Result Effect::sendCommand(int commandCode, const char* commandName, uint32_t size, void* data) { in sendCommand()
404 Result Effect::sendCommandReturningData(int commandCode, const char* commandName, in sendCommandReturningData()
409 Result Effect::sendCommandReturningData(int commandCode, const char* commandName, uint32_t size, in sendCommandReturningData()
419 Result Effect::sendCommandReturningStatus(int commandCode, const char* commandName) { in sendCommandReturningStatus()
423 Result Effect::sendCommandReturningStatus(int commandCode, const char* commandName, uint32_t size, in sendCommandReturningStatus()
431 Result Effect::sendCommandReturningStatusAndData(int commandCode, const char* commandName, in sendCommandReturningStatusAndData()
449 Result Effect::setConfigImpl(int commandCode, const char* commandName, const EffectConfig& config, in setConfigImpl()
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/generic/
H A DGenericMessageBase.cpp31 const auto commandName = (commandNameIt == mCommandNames.end()) in toStream() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
H A DCommandRegistry.kt108 val commandName = args[0] regex