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 | 1492 private void broadcastVendorSpecificEventIntent(String command, int companyId, int commandType, in broadcastVendorSpecificEventIntent() argument 1497 intent.putExtra(BluetoothHeadset.EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE, commandType); in broadcastVendorSpecificEventIntent() 1540 int commandType = AtPhonebook.TYPE_UNKNOWN; in getAtCommandType() local 1546 commandType = AtPhonebook.TYPE_READ; in getAtCommandType() 1548 commandType = AtPhonebook.TYPE_TEST; in getAtCommandType() 1550 commandType = AtPhonebook.TYPE_SET; in getAtCommandType() 1552 commandType = AtPhonebook.TYPE_UNKNOWN; in getAtCommandType() 1555 return commandType; in getAtCommandType() 1897 int commandType = getAtCommandType(atCommand); in processUnknownAt() local 1899 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 | 463 int commandType, Object[] arguments, BluetoothDevice device) { in getVendorSpecificHeadsetEventIntent() argument 466 intent.putExtra(BluetoothHeadset.EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE, commandType); in getVendorSpecificHeadsetEventIntent()
|