/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 | 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_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 | 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/linaro/hikey/hifi/xaf/hifi-dpf/audio/ |
D | xa-class-base.c | 168 xf_set_param_msg_t *cmd = m->buffer; in xa_base_set_param() local 212 xf_get_param_msg_t *cmd = m->buffer; in xa_base_get_param() local 246 xf_ext_param_msg_t *cmd = m->buffer; in xa_base_set_param_ext() local 310 xf_ext_param_msg_t *cmd = m->buffer; in xa_base_get_param_ext() local 422 u32 cmd; in xa_base_command() local
|
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | VirtioGpuStream.cpp | 192 VirtioGpuCmd *cmd = reinterpret_cast<VirtioGpuCmd *>(&m_buf[m_cmdPos]); in allocBuffer() local 247 VirtioGpuCmd *cmd = reinterpret_cast<VirtioGpuCmd *>(&m_buf[m_cmdPos]); in allocBuffer() local 274 VirtioGpuCmd *cmd = reinterpret_cast<VirtioGpuCmd *>(&m_buf[m_cmdPos]); in writeFully() local 379 VirtioGpuCmd *cmd = reinterpret_cast<VirtioGpuCmd *>(&m_buf[pos]); in commitAll() local
|
/device/google/cuttlefish/guest/hals/gps/ |
D | gps_vsoc.cpp | 39 char cmd = CMD_QUIT; in gps_state_cleanup() local 120 char cmd = CMD_START; in gce_gps_start() local 142 char cmd = CMD_STOP; in gce_gps_stop() local
|
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | reference-ril.c | 899 char cmd[64] = {0}; in requestOrSendDataCallList() local 1128 char *cmd; local 1155 char *cmd; local 1188 char *cmd; local 1287 char *cmd = NULL; local 1372 const char *cmd; local 1396 const char *cmd; local 1416 const char *cmd; local 1451 char *cmd = NULL; local 1484 char *cmd = NULL; local [all …]
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | sms_service.cpp | 142 CommandParser cmd(command); in HandleWriteSMSToSim() local 162 CommandParser cmd(command); in HandleDeleteSmsOnSim() local 199 CommandParser cmd(command); in HandleBroadcastConfig() local 242 CommandParser cmd(command); in HandleSetSmscAddress() local 373 CommandParser cmd(command); in HandleReceiveRemoteSMS() local
|
D | sup_service.cpp | 116 CommandParser cmd(command); in HandleCLIR() local 198 CommandParser cmd(command); in HandleCallForward() local 296 CommandParser cmd(command); in HandleCallWaiting() local
|
D | call_service.cpp | 127 CommandParser cmd(command); in HandleDial() local 393 CommandParser cmd(command); in HandleHangup() local 501 CommandParser cmd(command); in HandleMute() local 570 CommandParser cmd(command); in HandleEmergencyMode() local 639 CommandParser cmd(command); in HandleRemoteCall() local
|
D | sim_service.cpp | 866 CommandParser cmd(command); in HandleSIM_IO() local 997 CommandParser cmd(command); in HandleChangeOrEnterPIN() local 1200 CommandParser cmd(command); in HandleFacilityLock() local 1273 CommandParser cmd(command); in HandleOpenLogicalChannel() local 1316 CommandParser cmd(command); in HandleCloseLogicalChannel() local 1360 CommandParser cmd(command); in HandleTransmitLogicalChannel() local 1429 CommandParser cmd(command); in HandleChangePassword() local 1472 CommandParser cmd(command); in HandleQueryRemainTimes() local 1508 CommandParser cmd(command); in HandleCdmaSubscriptionSource() local 1530 CommandParser cmd(command); in HandleCdmaRoamingPreference() 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 539 CommandParser cmd(command); in HandleSetNetworkSelectionMode() local 772 CommandParser cmd(command); in HandleVoiceNetworkRegistration() local 844 CommandParser cmd(command); in HandleDataNetworkRegistration() local 972 CommandParser cmd(command); in HandleSetPreferredNetworkType() local
|
/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
|
D | driver_cmd_wext.c | 126 static int wpa_driver_wext_set_cscan_params(char *buf, size_t buf_len, char *cmd) 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()
|
/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/generic/goldfish/radio/ril/ |
D | reference-ril.c | 1081 char *cmd; local 1108 char *cmd; local 1141 char *cmd; local 1224 char *cmd = NULL; local 1298 const char *cmd; local 1322 const char *cmd; local 1342 const char *cmd; local 1377 char *cmd = NULL; local 1410 char *cmd = NULL; local 1443 const char *cmd; local [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/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/cuttlefish/common/libs/utils/ |
D | subprocess.cpp | 225 auto cmd = ToCharPointers(command_); in Start() local 328 Command cmd = std::move(cmd_tmp); in RunWithManagedStdio() local 419 Command cmd(command[0]); in execute() local 431 Command cmd(command[0]); in execute() local
|
/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 1431 uint8_t cmd = buf.readU8(); in handleRx() local
|
/device/google/cuttlefish/host/commands/run_cvd/ |
D | process_monitor.cc | 70 void ProcessMonitor::StartSubprocess(Command cmd, OnSocketReadyCb callback) { in StartSubprocess() 82 void ProcessMonitor::MonitorExistingSubprocess(Command cmd, Subprocess proc, in MonitorExistingSubprocess()
|
D | launch.cc | 82 cuttlefish::Command* cmd, const cuttlefish::CuttlefishConfig& config) { in CreateStreamerServers() 209 cuttlefish::Command cmd(config.config_server_binary()); in LaunchConfigServer() local 243 cuttlefish::Command cmd(config.tombstone_receiver_binary()); in LaunchTombstoneReceiverIfEnabled() local 377 cuttlefish::Command cmd( in LaunchModemSimulatorIfEnabled() local
|