Searched refs:commandType (Results 1 – 5 of 5) sorted by relevance
/packages/inputmethods/LatinIME/native/dicttoolkit/ |
D | dict_toolkit_main.cpp | 32 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/ |
D | HeadsetStateMachine.java | 1464 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/ |
D | command_utils.cpp | 53 const CommandType commandType) { in getCommandExecutor() argument 54 switch (commandType) { in getCommandExecutor()
|
D | command_utils.h | 43 static std::function<int(int, char **)> getCommandExecutor(const CommandType commandType);
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/ |
D | RemoteDevicesTest.java | 467 int commandType, Object[] arguments, BluetoothDevice device) { in getVendorSpecificHeadsetEventIntent() argument 470 intent.putExtra(BluetoothHeadset.EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE, commandType); in getVendorSpecificHeadsetEventIntent()
|