Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/native/dicttoolkit/
H A 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()
/aosp12/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
H A Dcommand_utils.cpp53 const CommandType commandType) { in getCommandExecutor() argument
54 switch (commandType) { in getCommandExecutor()
H A Dcommand_utils.h43 static std::function<int(int, char **)> getCommandExecutor(const CommandType commandType);
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java1529 private void broadcastVendorSpecificEventIntent(String command, int companyId, int commandType, in broadcastVendorSpecificEventIntent() argument
1578 int commandType = AtPhonebook.TYPE_UNKNOWN; in getAtCommandType() local
1584 commandType = AtPhonebook.TYPE_READ; in getAtCommandType()
1586 commandType = AtPhonebook.TYPE_TEST; in getAtCommandType()
1588 commandType = AtPhonebook.TYPE_SET; in getAtCommandType()
1590 commandType = AtPhonebook.TYPE_UNKNOWN; in getAtCommandType()
1593 return commandType; in getAtCommandType()
1942 int commandType = getAtCommandType(atCommand); in processUnknownAt() local
1944 processAtCscs(atCommand.substring(5), commandType, device); in processUnknownAt()
1946 processAtCpbs(atCommand.substring(5), commandType, device); in processUnknownAt()
[all …]
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCommandParamsFactory.java1076 AppInterface.CommandType commandType = in processBIPClient() local
1078 if (commandType != null) { in processBIPClient()
1079 CatLog.d(this, "process "+ commandType.name()); in processBIPClient()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DRemoteDevicesTest.java473 int commandType, Object[] arguments, BluetoothDevice device) { in getVendorSpecificHeadsetEventIntent() argument
476 intent.putExtra(BluetoothHeadset.EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE, commandType); in getVendorSpecificHeadsetEventIntent()