Home
last modified time | relevance | path

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

123456

/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/google/cuttlefish/host/frontend/webrtc/
Daudio_handler.cpp316 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/
Dserver.cpp182 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/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/generic/goldfish-opengl/system/OpenglSystemCommon/
DVirtioGpuStream.cpp194 VirtioGpuCmd *cmd = reinterpret_cast<VirtioGpuCmd *>(&m_buf[m_cmdPos]); in allocBuffer() local
249 VirtioGpuCmd *cmd = reinterpret_cast<VirtioGpuCmd *>(&m_buf[m_cmdPos]); in allocBuffer() local
276 VirtioGpuCmd *cmd = reinterpret_cast<VirtioGpuCmd *>(&m_buf[m_cmdPos]); in writeFully() local
381 VirtioGpuCmd *cmd = reinterpret_cast<VirtioGpuCmd *>(&m_buf[pos]); in commitAll() local
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c992 char cmd[64] = {0}; in requestOrSendDataCallList() local
1221 char *cmd; local
1247 char *cmd; local
1279 char *cmd; local
1394 char *cmd = NULL; local
1506 const char *cmd; local
1530 const char *cmd; local
1550 const char *cmd; local
1585 char *cmd = NULL; local
1618 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
373 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.cpp132 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/aidl/1.0/
DServiceDescriptor.cpp26 ServiceDescriptor::ServiceDescriptor(std::string name, std::string cmd) in ServiceDescriptor()
32 const auto cmd = command(); in GetOutput() local
/device/google/cuttlefish/common/libs/confui/
Dprotocol_types.cpp27 std::string ToDebugString(const ConfUiCmd& cmd, const bool is_verbose) { in ToDebugString()
49 std::string ToString(const ConfUiCmd& cmd) { return ToDebugString(cmd, false); } in ToString()
58 for (auto& cmd : all_cmds) { in ToCmd() 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/generic/vulkan-cereal/protocols/vulkan/scripts/
Dvaliditygenerator.py65 def _parse_queue_bits(cmd): argument
1034 def makeOutputOnlyStructValidity(self, cmd, blockname, params): argument
1055 def makeStructOrCommandValidity(self, cmd, blockname, params): argument
1245 def makeThreadSafetyBlock(self, cmd, paramtext): argument
1303 def makeCommandPropertiesTableEntry(self, cmd, name): argument
1375 def makeReturnCodeList(self, attrib, cmd, name): argument
1405 def makeSuccessCodes(self, cmd, name): argument
1408 def makeErrorCodes(self, cmd, name): argument
/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/generic/vulkan-cereal/third-party/googletest/googlemock/test/
Dgmock_output_test.py137 def GetShellCommandOutput(cmd): argument
143 def GetNormalizedCommandOutputAndLeakyTests(cmd): argument
/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()
/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp419 …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

123456