Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/dicttoolkit/
Ddict_toolkit_main.cpp32 const CommandType commandType = CommandUtils::getCommandType(argv[1]); in main() local
33 if (commandType == CommandType::Unknown) { in main()
37 const auto executor = CommandUtils::getCommandExecutor(commandType); in main()
/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
Dcommand_utils.cpp53 const CommandType commandType) { in getCommandExecutor() argument
54 switch (commandType) { in getCommandExecutor()
Dcommand_utils.h43 static std::function<int(int, char **)> getCommandExecutor(const CommandType commandType);
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java1831 int commandType, in broadcastVendorSpecificEventIntent() argument
1838 device, command, companyId, commandType, arguments); in broadcastVendorSpecificEventIntent()
1842 intent.putExtra(BluetoothHeadset.EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE, commandType); in broadcastVendorSpecificEventIntent()
1903 int commandType = AtPhonebook.TYPE_UNKNOWN; in getAtCommandType() local
1909 commandType = AtPhonebook.TYPE_READ; in getAtCommandType()
1911 commandType = AtPhonebook.TYPE_TEST; in getAtCommandType()
1913 commandType = AtPhonebook.TYPE_SET; in getAtCommandType()
1915 commandType = AtPhonebook.TYPE_UNKNOWN; in getAtCommandType()
1918 return commandType; in getAtCommandType()
2567 int commandType = getAtCommandType(atCommand); in processUnknownAt() local
[all …]