Home
last modified time | relevance | path

Searched refs:cmd (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/device/google/cuttlefish/host/commands/modem_simulator/unittest/
Diccfile.txt4 …<SIMIO cmd="C0" p1="0" p2="0" p3="F" data="">144,0,621A8205422100300483022F008A01058B032F060180020…
5 …<SIMIO cmd="B2" p1="1" p2="4" p3="30" data="">144,0,61184F10A0000003431002FF86FF0389FFFFFFFF500443…
6 …<SIMIO cmd="B2" p1="2" p2="4" p3="30" data="">144,0,61184F10A0000000871002FF86FF0389FFFFFFFF500455…
7 …<SIMIO cmd="B2" p1="3" p2="4" p3="30" data="">144,0,FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF…
8 …<SIMIO cmd="B2" p1="4" p2="4" p3="30" data="">144,0,FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF…
11 …<SIMIO cmd="C0" p1="0" p2="0" p3="F" data="">144,0,62178202412183022FE28A01058B032F06038002000A880…
12 <SIMIO cmd="B0" p1="0" p2="0" p3="A" data="">144,0,98683081462002318379</SIMIO>
17 …<SIMIO cmd="C0" p1="0" p2="0" p3="F" data="">144,0,62178202412183022F058A01058B032F060280020004880…
18 <SIMIO cmd="B0" p1="0" p2="0" p3="4" data="">144,0,FFFFFFFF</SIMIO>
24 …<SIMIO cmd="C0" p1="0" p2="0" p3="F" data="">144,0,62198205422100400283024F308A01058B036F060680020…
[all …]
Dcommand_parser_test.cpp23 cuttlefish::CommandParser cmd(command); in TEST() local
24 cmd.SkipPrefix(); in TEST()
25 std::string result(*cmd); in TEST()
32 cuttlefish::CommandParser cmd(command); in TEST() local
33 cmd.SkipPrefixAT(); in TEST()
34 std::string result(*cmd); in TEST()
41 cuttlefish::CommandParser cmd(command); in TEST() local
42 cmd.SkipComma(); in TEST()
43 std::string result(*cmd); in TEST()
49 cuttlefish::CommandParser cmd(command); in TEST() local
[all …]
/device/google/contexthub/util/nanoapp_cmd/
Dnanoapp_cmd.c72 uint8_t cmd; member
80 uint8_t cmd; member
97 static int setType(struct ConfigCmd *cmd, char *sensor) in setType() argument
100 cmd->sensorType = SENS_TYPE_ACCEL; in setType()
102 cmd->sensorType = SENS_TYPE_GYRO; in setType()
104 cmd->sensorType = SENS_TYPE_MAG; in setType()
106 cmd->sensorType = SENS_TYPE_ACCEL; in setType()
108 cmd->sensorType = SENS_TYPE_GYRO; in setType()
110 cmd->sensorType = SENS_TYPE_MAG; in setType()
112 cmd->sensorType = SENS_TYPE_ALS; in setType()
[all …]
/device/linaro/poplar/wifi/wifi_hal/
Dcommon.cpp70 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_handler() argument
80 info->event_cb[info->num_event_cb].nl_cmd = cmd; in wifi_register_handler()
86 arg, func, cmd, info->num_event_cb); in wifi_register_handler()
121 void wifi_unregister_handler(wifi_handle handle, int cmd) in wifi_unregister_handler() argument
125 if (cmd == NL80211_CMD_VENDOR) { in wifi_unregister_handler()
133 if (info->event_cb[i].nl_cmd == cmd) { in wifi_unregister_handler()
135 info->event_cb[i].cb_arg, info->event_cb[i].cb_func, cmd, i); in wifi_unregister_handler()
171 wifi_error wifi_register_cmd(wifi_handle handle, int id, WifiCommand *cmd) in wifi_register_cmd() argument
180 info->cmd[info->num_cmd].id = id; in wifi_register_cmd()
181 info->cmd[info->num_cmd].cmd = cmd; in wifi_register_cmd()
[all …]
Dwifi_logger.cpp406 DebugCommand *cmd = new DebugCommand(iface, buffer, &buffer_size, GET_FW_VER); in wifi_get_firmware_version() local
407 NULL_CHECK_RETURN(cmd, "memory allocation failure", WIFI_ERROR_OUT_OF_MEMORY); in wifi_get_firmware_version()
408 wifi_error result = (wifi_error)cmd->start(); in wifi_get_firmware_version()
409 cmd->releaseRef(); in wifi_get_firmware_version()
421 DebugCommand *cmd = new DebugCommand(iface, buffer, &buffer_size, GET_DRV_VER); in wifi_get_driver_version() local
422 NULL_CHECK_RETURN(cmd, "memory allocation failure", WIFI_ERROR_OUT_OF_MEMORY); in wifi_get_driver_version()
423 wifi_error result = (wifi_error)cmd->start(); in wifi_get_driver_version()
424 cmd->releaseRef(); in wifi_get_driver_version()
435 DebugCommand *cmd = new DebugCommand(iface, ring_name, GET_RING_DATA); in wifi_get_ring_data() local
436 NULL_CHECK_RETURN(cmd, "memory allocation failure", WIFI_ERROR_OUT_OF_MEMORY); in wifi_get_ring_data()
[all …]
Dwifi_hal.cpp276 info->cmd = (cmd_info *)malloc(sizeof(cmd_info) * DEFAULT_CMD_SIZE); in wifi_initialize()
411 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg; in wifi_cleanup() local
412 ALOGI("Command left in event_cb %p:%s", cmd, (cmd ? cmd->getType(): "")); in wifi_cleanup()
417 cmd_info *cmdi = &(info->cmd[bad_commands]); in wifi_cleanup()
418 WifiCommand *cmd = cmdi->cmd; in wifi_cleanup() local
419 if (cmd != NULL) { in wifi_cleanup()
420 ALOGI("Cancelling command %p:%s", cmd, cmd->getType()); in wifi_cleanup()
422 cmd->cancel(); in wifi_cleanup()
425 ALOGI("Cancelling command %p:%s did not work", cmd, (cmd ? cmd->getType(): "")); in wifi_cleanup()
429 cmd->releaseRef(); in wifi_cleanup()
[all …]
/device/google/cuttlefish/host/frontend/webrtc/
Daudio_handler.cpp316 void AudioHandler::StreamsInfo(StreamInfoCommand& cmd) { in StreamsInfo() argument
317 if (cmd.start_id() >= NUM_STREAMS || in StreamsInfo()
318 cmd.start_id() + cmd.count() > NUM_STREAMS) { in StreamsInfo()
319 cmd.Reply(AudioStatus::VIRTIO_SND_S_BAD_MSG, {}); in StreamsInfo()
323 &STREAMS[cmd.start_id()], &STREAMS[0] + cmd.start_id() + cmd.count()); in StreamsInfo()
324 cmd.Reply(AudioStatus::VIRTIO_SND_S_OK, stream_info); in StreamsInfo()
327 void AudioHandler::SetStreamParameters(StreamSetParamsCommand& cmd) { in SetStreamParameters() argument
328 if (cmd.stream_id() >= NUM_STREAMS) { in SetStreamParameters()
329 cmd.Reply(AudioStatus::VIRTIO_SND_S_BAD_MSG); in SetStreamParameters()
332 const auto& stream_info = STREAMS[cmd.stream_id()]; in SetStreamParameters()
[all …]
/device/google/redfin/dumpstate/
DDumpstateDevice.cpp301 char cmd[256] = { 0 }; in dumpModemThread() local
342 snprintf(cmd, sizeof(cmd), in dumpModemThread()
345 RunCommandToFd(STDOUT_FILENO, "Dump IPA log", {"/vendor/bin/sh", "-c", cmd}); in dumpModemThread()
386 char cmd[256]; in DumpTouch() local
390 snprintf(cmd, sizeof(cmd), in DumpTouch()
394 RunCommandToFd(fd, "Force Touch Active", {"/vendor/bin/sh", "-c", cmd}); in DumpTouch()
397 snprintf(cmd, sizeof(cmd), in DumpTouch()
401 RunCommandToFd(fd, "Print Format", {"/vendor/bin/sh", "-c", cmd}); in DumpTouch()
404 snprintf(cmd, sizeof(cmd), "%s/fw_version", touch_spi_path); in DumpTouch()
405 DumpFileToFd(fd, "LSI firmware version", cmd); in DumpTouch()
[all …]
/device/google/cuttlefish/host/commands/modem_simulator/
Dsup_service.cpp30 [this](const Client& client, std::string& cmd) { in InitializeCommandHandlers()
31 this->HandleUSSD(client, cmd); in InitializeCommandHandlers()
34 [this](const Client& client, std::string& cmd) { in InitializeCommandHandlers()
35 this->HandleCLIR(client, cmd); in InitializeCommandHandlers()
38 [this](const Client& client, std::string& cmd) { in InitializeCommandHandlers()
39 this->HandleCallWaiting(client, cmd); in InitializeCommandHandlers()
44 [this](const Client& client, std::string& cmd) { in InitializeCommandHandlers()
45 this->HandleCallForward(client, cmd); in InitializeCommandHandlers()
48 [this](const Client& client, std::string& cmd) { in InitializeCommandHandlers()
49 this->HandleSuppServiceNotifications(client, cmd); in InitializeCommandHandlers()
[all …]
Dsms_service.cpp34 [this](const Client& client, std::string& cmd) { in InitializeCommandHandlers()
35 this->HandleSendSMS(client, cmd); in InitializeCommandHandlers()
38 [this](const Client& client, std::string& cmd) { in InitializeCommandHandlers()
39 this->HandleSMSAcknowledge(client, cmd); in InitializeCommandHandlers()
42 [this](const Client& client, std::string& cmd) { in InitializeCommandHandlers()
43 this->HandleWriteSMSToSim(client, cmd); in InitializeCommandHandlers()
46 [this](const Client& client, std::string& cmd) { in InitializeCommandHandlers()
47 this->HandleDeleteSmsOnSim(client, cmd); in InitializeCommandHandlers()
50 [this](const Client& client, std::string& cmd) { in InitializeCommandHandlers()
51 this->HandleBroadcastConfig(client, cmd); in InitializeCommandHandlers()
[all …]
Dsim_service.cpp299 [this](const Client& client, std::string& cmd) { in InitializeCommandHandlers()
300 this->HandleChangeOrEnterPIN(client, cmd); in InitializeCommandHandlers()
303 [this](const Client& client, std::string& cmd) { in InitializeCommandHandlers()
304 this->HandleSIM_IO(client, cmd); in InitializeCommandHandlers()
307 [this](const Client& client, std::string& cmd) { in InitializeCommandHandlers()
308 this->HandleCSIM_IO(client, cmd); in InitializeCommandHandlers()
317 [this](const Client& client, std::string& cmd) { in InitializeCommandHandlers()
318 this->HandleFacilityLock(client, cmd); in InitializeCommandHandlers()
321 [this](const Client& client, std::string& cmd) { in InitializeCommandHandlers()
322 this->HandleOpenLogicalChannel(client, cmd); in InitializeCommandHandlers()
[all …]
Dcall_service.cpp51 [this](const Client& client, std::string& cmd) { in InitializeCommandHandlers()
52 this->HandleDial(client, cmd); in InitializeCommandHandlers()
64 [this](const Client& client, std::string& cmd) { in InitializeCommandHandlers()
65 this->HandleHangup(client, cmd); in InitializeCommandHandlers()
68 [this](const Client& client, std::string& cmd) { in InitializeCommandHandlers()
69 this->HandleMute(client, cmd); in InitializeCommandHandlers()
72 [this](const Client& client, std::string& cmd) { in InitializeCommandHandlers()
73 this->HandleSendDtmf(client, cmd); in InitializeCommandHandlers()
76 [this](const Client& client, std::string& cmd) { in InitializeCommandHandlers()
77 this->HandleCancelUssd(client, cmd); in InitializeCommandHandlers()
[all …]
Dnetwork_service.cpp49 [this](const Client& client, std::string& cmd) { in InitializeCommandHandlers()
50 this->HandleRadioPower(client, cmd); in InitializeCommandHandlers()
53 [this](const Client& client, std::string& cmd) { in InitializeCommandHandlers()
54 this->HandleRadioPower(client, cmd); in InitializeCommandHandlers()
72 [this](const Client& client, std::string& cmd) { in InitializeCommandHandlers()
73 this->HandleSetNetworkSelectionMode(client, cmd); in InitializeCommandHandlers()
76 [this](const Client& client, std::string& cmd) { in InitializeCommandHandlers()
77 this->HandleVoiceNetworkRegistration(client, cmd); in InitializeCommandHandlers()
80 [this](const Client& client, std::string& cmd) { in InitializeCommandHandlers()
81 this->HandleDataNetworkRegistration(client, cmd); in InitializeCommandHandlers()
[all …]
Ddata_service.cpp34 [this](const Client& client, std::string& cmd) { in InitializeCommandHandlers()
35 this->HandleActivateDataCall(client, cmd); in InitializeCommandHandlers()
42 [this](const Client& client, std::string& cmd) { in InitializeCommandHandlers()
43 this->HandlePDPContext(client, cmd); in InitializeCommandHandlers()
62 [this](const Client& client, std::string& cmd) { in InitializeCommandHandlers()
63 this->HandleEnterDataState(client, cmd); in InitializeCommandHandlers()
70 [this](const Client& client, std::string& cmd) { in InitializeCommandHandlers()
71 this->HandleReadDynamicParam(client, cmd); in InitializeCommandHandlers()
151 CommandParser cmd(command); in HandlePDPContext() local
152 cmd.SkipPrefix(); /* skip +CGDCONT= */ in HandlePDPContext()
[all …]
/device/google/contexthub/sensorhal/
Dhubconnection.cpp499 struct MsgCmd *cmd; in setLeftyMode() local
506 cmd = (struct MsgCmd *)malloc(sizeof(struct MsgCmd) + sizeof(bool)); in setLeftyMode()
508 if (cmd) { in setLeftyMode()
509 cmd->evtType = EVT_APP_FROM_HOST; in setLeftyMode()
510 cmd->msg.appId = APP_ID_MAKE(APP_ID_VENDOR_GOOGLE, APP_ID_APP_GAZE_DETECT); in setLeftyMode()
511 cmd->msg.dataLen = sizeof(bool); in setLeftyMode()
512 memcpy((bool *)(cmd+1), &enable, sizeof(bool)); in setLeftyMode()
514 ret = sendCmd(cmd, sizeof(*cmd) + sizeof(bool)); in setLeftyMode()
515 if (ret == sizeof(*cmd) + sizeof(bool)) in setLeftyMode()
522 cmd->msg.appId = APP_ID_MAKE(APP_ID_VENDOR_GOOGLE, APP_ID_APP_UNGAZE_DETECT); in setLeftyMode()
[all …]
/device/linaro/poplar/wifi/wpa_supplicant_8_lib/
Ddriver_cmd_wext.c126 static int wpa_driver_wext_set_cscan_params(char *buf, size_t buf_len, char *cmd) in wpa_driver_wext_set_cscan_params() argument
133 wpa_printf(MSG_DEBUG, "%s: %s", __func__, cmd); in wpa_driver_wext_set_cscan_params()
136 pasv_ptr = os_strstr(cmd, ",TIME="); in wpa_driver_wext_set_cscan_params()
144 channel = (u8)atoi(cmd + 5); in wpa_driver_wext_set_cscan_params()
276 int wpa_driver_wext_driver_cmd( void *priv, char *cmd, char *buf, size_t buf_len ) in wpa_driver_wext_driver_cmd() argument
283 wpa_printf(MSG_DEBUG, "%s %s len = %d", __func__, cmd, buf_len); in wpa_driver_wext_driver_cmd()
285 if (!drv->driver_is_started && (os_strcasecmp(cmd, "START") != 0)) { in wpa_driver_wext_driver_cmd()
290 if (os_strcasecmp(cmd, "RSSI-APPROX") == 0) { in wpa_driver_wext_driver_cmd()
291 os_strlcpy(cmd, RSSI_CMD, MAX_DRV_CMD_SIZE); in wpa_driver_wext_driver_cmd()
292 } else if( os_strncasecmp(cmd, "SCAN-CHANNELS", 13) == 0 ) { in wpa_driver_wext_driver_cmd()
[all …]
Ddriver_cmd_nl80211.c39 static void wpa_driver_notify_country_change(void *ctx, char *cmd) in wpa_driver_notify_country_change() argument
41 if ((os_strncasecmp(cmd, "COUNTRY", 7) == 0) || in wpa_driver_notify_country_change()
42 (os_strncasecmp(cmd, "SETBAND", 7) == 0)) { in wpa_driver_notify_country_change()
47 if (os_strncasecmp(cmd, "COUNTRY", 7) == 0) { in wpa_driver_notify_country_change()
49 if (os_strlen(cmd) > 9) { in wpa_driver_notify_country_change()
50 event.channel_list_changed.alpha2[0] = cmd[8]; in wpa_driver_notify_country_change()
51 event.channel_list_changed.alpha2[1] = cmd[9]; in wpa_driver_notify_country_change()
60 int wpa_driver_nl80211_driver_cmd(void *priv, char *cmd, char *buf, in wpa_driver_nl80211_driver_cmd() argument
82 " cmd (%s)", bss->ifname, cmd); in wpa_driver_nl80211_driver_cmd()
86 if (os_strcasecmp(cmd, "STOP") == 0) { in wpa_driver_nl80211_driver_cmd()
[all …]
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c1022 char cmd[64] = {0}; in requestOrSendDataCallList() local
1023 snprintf(cmd, sizeof(cmd), "AT+CGCONTRDP=%d", cid); in requestOrSendDataCallList()
1024 err = at_send_command_singleline(cmd, "+CGCONTRDP:", &p_response); in requestOrSendDataCallList()
1261 char *cmd; local
1273 asprintf(&cmd, "ATD%s%s;", p_dial->address, clir);
1275 at_send_command(cmd, NULL);
1277 free(cmd);
1287 char *cmd; local
1300 asprintf(&cmd, "AT+CMGW=%d,%d", length, p_args->status);
1302 err = at_send_command_sms(cmd, p_args->pdu, "+CMGW:", &p_response);
[all …]
/device/linaro/dragonboard/shared/utils/bdaddr/
Dbdaddr.c45 uint16_t cmd; member
57 uint16_t cmd; member
98 struct btmgmt_hdr cmd = { in btmgmt_request_config_info() local
99 .cmd = BTMGMT_CMD_READ_CONFIG_INFO, in btmgmt_request_config_info()
104 if (write(s, &cmd, sizeof(cmd)) < 0) { in btmgmt_request_config_info()
111 struct btmgmt_cmd_set_public_addr cmd = { in btmgmt_set_public_addr() local
113 .cmd = BTMGMT_CMD_SET_PUBLIC_ADDR, in btmgmt_set_public_addr()
115 .len = sizeof(cmd) - sizeof(cmd.hdr), in btmgmt_set_public_addr()
118 memcpy(cmd.addr, bdaddr, sizeof(cmd.addr)); in btmgmt_set_public_addr()
120 if (write(s, &cmd, sizeof(cmd)) != sizeof(cmd)) { in btmgmt_set_public_addr()
[all …]
/device/google/cuttlefish/host/libs/audio_connector/
Dserver.cpp189 StreamInfoCommand cmd(start_id, info_count, reply.get()); in ReceiveCommands() local
191 executor.StreamsInfo(cmd); in ReceiveCommands()
192 return CmdReply(cmd.status(), reply.get(), in ReceiveCommands()
202 StreamSetParamsCommand cmd(set_param_msg->hdr.stream_id.as_uint32_t(), in ReceiveCommands() local
208 executor.SetStreamParameters(cmd); in ReceiveCommands()
209 return CmdReply(cmd.status()); in ReceiveCommands()
217 StreamControlCommand cmd(AudioCommandType::VIRTIO_SND_R_PCM_PREPARE, in ReceiveCommands() local
219 executor.PrepareStream(cmd); in ReceiveCommands()
220 return CmdReply(cmd.status()); in ReceiveCommands()
228 StreamControlCommand cmd(AudioCommandType::VIRTIO_SND_R_PCM_RELEASE, in ReceiveCommands() local
[all …]
/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp409 auto cmd = ToCharPointers(command_); in Start() local
420 cmd.insert(cmd.begin(), strace_args); in Start()
439 cmd.insert(cmd.begin(), forwarding_args); in Start()
442 cmd.insert(cmd.begin(), sbox_ptrs.begin(), sbox_ptrs.end()); in Start()
484 const char* executable = executable_ ? executable_->c_str() : cmd[0]; in Start()
486 rval = execvpe(executable, const_cast<char* const*>(cmd.data()), in Start()
489 rval = execve(executable, const_cast<char* const*>(cmd.data()), in Start()
495 LOG(ERROR) << "exec of " << cmd[0] << " with path \"" << executable in Start()
503 LOG(DEBUG) << "Started (pid: " << pid << "): " << cmd[0]; in Start()
504 for (int i = 1; cmd[i]; i++) { in Start()
[all …]
/device/google/barbet/dumpstate/
DDumpstateDevice.cpp303 char cmd[256] = { 0 }; in dumpModemThread() local
344 snprintf(cmd, sizeof(cmd), in dumpModemThread()
347 RunCommandToFd(STDOUT_FILENO, "Dump IPA log", {"/vendor/bin/sh", "-c", cmd}); in dumpModemThread()
388 char cmd[256]; in DumpTouch() local
390 snprintf(cmd, sizeof(cmd), "%s/appid", touch_spi_path); in DumpTouch()
391 if (!access(cmd, R_OK)) { in DumpTouch()
393 DumpFileToFd(fd, "STM touch firmware version", cmd); in DumpTouch()
396 snprintf(cmd, sizeof(cmd), "%s/status", touch_spi_path); in DumpTouch()
397 DumpFileToFd(fd, "STM touch status", cmd); in DumpTouch()
400 snprintf(cmd, sizeof(cmd), in DumpTouch()
[all …]
/device/google/gs-common/touch/lsi/
Ddump_lsi.sh5 echo "force_touch_active,2,1" > $path/cmd && cat $path/cmd_result
14 echo "get_mis_cal_info" > $path/cmd && cat $path/cmd_result
17 echo "run_delta_read_all" > $path/cmd && cat $path/cmd_result
20 echo "run_self_delta_read_all" > $path/cmd && cat $path/cmd_result
23 echo "run_rawdata_read_type,3" > $path/cmd && cat $path/cmd_result
26 echo "run_rawdata_read_type,5" > $path/cmd && cat $path/cmd_result
29 echo "run_rawdata_read_type,19" > $path/cmd && cat $path/cmd_result
32 echo "run_rawdata_read_type,30" > $path/cmd && cat $path/cmd_result
35 echo "run_rawdata_read_type,31" > $path/cmd && cat $path/cmd_result
38 echo "run_rawcap_read_all" > $path/cmd && cat $path/cmd_result
[all …]
/device/google/sunfish/dumpstate/
DDumpstateDevice.cpp302 char cmd[256] = { 0 }; in dumpModemThread() local
343 snprintf(cmd, sizeof(cmd), in dumpModemThread()
346 RunCommandToFd(STDOUT_FILENO, "Dump IPA log", {"/vendor/bin/sh", "-c", cmd}); in dumpModemThread()
387 char cmd[256]; in DumpTouch() local
394 snprintf(cmd, sizeof(cmd), "%s/appid", touch_spi_path); in DumpTouch()
395 if (!access(cmd, R_OK)) { in DumpTouch()
397 DumpFileToFd(fd, "STM touch firmware version", cmd); in DumpTouch()
400 snprintf(cmd, sizeof(cmd), "%s/status", touch_spi_path); in DumpTouch()
401 DumpFileToFd(fd, "STM touch status", cmd); in DumpTouch()
404 snprintf(cmd, sizeof(cmd), in DumpTouch()
[all …]
/device/google/contexthub/firmware/os/core/
DhostIntf.c78 uint8_t cmd; member
122 const struct NanohubCommand *cmd; member
243 const struct NanohubCommand *cmd; in hostIntfFindHandler() local
264 return mTxRetrans.cmd; in hostIntfFindHandler()
276 if ((cmd = nanohubFindCommand(packetReason)) != NULL) { in hostIntfFindHandler()
277 if (packet->len < cmd->minDataLen || packet->len > cmd->maxDataLen) { in hostIntfFindHandler()
282 return cmd; in hostIntfFindHandler()
445 mTxRetrans.cmd = mRxCmd; in hostIntfGenerateAck()
494 mTxRetrans.cmd = NULL; in hostIntfTxAckDone()
499 mTxRetrans.cmd = NULL; in hostIntfTxAckDone()
[all …]

12345678910>>...12