Home
last modified time | relevance | path

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

12345678910

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu_cmd.h28 struct cmd { struct
30 cmd_func_t *func; argument
46 extern int dhd_get(void *dhd, int cmd, void *buf, int len); argument
Ddhdu.c417 dhd_cmd_usage(cmd_t *cmd) in dhd_cmd_usage()
429 cmd_t *cmd; in dhd_list() local
482 cmd_t *cmd; in dhd_cmds_usage() local
592 dhd_pktgen(void *dhd, cmd_t *cmd, char **argv) in dhd_pktgen()
743 dhd_sd_msglevel(void *dhd, cmd_t *cmd, char **argv) in dhd_sd_msglevel()
749 dhd_sd_blocksize(void *dhd, cmd_t *cmd, char **argv) in dhd_sd_blocksize()
793 dhd_sd_mode(void *wl, cmd_t *cmd, char **argv) in dhd_sd_mode()
833 dhd_dma_mode(void *wl, cmd_t *cmd, char **argv) in dhd_dma_mode()
884 dhd_sdreg(void *dhd, cmd_t *cmd, char **argv) in dhd_sdreg()
944 dhd_membytes(void *dhd, cmd_t *cmd, char **argv) in dhd_membytes()
[all …]
Ddhdu_linux.c81 cmd_t *cmd = NULL; in dhd_find_cmd() local
145 dhd_ioctl(void *dhd, int cmd, void *buf, int len, bool set) in dhd_ioctl()
180 int wl_ioctl(void *wl, int cmd, void *buf, int len, bool set) in wl_ioctl()
231 dhd_get(void *dhd, int cmd, void *buf, int len) in dhd_get()
244 dhd_set(void *dhd, int cmd, void *buf, int len) in dhd_set()
344 ioctl_queryinformation_fe(void *wl, int cmd, void* input_buf, int *input_len) in ioctl_queryinformation_fe()
363 ioctl_setinformation_fe(void *wl, int cmd, void* buf, int *len) in ioctl_setinformation_fe()
382 wl_get(void *wl, int cmd, void *buf, int len) in wl_get()
404 wl_set(void *wl, int cmd, void *buf, int len) in wl_set()
565 cmd_t *cmd = NULL; in process_args() local
/hardware/google/graphics/common/libacryl/
Dacrylic_device.cpp56 int AcrylicDevice::ioctl(int cmd, void *arg) in ioctl()
100 int AcrylicRedundantDevice::ioctl_unique(int cmd, void *arg) in ioctl_unique()
108 int AcrylicRedundantDevice::ioctl_current(int cmd, void *arg) in ioctl_current()
116 int AcrylicRedundantDevice::ioctl_broadcast(int cmd, void *arg) { in ioctl_broadcast()
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dhw_rome.c331 int hci_send_wipower_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_wipower_vs_cmd()
356 int hci_send_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_vs_cmd()
382 unsigned char *cmd, in frame_hci_cmd_pkt()
521 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_edl_set_patch_request() local
553 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_edl_patch_download_request() local
724 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_attach_rampatch() local
754 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_rampatch_reset() local
902 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_tlv_dnld_segment() local
1062 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_1_0_nvm_tag_dnld() local
1332 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_patch_ver_req() local
[all …]
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcommon.cpp72 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_handler()
143 void wifi_unregister_handler(wifi_handle handle, int cmd) in wifi_unregister_handler()
196 wifi_error wifi_register_cmd(wifi_handle handle, int id, WifiCommand *cmd) in wifi_register_cmd()
224 WifiCommand *cmd = NULL; in wifi_unregister_cmd() local
247 WifiCommand *cmd = NULL; in wifi_get_cmd() local
259 void wifi_unregister_cmd(wifi_handle handle, WifiCommand *cmd) in wifi_unregister_cmd()
278 WifiCommand *cmd = wifi_unregister_cmd(handle, id); in wifi_cancel_cmd() local
292 WifiCommand *cmd = wifi_get_cmd(handle, id); in wifi_get_cancel_cmd() local
Dcpp_bindings.cpp63 static const char *cmdToString(int cmd) in cmdToString()
568 int WifiRequest::create(int family, uint8_t cmd, int flags, int hdrlen) { in create()
682 int WifiCommand::requestEvent(int cmd) { in requestEvent()
738 WifiCommand *cmd = (WifiCommand *)arg; in response_handler() local
751 WifiCommand *cmd = (WifiCommand *)arg; in event_handler() local
Dnan.cpp392 static int is_de_event(int cmd) { in is_de_event()
414 static int is_dp_event(int cmd) { in is_dp_event()
430 static int is_cmd_response(int cmd) { in is_cmd_response()
1558 int cmd = event.get_vendor_subcmd(); in handleEvent() local
2441 int cmd = event.get_vendor_subcmd(); in handleEvent() local
3761 static const char *NanCmdToString(int cmd) in NanCmdToString()
3789 static const char *NanAttrToString(u16 cmd) in NanAttrToString()
4395 NanMacControl *cmd, NanEnableRequest* msg) in nan_cmn_enabe_request()
4445 NanMacControl *cmd = (NanMacControl*)(info.nan_mac_control); in nan_enable_request() local
4499 NanMacControl *cmd = new NanMacControl(iface, id, NULL, NAN_REQUEST_LAST); in nan_disable_request() local
[all …]
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dcommon.cpp72 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_handler()
143 void wifi_unregister_handler(wifi_handle handle, int cmd) in wifi_unregister_handler()
196 wifi_error wifi_register_cmd(wifi_handle handle, int id, WifiCommand *cmd) in wifi_register_cmd()
224 WifiCommand *cmd = NULL; in wifi_unregister_cmd() local
247 WifiCommand *cmd = NULL; in wifi_get_cmd() local
259 void wifi_unregister_cmd(wifi_handle handle, WifiCommand *cmd) in wifi_unregister_cmd()
278 WifiCommand *cmd = wifi_unregister_cmd(handle, id); in wifi_cancel_cmd() local
292 WifiCommand *cmd = wifi_get_cmd(handle, id); in wifi_get_cancel_cmd() local
Dcpp_bindings.cpp63 static const char *cmdToString(int cmd) in cmdToString()
568 int WifiRequest::create(int family, uint8_t cmd, int flags, int hdrlen) { in create()
681 int WifiCommand::requestEvent(int cmd) { in requestEvent()
737 WifiCommand *cmd = (WifiCommand *)arg; in response_handler() local
750 WifiCommand *cmd = (WifiCommand *)arg; in event_handler() local
/hardware/qcom/bt/msm8998/libbt-vendor/src/
Dhw_rome.c361 int hci_send_wipower_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_wipower_vs_cmd()
386 int hci_send_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_vs_cmd()
412 unsigned char *cmd, in frame_hci_cmd_pkt()
546 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_edl_set_patch_request() local
578 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_edl_patch_download_request() local
749 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_attach_rampatch() local
779 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_rampatch_reset() local
927 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_tlv_dnld_segment() local
1097 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_1_0_nvm_tag_dnld() local
1367 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_patch_ver_req() local
[all …]
/hardware/qcom/bt/msm8909/libbt-vendor/src/
Dhw_rome.c354 int hci_send_wipower_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_wipower_vs_cmd()
379 int hci_send_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_vs_cmd()
405 unsigned char *cmd, in frame_hci_cmd_pkt()
539 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_edl_set_patch_request() local
571 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_edl_patch_download_request() local
742 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_attach_rampatch() local
772 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_rampatch_reset() local
920 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_tlv_dnld_segment() local
1083 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_1_0_nvm_tag_dnld() local
1353 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_patch_ver_req() local
[all …]
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
Dhw_rome.c375 int hci_send_wipower_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_wipower_vs_cmd()
400 int hci_send_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_vs_cmd()
426 unsigned char *cmd, in frame_hci_cmd_pkt()
560 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_edl_set_patch_request() local
592 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_edl_patch_download_request() local
763 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_attach_rampatch() local
793 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_rampatch_reset() local
942 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_tlv_dnld_segment() local
1112 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_1_0_nvm_tag_dnld() local
1382 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_patch_ver_req() local
[all …]
/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dhw_rome.c380 int hci_send_wipower_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_wipower_vs_cmd()
405 int hci_send_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_vs_cmd()
431 unsigned char *cmd, in frame_hci_cmd_pkt()
570 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_edl_set_patch_request() local
602 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_edl_patch_download_request() local
772 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_attach_rampatch() local
802 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_rampatch_reset() local
950 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_tlv_dnld_segment() local
1397 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_patch_ver_req() local
1428 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_get_build_info_req() local
[all …]
/hardware/qcom/sdm845/bt/libbt-vendor/src/
Dhw_rome.c376 int hci_send_wipower_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_wipower_vs_cmd()
401 int hci_send_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_vs_cmd()
427 unsigned char *cmd, in frame_hci_cmd_pkt()
561 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_edl_set_patch_request() local
593 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_edl_patch_download_request() local
764 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_attach_rampatch() local
794 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_rampatch_reset() local
943 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_tlv_dnld_segment() local
1113 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_1_0_nvm_tag_dnld() local
1383 unsigned char cmd[HCI_MAX_CMD_SIZE]; in rome_patch_ver_req() local
[all …]
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsaucm_test.c65 struct cmd { struct
66 enum ucm_cmd_id code; argument
67 const char *cmd_str; argument
167 struct cmd *cmd = NULL; in process_cmd() local
/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraCmdThread.cpp139 int32_t QCameraCmdThread::sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority) in sendCmd()
180 camera_cmd_type_t cmd = CAMERA_CMD_TYPE_NONE; in getCmd() local
/hardware/interfaces/nfc/1.0/vts/functional/
DVtsHalNfcV1_0TargetTest.cpp116 std::vector<uint8_t> cmd = CORE_RESET_CMD; in SetUp() local
184 std::vector<uint8_t> cmd = CORE_RESET_CMD; in TEST_P() local
219 std::vector<uint8_t> cmd = CORE_RESET_CMD_CONFIG_RESET; in TEST_P() local
255 std::vector<uint8_t> cmd = INVALID_COMMAND; in TEST_P() local
275 std::vector<uint8_t> cmd = CORE_RESET_CMD; in TEST_P() local
339 std::vector<uint8_t> cmd = CORE_RESET_CMD; in TEST_P() local
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/current/android/hardware/radio/sim/
DIRadioSimIndication.aidl43 oneway void stkEventNotify(in android.hardware.radio.RadioIndicationType type, in String cmd); in stkEventNotify()
44 …oneway void stkProactiveCommand(in android.hardware.radio.RadioIndicationType type, in String cmd); in stkProactiveCommand()
/hardware/interfaces/radio/aidl/android/hardware/radio/sim/
DIRadioSimIndication.aidl93 void stkEventNotify(in RadioIndicationType type, in String cmd); in stkEventNotify()
102 void stkProactiveCommand(in RadioIndicationType type, in String cmd); in stkProactiveCommand()
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/1/android/hardware/radio/sim/
DIRadioSimIndication.aidl43 oneway void stkEventNotify(in android.hardware.radio.RadioIndicationType type, in String cmd); in stkEventNotify()
44 …oneway void stkProactiveCommand(in android.hardware.radio.RadioIndicationType type, in String cmd); in stkProactiveCommand()
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
Ddriver_cmd_nl80211.c48 static void wpa_driver_notify_country_change(void *ctx, char *cmd) in wpa_driver_notify_country_change()
69 int wpa_driver_nl80211_driver_cmd(void *priv, char *cmd, char *buf, in wpa_driver_nl80211_driver_cmd()
179 int cmd; in wpa_driver_set_ap_wps_p2p_ie() member
/hardware/synaptics/wlan/synadhd/wpa_supplicant_8_lib/
Ddriver_cmd_nl80211.c48 static void wpa_driver_notify_country_change(void *ctx, char *cmd) in wpa_driver_notify_country_change()
69 int wpa_driver_nl80211_driver_cmd(void *priv, char *cmd, char *buf, in wpa_driver_nl80211_driver_cmd()
179 int cmd; in wpa_driver_set_ap_wps_p2p_ie() member
/hardware/qcom/wlan/wcn6740/qcwcn/wpa_supplicant_8_lib/
Ddriver_cmd_nl80211.c257 static char *get_next_arg(char *cmd) in get_next_arg()
298 static int wpa_driver_cmd_set_congestion_report(struct i802_bss *bss, char *cmd) in wpa_driver_cmd_set_congestion_report()
356 static int wpa_driver_cmd_set_tx_power(struct i802_bss *bss, char *cmd) in wpa_driver_cmd_set_tx_power()
408 static void wpa_driver_notify_country_change(void *ctx, char *cmd) in wpa_driver_notify_country_change()
1023 char *cmd) in parse_and_populate_setcellswitchmode()
1096 static int populate_nlmsg(struct nl_msg *nlmsg, char *cmd, in populate_nlmsg()
1128 static char *skip_white_space(char *cmd) in skip_white_space()
1729 static int wpa_driver_ioctl(struct i802_bss *bss, char *cmd, in wpa_driver_ioctl()
2108 static int wpa_driver_handle_get_sta_info(struct i802_bss *bss, char *cmd, in wpa_driver_handle_get_sta_info()
2437 static int wpa_driver_handle_csi_cmd(struct i802_bss *bss, char *cmd, in wpa_driver_handle_csi_cmd()
[all …]
/hardware/interfaces/radio/aidl/compat/libradiocompat/sim/
DRadioIndication-sim.cpp80 const hidl_string& cmd) { in stkEventNotify()
87 const hidl_string& cmd) { in stkProactiveCommand()

12345678910