Searched refs:commandType (Results 1 – 4 of 4) sorted by relevance
32 const CommandType commandType = CommandUtils::getCommandType(argv[1]); in main() local33 if (commandType == CommandType::Unknown) { in main()37 const auto executor = CommandUtils::getCommandExecutor(commandType); in main()
53 const CommandType commandType) { in getCommandExecutor() argument54 switch (commandType) { in getCommandExecutor()
43 static std::function<int(int, char **)> getCommandExecutor(const CommandType commandType);
1831 int commandType, in broadcastVendorSpecificEventIntent() argument1838 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() local1909 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 …]