Home
last modified time | relevance | path

Searched refs:commandType (Results 1 – 5 of 5) 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/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java1464 private void broadcastVendorSpecificEventIntent(String command, int companyId, int commandType, in broadcastVendorSpecificEventIntent() argument
1469 intent.putExtra(BluetoothHeadset.EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE, commandType); in broadcastVendorSpecificEventIntent()
1512 int commandType = AtPhonebook.TYPE_UNKNOWN; in getAtCommandType() local
1518 commandType = AtPhonebook.TYPE_READ; in getAtCommandType()
1520 commandType = AtPhonebook.TYPE_TEST; in getAtCommandType()
1522 commandType = AtPhonebook.TYPE_SET; in getAtCommandType()
1524 commandType = AtPhonebook.TYPE_UNKNOWN; in getAtCommandType()
1527 return commandType; in getAtCommandType()
1860 int commandType = getAtCommandType(atCommand); in processUnknownAt() local
1862 processAtCscs(atCommand.substring(5), commandType, device); in processUnknownAt()
[all …]
/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/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DRemoteDevicesTest.java467 int commandType, Object[] arguments, BluetoothDevice device) { in getVendorSpecificHeadsetEventIntent() argument
470 intent.putExtra(BluetoothHeadset.EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE, commandType); in getVendorSpecificHeadsetEventIntent()