Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 25 of 151) sorted by relevance

1234567

/device/google/cuttlefish/host/commands/modem_simulator/unittest/
Dcommand_parser_test.cpp23 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/
Dcommon.cpp70 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
Dcpp_bindings.cpp52 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
Dwifi_logger.cpp406 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 …]
Dwifi_hal.cpp411 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/generic/vulkan-cereal/stream-servers/
DSyncThread.cpp73 mWorkerThreadPool(kNumWorkerThreads, [this](SyncThreadCmd&& cmd) { in SyncThread()
156 int SyncThread::sendAndWaitForResult(SyncThreadCmd& cmd) { in sendAndWaitForResult()
173 void SyncThread::sendAsync(SyncThreadCmd& cmd) { in sendAsync()
215 void SyncThread::doSyncWait(SyncThreadCmd* cmd) { in doSyncWait()
274 int SyncThread::doSyncWaitVk(SyncThreadCmd* cmd) { in doSyncWaitVk()
300 void SyncThread::doSyncBlockedWaitNoTimeline(SyncThreadCmd* cmd) { in doSyncBlockedWaitNoTimeline()
339 int SyncThread::doSyncThreadCmd(SyncThreadCmd* cmd) { in doSyncThreadCmd()
/device/google/cuttlefish/host/frontend/webrtc/
Daudio_handler.cpp294 void AudioHandler::StreamsInfo(StreamInfoCommand& cmd) { in StreamsInfo()
305 void AudioHandler::SetStreamParameters(StreamSetParamsCommand& cmd) { in SetStreamParameters()
331 void AudioHandler::PrepareStream(StreamControlCommand& cmd) { in PrepareStream()
339 void AudioHandler::ReleaseStream(StreamControlCommand& cmd) { in ReleaseStream()
347 void AudioHandler::StartStream(StreamControlCommand& cmd) { in StartStream()
356 void AudioHandler::StopStream(StreamControlCommand& cmd) { in StopStream()
/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/
Dxa-class-base.c168 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/google/cuttlefish/common/libs/confui/
Dprotocol.cpp29 std::string ToDebugString(const ConfUiCmd& cmd, const bool is_debug) { in ToDebugString()
52 std::string ToString(const ConfUiCmd& cmd) { return ToDebugString(cmd, false); } in ToString()
60 for (auto& cmd : all_cmds) { in ToCmd() local
Dpacket.cpp46 static Payload ToPayload(const ConfUiCmd cmd, const std::string& session_id, in ToPayload()
57 static bool WritePayload(SharedFD d, const ConfUiCmd cmd, in WritePayload()
113 bool SendCmd(SharedFD fd, const std::string& session_id, ConfUiCmd cmd, in SendCmd()
/device/generic/vulkan-cereal/third-party/angle/util/android/third_party/
Dandroid_native_app_glue.c50 int8_t cmd; in android_app_read_cmd() local
89 void android_app_pre_exec_cmd(struct android_app* android_app, int8_t cmd) { in android_app_pre_exec_cmd()
146 void android_app_post_exec_cmd(struct android_app* android_app, int8_t cmd) { in android_app_post_exec_cmd()
202 int8_t cmd = android_app_read_cmd(app); in process_cmd() local
281 static void android_app_write_cmd(struct android_app* android_app, int8_t cmd) { in android_app_write_cmd()
312 static void android_app_set_activity_state(struct android_app* android_app, int8_t cmd) { in android_app_set_activity_state()
/device/google/cuttlefish/host/libs/audio_connector/
Dserver.cpp181 StreamInfoCommand cmd(start_id, info_count, reply.get()); in ReceiveCommands() local
194 StreamSetParamsCommand cmd(set_param_msg->hdr.stream_id.as_uint32_t(), in ReceiveCommands() local
209 StreamControlCommand cmd(AudioCommandType::VIRTIO_SND_R_PCM_PREPARE, in ReceiveCommands() local
220 StreamControlCommand cmd(AudioCommandType::VIRTIO_SND_R_PCM_RELEASE, in ReceiveCommands() local
231 StreamControlCommand cmd(AudioCommandType::VIRTIO_SND_R_PCM_START, in ReceiveCommands() local
242 StreamControlCommand cmd(AudioCommandType::VIRTIO_SND_R_PCM_STOP, in ReceiveCommands() local
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DVirtioGpuStream.cpp193 VirtioGpuCmd *cmd = reinterpret_cast<VirtioGpuCmd *>(&m_buf[m_cmdPos]); in allocBuffer() local
248 VirtioGpuCmd *cmd = reinterpret_cast<VirtioGpuCmd *>(&m_buf[m_cmdPos]); in allocBuffer() local
275 VirtioGpuCmd *cmd = reinterpret_cast<VirtioGpuCmd *>(&m_buf[m_cmdPos]); in writeFully() local
380 VirtioGpuCmd *cmd = reinterpret_cast<VirtioGpuCmd *>(&m_buf[pos]); in commitAll() local
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c966 char cmd[64] = {0}; in requestOrSendDataCallList() local
1195 char *cmd; local
1222 char *cmd; local
1255 char *cmd; local
1369 char *cmd = NULL; local
1455 const char *cmd; local
1479 const char *cmd; local
1499 const char *cmd; local
1534 char *cmd = NULL; local
1567 char *cmd = NULL; local
[all …]
/device/google/cuttlefish/host/commands/modem_simulator/
Dsms_service.cpp144 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
375 CommandParser cmd(command); in HandleReceiveRemoteSMS() local
Dsim_service.cpp888 CommandParser cmd(command); in HandleSIM_IO() local
1016 CommandParser cmd(command); in HandleCSIM_IO() local
1090 CommandParser cmd(command); in HandleChangeOrEnterPIN() local
1293 CommandParser cmd(command); in HandleFacilityLock() local
1366 CommandParser cmd(command); in HandleOpenLogicalChannel() local
1422 CommandParser cmd(command); in HandleCloseLogicalChannel() local
1466 CommandParser cmd(command); in HandleTransmitLogicalChannel() local
1550 CommandParser cmd(command); in HandleChangePassword() local
1593 CommandParser cmd(command); in HandleQueryRemainTimes() local
1629 CommandParser cmd(command); in HandleCdmaSubscriptionSource() local
[all …]
Dsup_service.cpp116 CommandParser cmd(command); in HandleCLIR() local
198 CommandParser cmd(command); in HandleCallForward() local
297 CommandParser cmd(command); in HandleCallWaiting() local
Dcall_service.cpp133 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
/device/google/trout/hal/dumpstate/1.1/
DServiceDescriptor.cpp26 ServiceDescriptor::ServiceDescriptor(std::string name, std::string cmd) in ServiceDescriptor()
32 const auto cmd = command(); in GetOutput() local
/device/generic/vulkan-cereal/protocols/vulkan/xml/
Dvaliditygenerator.py65 def _parse_queue_bits(cmd): argument
1020 def makeOutputOnlyStructValidity(self, cmd, blockname, params): argument
1036 def makeStructOrCommandValidity(self, cmd, blockname, params): argument
1226 def makeThreadSafetyBlock(self, cmd, paramtext): argument
1284 def makeCommandPropertiesTableEntry(self, cmd, name): argument
1362 def makeReturnCodeList(self, attrib, cmd, name): argument
1392 def makeSuccessCodes(self, cmd, name): argument
1395 def makeErrorCodes(self, cmd, name): argument
/device/generic/vulkan-cereal/host-common/
Dgoldfish_sync.cpp88 static void sendCommand(uint32_t cmd, in sendCommand()
112 void goldfish_sync_receive_hostcmd_result(uint32_t cmd, in goldfish_sync_receive_hostcmd_result()
128 static uint64_t sendCommandAndGetResult(uint64_t cmd, in sendCommandAndGetResult()
/device/google/contexthub/sensorhal/
Dhubconnection.cpp499 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/
Ddriver_cmd_nl80211.c39 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/contexthub/firmware/os/core/
DhostIntf.c78 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/
Dnanoapp_cmd.c72 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()

1234567