/device/google/cuttlefish/host/commands/modem_simulator/unittest/ |
D | command_parser_test.cpp | 23 cuttlefish::CommandParser cmd(command); in TEST() local 32 cuttlefish::CommandParser cmd(command); in TEST() local 41 cuttlefish::CommandParser cmd(command); in TEST() local 49 cuttlefish::CommandParser cmd(command); in TEST() local 60 cuttlefish::CommandParser cmd(command); in TEST() local 68 cuttlefish::CommandParser cmd(command); in TEST() local 79 cuttlefish::CommandParser cmd(command); in TEST() local 88 cuttlefish::CommandParser cmd(command); in TEST() local 96 cuttlefish::CommandParser cmd(command); in TEST() local
|
/device/linaro/poplar/wifi/wifi_hal/ |
D | common.cpp | 70 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_handler() 121 void wifi_unregister_handler(wifi_handle handle, int cmd) in wifi_unregister_handler() 171 wifi_error wifi_register_cmd(wifi_handle handle, int id, WifiCommand *cmd) in wifi_register_cmd() 199 WifiCommand *cmd = NULL; in wifi_unregister_cmd() local 222 WifiCommand *cmd = NULL; in wifi_get_cmd() local 234 void wifi_unregister_cmd(wifi_handle handle, WifiCommand *cmd) in wifi_unregister_cmd() 253 WifiCommand *cmd = wifi_unregister_cmd(handle, id); in wifi_cancel_cmd() local
|
D | wifi_logger.cpp | 406 DebugCommand *cmd = new DebugCommand(iface, buffer, &buffer_size, GET_FW_VER); in wifi_get_firmware_version() local 421 DebugCommand *cmd = new DebugCommand(iface, buffer, &buffer_size, GET_DRV_VER); in wifi_get_driver_version() local 435 DebugCommand *cmd = new DebugCommand(iface, ring_name, GET_RING_DATA); in wifi_get_ring_data() local 447 DebugCommand *cmd = new DebugCommand(iface, num_rings, status, GET_RING_STATUS); in wifi_get_ring_buffers_status() local 463 DebugCommand *cmd = new DebugCommand(iface, support, GET_FEATURE); in wifi_get_logger_supported_feature_set() local 478 DebugCommand *cmd = new DebugCommand(iface, verbose_level, flags, max_interval_sec, in wifi_start_logging() local 581 SetLogHandler *cmd = new SetLogHandler(iface, id, handler); in wifi_set_log_handler() local 606 SetLogHandler *cmd = new SetLogHandler(iface, id, handler); in wifi_reset_log_handler() local 764 SetAlertHandler *cmd = new SetAlertHandler(iface, id, handler); in wifi_set_alert_handler() local 789 SetAlertHandler *cmd = new SetAlertHandler(iface, id, handler); in wifi_reset_alert_handler() local [all …]
|
D | cpp_bindings.cpp | 52 static const char *cmdToString(int cmd) in cmdToString() 557 int WifiRequest::create(int family, uint8_t cmd, int flags, int hdrlen) { in create() 639 int WifiCommand::requestEvent(int cmd) { in requestEvent() 695 WifiCommand *cmd = (WifiCommand *)arg; in response_handler() local 708 WifiCommand *cmd = (WifiCommand *)arg; in event_handler() local
|
D | wifi_hal.cpp | 411 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg; in wifi_cleanup() local 418 WifiCommand *cmd = cmdi->cmd; in wifi_cleanup() local 435 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg; in wifi_cleanup() local 534 int cmd = event.get_cmd(); in internal_valid_message_handler() local 567 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg; in internal_valid_message_handler() local 1159 GetMulticastIdCommand cmd(handle, name, group); in wifi_get_multicast_id() local 1294 SetRSSIMonitorCommand *cmd = new SetRSSIMonitorCommand(id, iface, max_rssi, min_rssi, eh); in wifi_start_rssi_monitoring() local 1319 SetRSSIMonitorCommand *cmd = new SetRSSIMonitorCommand(id, iface, in wifi_stop_rssi_monitoring() local 1333 AndroidPktFilterCommand *cmd = new AndroidPktFilterCommand(handle, version, max_len); in wifi_get_packet_filter_capabilities() local 1347 AndroidPktFilterCommand *cmd = new AndroidPktFilterCommand(handle, program, len); in wifi_set_packet_filter() local
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | audio_handler.cpp | 316 void AudioHandler::StreamsInfo(StreamInfoCommand& cmd) { in StreamsInfo() 327 void AudioHandler::SetStreamParameters(StreamSetParamsCommand& cmd) { in SetStreamParameters() 353 void AudioHandler::PrepareStream(StreamControlCommand& cmd) { in PrepareStream() 361 void AudioHandler::ReleaseStream(StreamControlCommand& cmd) { in ReleaseStream() 369 void AudioHandler::StartStream(StreamControlCommand& cmd) { in StartStream() 378 void AudioHandler::StopStream(StreamControlCommand& cmd) { in StopStream() 387 void AudioHandler::ChmapsInfo(ChmapInfoCommand& cmd) { in ChmapsInfo() 398 void AudioHandler::JacksInfo(JackInfoCommand& cmd) { in JacksInfo()
|
/device/google/cuttlefish/host/libs/audio_connector/ |
D | server.cpp | 182 StreamInfoCommand cmd(start_id, info_count, reply.get()); in ReceiveCommands() local 195 StreamSetParamsCommand cmd(set_param_msg->hdr.stream_id.as_uint32_t(), in ReceiveCommands() local 210 StreamControlCommand cmd(AudioCommandType::VIRTIO_SND_R_PCM_PREPARE, in ReceiveCommands() local 221 StreamControlCommand cmd(AudioCommandType::VIRTIO_SND_R_PCM_RELEASE, in ReceiveCommands() local 232 StreamControlCommand cmd(AudioCommandType::VIRTIO_SND_R_PCM_START, in ReceiveCommands() local 243 StreamControlCommand cmd(AudioCommandType::VIRTIO_SND_R_PCM_STOP, in ReceiveCommands() local 258 ChmapInfoCommand cmd(start_id, info_count, reply.get()); in ReceiveCommands() local 274 JackInfoCommand cmd(start_id, info_count, reply.get()); in ReceiveCommands() local
|
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | reference-ril.c | 1012 char cmd[64] = {0}; in requestOrSendDataCallList() local 1241 char *cmd; local 1267 char *cmd; local 1299 char *cmd; local 1414 char *cmd = NULL; local 1526 const char *cmd; local 1550 const char *cmd; local 1570 const char *cmd; local 1605 char *cmd = NULL; local 1638 char *cmd = NULL; local [all …]
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | sms_service.cpp | 144 CommandParser cmd(command); in HandleWriteSMSToSim() local 164 CommandParser cmd(command); in HandleDeleteSmsOnSim() local 201 CommandParser cmd(command); in HandleBroadcastConfig() local 244 CommandParser cmd(command); in HandleSetSmscAddress() local 373 CommandParser cmd(command); in HandleReceiveRemoteSMS() local
|
D | sim_service.cpp | 900 CommandParser cmd(command); in HandleSIM_IO() local 1050 CommandParser cmd(command); in HandleCSIM_IO() local 1124 CommandParser cmd(command); in HandleChangeOrEnterPIN() local 1327 CommandParser cmd(command); in HandleFacilityLock() local 1400 CommandParser cmd(command); in HandleOpenLogicalChannel() local 1456 CommandParser cmd(command); in HandleCloseLogicalChannel() local 1500 CommandParser cmd(command); in HandleTransmitLogicalChannel() local 1584 CommandParser cmd(command); in HandleChangePassword() local 1627 CommandParser cmd(command); in HandleQueryRemainTimes() local 1663 CommandParser cmd(command); in HandleCdmaSubscriptionSource() local [all …]
|
D | sup_service.cpp | 116 CommandParser cmd(command); in HandleCLIR() local 198 CommandParser cmd(command); in HandleCallForward() local 297 CommandParser cmd(command); in HandleCallWaiting() local
|
D | call_service.cpp | 132 CommandParser cmd(command); in HandleDial() local 399 CommandParser cmd(command); in HandleHangup() local 507 CommandParser cmd(command); in HandleMute() local 576 CommandParser cmd(command); in HandleEmergencyMode() local 645 CommandParser cmd(command); in HandleRemoteCall() local
|
D | data_service.cpp | 151 CommandParser cmd(command); in HandlePDPContext() local 225 CommandParser cmd(command); in HandleEnterDataState() local 276 CommandParser cmd(command); in HandleReadDynamicParam() local
|
D | network_service.cpp | 297 CommandParser cmd(command); in HandleRadioPower() local 583 CommandParser cmd(command); in HandleSetNetworkSelectionMode() local 818 CommandParser cmd(command); in HandleVoiceNetworkRegistration() local 890 CommandParser cmd(command); in HandleDataNetworkRegistration() local 1018 CommandParser cmd(command); in HandleSetPreferredNetworkType() local
|
/device/google/cuttlefish/common/libs/confui/ |
D | protocol_types.cpp | 28 std::string ToDebugString(const ConfUiCmd& cmd, const bool is_verbose) { in ToDebugString() 50 std::string ToString(const ConfUiCmd& cmd) { return ToDebugString(cmd, false); } in ToString() 59 for (auto& cmd : all_cmds) { in ToCmd() local
|
/device/google/trout/hal/dumpstate/aidl/1.0/ |
D | ServiceDescriptor.cpp | 26 ServiceDescriptor::ServiceDescriptor(std::string name, std::string cmd) in ServiceDescriptor() 32 const auto cmd = command(); in GetOutput() local
|
/device/google/contexthub/sensorhal/ |
D | hubconnection.cpp | 499 struct MsgCmd *cmd; in setLeftyMode() local 1005 struct ConfigCmd cmd; in restoreSensorState() local 1552 void HubConnection::initConfigCmd(struct ConfigCmd *cmd, int handle) in initConfigCmd() 1593 struct ConfigCmd cmd; in queueActivate() local 1624 struct ConfigCmd cmd; in queueSetDelay() local 1655 struct ConfigCmd cmd; in queueBatch() local 1693 struct ConfigCmd cmd; in queueFlushInternal() local 1731 struct ConfigCmd *cmd = (struct ConfigCmd *)malloc(sizeof(struct ConfigCmd) + length); in queueDataInternal() local 1852 struct MsgCmd *cmd = (struct MsgCmd *)malloc(sizeof(struct MsgCmd) + sizeof(float)); in queueUsbMagBias() local 1979 void HubConnection::mergeDirectReportRequest(struct ConfigCmd *cmd, int handle) { in mergeDirectReportRequest() [all …]
|
/device/linaro/poplar/wifi/wpa_supplicant_8_lib/ |
D | driver_cmd_nl80211.c | 39 static void wpa_driver_notify_country_change(void *ctx, char *cmd) 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() 165 int cmd; in wpa_driver_set_ap_wps_p2p_ie() member
|
/device/google/cuttlefish/host/commands/cvd/unittests/server/ |
D | cmd_runner.cpp | 31 const auto& cmd = args.front(); in Run() local 42 CmdRunner::CmdRunner(Command&& cmd, const cvd_common::Args& args, in CmdRunner()
|
/device/google/contexthub/firmware/os/core/ |
D | hostIntf.c | 78 uint8_t cmd; member 122 const struct NanohubCommand *cmd; member 243 const struct NanohubCommand *cmd; in hostIntfFindHandler() local 1161 static void fakeFlush(struct ConfigCmd *cmd) in fakeFlush() 1301 static void onConfigCmdFlushOne(struct ActiveSensor *sensor, struct ConfigCmd *cmd) in onConfigCmdFlushOne() 1306 static void onConfigCmdEnableOne(struct ActiveSensor *sensor, struct ConfigCmd *cmd) in onConfigCmdEnableOne() 1325 static void onConfigCmdEnableAll(struct ActiveSensor *sensor, struct ConfigCmd *cmd) in onConfigCmdEnableAll() 1350 static void onConfigCmdDisableOne(struct ActiveSensor *sensor, struct ConfigCmd *cmd) in onConfigCmdDisableOne() 1370 static void onConfigCmdCalibrateAll(struct ActiveSensor *sensor, struct ConfigCmd *cmd) in onConfigCmdCalibrateAll() 1377 static void onConfigCmdSelfTestAll(struct ActiveSensor *sensor, struct ConfigCmd *cmd) in onConfigCmdSelfTestAll() [all …]
|
/device/google/contexthub/util/nanoapp_cmd/ |
D | nanoapp_cmd.c | 72 uint8_t cmd; member 80 uint8_t cmd; member 97 static int setType(struct ConfigCmd *cmd, char *sensor) in setType() 353 bool sendCmd(uint8_t cmd, uint64_t appId) in sendCmd() 366 int halCmd(uint8_t cmd, char *arg) in halCmd()
|
/device/google/contexthub/contexthubhal/ |
D | system_comms.cpp | 419 …ssion::setupMgmt(const hub_message_t *appMsg, uint32_t transactionId, uint32_t cmd, AppManager &ap… in setupMgmt() 572 uint8_t cmd = buf.readU8(); in handleStopTransfer() local 644 uint8_t cmd = buf.readU8(); in handleStart() local 703 uint8_t cmd = buf.readU8(); in handleRun() local 751 uint8_t cmd = buf.readU8(); in handleStopRun() local 783 uint8_t cmd = buf.readU8(); in handleReboot() local 799 uint8_t cmd = buf.readU8(); in handleEraseTransfer() local 825 uint8_t cmd = buf.readU8(); in handleMgmt() local 1433 uint8_t cmd = buf.readU8(); in handleRx() local
|
/device/google/cuttlefish/host/libs/web/http_client/unittest/ |
D | sso_client_test.cc | 116 auto exec = [&](Command&& cmd, const std::string*, std::string*, std::string*, in TEST() 134 auto exec = [&](Command&& cmd, const std::string*, std::string*, std::string*, in TEST() 151 auto exec = [&](Command&& cmd, const std::string*, std::string*, std::string*, in TEST() 152 SubprocessOptions) { in TEST()
|
/device/google/cuttlefish/host/commands/cvd/ |
D | command_sequence.cpp | 61 const auto& cmd = args.front(); in FormattedCommand() local 135 for (const auto& cmd : cmds_list) { in CmdList() local
|
/device/google/cuttlefish/common/libs/utils/ |
D | subprocess.cpp | 288 auto cmd = ToCharPointers(command_); in Start() local 390 Command cmd = std::move(cmd_tmp); in RunWithManagedStdio() local 465 Command cmd(command[0]); in execute() local 477 Command cmd(command[0]); in execute() local
|