/hardware/broadcom/wlan/bcmdhd/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() argument 80 info->event_cb[info->num_event_cb].nl_cmd = cmd; in wifi_register_handler() 86 arg, func, cmd, info->num_event_cb); in wifi_register_handler() 121 void wifi_unregister_handler(wifi_handle handle, int cmd) in wifi_unregister_handler() argument 125 if (cmd == NL80211_CMD_VENDOR) { in wifi_unregister_handler() 133 if (info->event_cb[i].nl_cmd == cmd) { in wifi_unregister_handler() 135 info->event_cb[i].cb_arg, info->event_cb[i].cb_func, cmd, i); in wifi_unregister_handler() 171 wifi_error wifi_register_cmd(wifi_handle handle, int id, WifiCommand *cmd) in wifi_register_cmd() argument 180 info->cmd[info->num_cmd].id = id; in wifi_register_cmd() 181 info->cmd[info->num_cmd].cmd = cmd; in wifi_register_cmd() [all …]
|
D | wifi_logger.cpp | 406 DebugCommand *cmd = new DebugCommand(iface, buffer, &buffer_size, GET_FW_VER); in wifi_get_firmware_version() local 407 NULL_CHECK_RETURN(cmd, "memory allocation failure", WIFI_ERROR_OUT_OF_MEMORY); in wifi_get_firmware_version() 408 wifi_error result = (wifi_error)cmd->start(); in wifi_get_firmware_version() 409 cmd->releaseRef(); in wifi_get_firmware_version() 421 DebugCommand *cmd = new DebugCommand(iface, buffer, &buffer_size, GET_DRV_VER); in wifi_get_driver_version() local 422 NULL_CHECK_RETURN(cmd, "memory allocation failure", WIFI_ERROR_OUT_OF_MEMORY); in wifi_get_driver_version() 423 wifi_error result = (wifi_error)cmd->start(); in wifi_get_driver_version() 424 cmd->releaseRef(); in wifi_get_driver_version() 435 DebugCommand *cmd = new DebugCommand(iface, ring_name, GET_RING_DATA); in wifi_get_ring_data() local 436 NULL_CHECK_RETURN(cmd, "memory allocation failure", WIFI_ERROR_OUT_OF_MEMORY); in wifi_get_ring_data() [all …]
|
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
D | hw_rome.c | 331 int hci_send_wipower_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_wipower_vs_cmd() argument 337 ret = do_write(fd, cmd, 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() argument 361 ret = do_write(fd, cmd, size); in hci_send_vs_cmd() 382 unsigned char *cmd, in frame_hci_cmd_pkt() argument 390 memset(cmd, 0x0, HCI_MAX_CMD_SIZE); in frame_hci_cmd_pkt() 392 cmd_hdr = (void *) (cmd + 1); in frame_hci_cmd_pkt() 394 cmd[0] = HCI_COMMAND_PKT; in frame_hci_cmd_pkt() 397 cmd[4] = edl_cmd; in frame_hci_cmd_pkt() 403 memcpy(&cmd[5], phdr_buffer, PATCH_HDR_LEN); in frame_hci_cmd_pkt() [all …]
|
D | hw_ar3k.c | 124 static int send_hci_cmd_sync(int dev, uint8_t *cmd, int len, uint8_t **event) in send_hci_cmd_sync() argument 135 if (write(dev, (unsigned char *)cmd, len) != len) in send_hci_cmd_sync() 244 static void load_hci_ps_hdr(uint8_t *cmd, uint8_t ps_op, int len, int index) in load_hci_ps_hdr() argument 246 hci_command_hdr *ch = (void *)cmd; in load_hci_ps_hdr() 251 cmd += HCI_COMMAND_HDR_SIZE; in load_hci_ps_hdr() 253 cmd[0] = ps_op; in load_hci_ps_hdr() 254 cmd[1] = index; in load_hci_ps_hdr() 255 cmd[2] = index >> 8; in load_hci_ps_hdr() 256 cmd[3] = len; in load_hci_ps_hdr() 315 uint8_t cmd[HCI_MAX_CMD_SIZE]; in write_ps_cmd() local [all …]
|
/hardware/qcom/bt/msm8998/libbt-vendor/src/ |
D | hw_rome.c | 361 int hci_send_wipower_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_wipower_vs_cmd() argument 367 ret = do_write(fd, cmd, 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() argument 391 ret = do_write(fd, cmd, size); in hci_send_vs_cmd() 412 unsigned char *cmd, in frame_hci_cmd_pkt() argument 420 memset(cmd, 0x0, HCI_MAX_CMD_SIZE); in frame_hci_cmd_pkt() 422 cmd_hdr = (void *) (cmd + 1); in frame_hci_cmd_pkt() 424 cmd[0] = HCI_COMMAND_PKT; in frame_hci_cmd_pkt() 427 cmd[4] = edl_cmd; in frame_hci_cmd_pkt() 433 memcpy(&cmd[5], phdr_buffer, PATCH_HDR_LEN); in frame_hci_cmd_pkt() [all …]
|
D | hw_ar3k.c | 130 static int send_hci_cmd_sync(int dev, uint8_t *cmd, int len, uint8_t **event) in send_hci_cmd_sync() argument 141 if (write(dev, (unsigned char *)cmd, len) != len) in send_hci_cmd_sync() 250 static void load_hci_ps_hdr(uint8_t *cmd, uint8_t ps_op, int len, int index) in load_hci_ps_hdr() argument 252 hci_command_hdr *ch = (void *)cmd; in load_hci_ps_hdr() 257 cmd += HCI_COMMAND_HDR_SIZE; in load_hci_ps_hdr() 259 cmd[0] = ps_op; in load_hci_ps_hdr() 260 cmd[1] = index; in load_hci_ps_hdr() 261 cmd[2] = index >> 8; in load_hci_ps_hdr() 262 cmd[3] = len; in load_hci_ps_hdr() 321 uint8_t cmd[HCI_MAX_CMD_SIZE]; in write_ps_cmd() local [all …]
|
/hardware/qcom/sdm845/bt/libbt-vendor/src/ |
D | hw_rome.c | 376 int hci_send_wipower_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_wipower_vs_cmd() argument 382 ret = do_write(fd, cmd, 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() argument 406 ret = do_write(fd, cmd, size); in hci_send_vs_cmd() 427 unsigned char *cmd, in frame_hci_cmd_pkt() argument 435 memset(cmd, 0x0, HCI_MAX_CMD_SIZE); in frame_hci_cmd_pkt() 437 cmd_hdr = (void *) (cmd + 1); in frame_hci_cmd_pkt() 439 cmd[0] = HCI_COMMAND_PKT; in frame_hci_cmd_pkt() 442 cmd[4] = edl_cmd; in frame_hci_cmd_pkt() 448 memcpy(&cmd[5], phdr_buffer, PATCH_HDR_LEN); in frame_hci_cmd_pkt() [all …]
|
D | hw_ar3k.c | 128 static int send_hci_cmd_sync(int dev, uint8_t *cmd, int len, uint8_t **event) in send_hci_cmd_sync() argument 139 if (write(dev, (unsigned char *)cmd, len) != len) in send_hci_cmd_sync() 248 static void load_hci_ps_hdr(uint8_t *cmd, uint8_t ps_op, int len, int index) in load_hci_ps_hdr() argument 250 hci_command_hdr *ch = (void *)cmd; in load_hci_ps_hdr() 255 cmd += HCI_COMMAND_HDR_SIZE; in load_hci_ps_hdr() 257 cmd[0] = ps_op; in load_hci_ps_hdr() 258 cmd[1] = index; in load_hci_ps_hdr() 259 cmd[2] = index >> 8; in load_hci_ps_hdr() 260 cmd[3] = len; in load_hci_ps_hdr() 319 uint8_t cmd[HCI_MAX_CMD_SIZE]; in write_ps_cmd() local [all …]
|
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/ |
D | hw_rome.c | 375 int hci_send_wipower_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_wipower_vs_cmd() argument 381 ret = do_write(fd, cmd, 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() argument 405 ret = do_write(fd, cmd, size); in hci_send_vs_cmd() 426 unsigned char *cmd, in frame_hci_cmd_pkt() argument 434 memset(cmd, 0x0, HCI_MAX_CMD_SIZE); in frame_hci_cmd_pkt() 436 cmd_hdr = (void *) (cmd + 1); in frame_hci_cmd_pkt() 438 cmd[0] = HCI_COMMAND_PKT; in frame_hci_cmd_pkt() 441 cmd[4] = edl_cmd; in frame_hci_cmd_pkt() 447 memcpy(&cmd[5], phdr_buffer, PATCH_HDR_LEN); in frame_hci_cmd_pkt() [all …]
|
D | hw_ar3k.c | 126 static int send_hci_cmd_sync(int dev, uint8_t *cmd, int len, uint8_t **event) in send_hci_cmd_sync() argument 137 if (write(dev, (unsigned char *)cmd, len) != len) in send_hci_cmd_sync() 246 static void load_hci_ps_hdr(uint8_t *cmd, uint8_t ps_op, int len, int index) in load_hci_ps_hdr() argument 248 hci_command_hdr *ch = (void *)cmd; in load_hci_ps_hdr() 253 cmd += HCI_COMMAND_HDR_SIZE; in load_hci_ps_hdr() 255 cmd[0] = ps_op; in load_hci_ps_hdr() 256 cmd[1] = index; in load_hci_ps_hdr() 257 cmd[2] = index >> 8; in load_hci_ps_hdr() 258 cmd[3] = len; in load_hci_ps_hdr() 317 uint8_t cmd[HCI_MAX_CMD_SIZE]; in write_ps_cmd() local [all …]
|
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
D | hw_rome.c | 354 int hci_send_wipower_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_wipower_vs_cmd() argument 360 ret = do_write(fd, cmd, 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() argument 384 ret = do_write(fd, cmd, size); in hci_send_vs_cmd() 405 unsigned char *cmd, in frame_hci_cmd_pkt() argument 413 memset(cmd, 0x0, HCI_MAX_CMD_SIZE); in frame_hci_cmd_pkt() 415 cmd_hdr = (void *) (cmd + 1); in frame_hci_cmd_pkt() 417 cmd[0] = HCI_COMMAND_PKT; in frame_hci_cmd_pkt() 420 cmd[4] = edl_cmd; in frame_hci_cmd_pkt() 426 memcpy(&cmd[5], phdr_buffer, PATCH_HDR_LEN); in frame_hci_cmd_pkt() [all …]
|
D | hw_ar3k.c | 124 static int send_hci_cmd_sync(int dev, uint8_t *cmd, int len, uint8_t **event) in send_hci_cmd_sync() argument 135 if (write(dev, (unsigned char *)cmd, len) != len) in send_hci_cmd_sync() 244 static void load_hci_ps_hdr(uint8_t *cmd, uint8_t ps_op, int len, int index) in load_hci_ps_hdr() argument 246 hci_command_hdr *ch = (void *)cmd; in load_hci_ps_hdr() 251 cmd += HCI_COMMAND_HDR_SIZE; in load_hci_ps_hdr() 253 cmd[0] = ps_op; in load_hci_ps_hdr() 254 cmd[1] = index; in load_hci_ps_hdr() 255 cmd[2] = index >> 8; in load_hci_ps_hdr() 256 cmd[3] = len; in load_hci_ps_hdr() 315 uint8_t cmd[HCI_MAX_CMD_SIZE]; in write_ps_cmd() local [all …]
|
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
D | hw_rome.c | 380 int hci_send_wipower_vs_cmd(int fd, unsigned char *cmd, unsigned char *rsp, int size) in hci_send_wipower_vs_cmd() argument 386 ret = do_write(fd, cmd, 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() argument 410 ret = do_write(fd, cmd, size); in hci_send_vs_cmd() 431 unsigned char *cmd, in frame_hci_cmd_pkt() argument 439 memset(cmd, 0x0, HCI_MAX_CMD_SIZE); in frame_hci_cmd_pkt() 441 cmd_hdr = (void *) (cmd + 1); in frame_hci_cmd_pkt() 443 cmd[0] = HCI_COMMAND_PKT; in frame_hci_cmd_pkt() 446 cmd[4] = edl_cmd; in frame_hci_cmd_pkt() 452 memcpy(&cmd[5], phdr_buffer, PATCH_HDR_LEN); in frame_hci_cmd_pkt() [all …]
|
D | hw_ar3k.c | 128 static int send_hci_cmd_sync(int dev, uint8_t *cmd, int len, uint8_t **event) in send_hci_cmd_sync() argument 139 if (write(dev, (unsigned char *)cmd, len) != len) in send_hci_cmd_sync() 248 static void load_hci_ps_hdr(uint8_t *cmd, uint8_t ps_op, int len, int index) in load_hci_ps_hdr() argument 250 hci_command_hdr *ch = (void *)cmd; in load_hci_ps_hdr() 255 cmd += HCI_COMMAND_HDR_SIZE; in load_hci_ps_hdr() 257 cmd[0] = ps_op; in load_hci_ps_hdr() 258 cmd[1] = index; in load_hci_ps_hdr() 259 cmd[2] = index >> 8; in load_hci_ps_hdr() 260 cmd[3] = len; in load_hci_ps_hdr() 319 uint8_t cmd[HCI_MAX_CMD_SIZE]; in write_ps_cmd() local [all …]
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | alsaucm_test.c | 65 struct cmd { struct 70 static struct cmd cmds[] = { 167 struct cmd *cmd = NULL; in process_cmd() local 177 for (cmd = cmds; cmd->cmd_str != NULL; cmd++) { in process_cmd() 178 if (strncmp(cmd->cmd_str, command, strlen(cmd->cmd_str)) == 0) in process_cmd() 182 if (cmd->cmd_str == NULL) { in process_cmd() 187 if ((identifier == NULL) && ((cmd->code != UCM_HELP) && in process_cmd() 188 (cmd->code != UCM_LISTCARDS) && (cmd->code != UCM_RESET) && in process_cmd() 189 (cmd->code != UCM_RELOAD))) in process_cmd() 195 switch (cmd->code) { in process_cmd() [all …]
|
/hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/ |
D | driver_cmd_nl80211.c | 46 static void wpa_driver_notify_country_change(void *ctx, char *cmd) in wpa_driver_notify_country_change() argument 48 if ((os_strncasecmp(cmd, "COUNTRY", 7) == 0) || in wpa_driver_notify_country_change() 49 (os_strncasecmp(cmd, "SETBAND", 7) == 0)) { in wpa_driver_notify_country_change() 54 if (os_strncasecmp(cmd, "COUNTRY", 7) == 0) { in wpa_driver_notify_country_change() 56 if (os_strlen(cmd) > 9) { in wpa_driver_notify_country_change() 57 event.channel_list_changed.alpha2[0] = cmd[8]; in wpa_driver_notify_country_change() 58 event.channel_list_changed.alpha2[1] = cmd[9]; in wpa_driver_notify_country_change() 67 int wpa_driver_nl80211_driver_cmd(void *priv, char *cmd, char *buf, in wpa_driver_nl80211_driver_cmd() argument 77 if (os_strcasecmp(cmd, "START") == 0) { in wpa_driver_nl80211_driver_cmd() 82 } else if (os_strcasecmp(cmd, "MACADDR") == 0) { in wpa_driver_nl80211_driver_cmd() [all …]
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu_linux.c | 81 cmd_t *cmd = NULL; in dhd_find_cmd() local 83 for (cmd = dhd_cmds; cmd->name && strcmp(cmd->name, name); cmd++); in dhd_find_cmd() 84 if (cmd->name == NULL) in dhd_find_cmd() 85 cmd = NULL; in dhd_find_cmd() 86 return cmd; in dhd_find_cmd() 145 dhd_ioctl(void *dhd, int cmd, void *buf, int len, bool set) in dhd_ioctl() argument 165 ioc.cmd = cmd; in dhd_ioctl() 172 if (ret < 0 && cmd != get_magic) in dhd_ioctl() 180 int wl_ioctl(void *wl, int cmd, void *buf, int len, bool set) in wl_ioctl() argument 182 return dhd_ioctl(wl, cmd, buf, len, set); /* Call actual wl_ioctl here: Shubhro */ in wl_ioctl() [all …]
|
D | dhdu_cmd.h | 24 typedef struct cmd cmd_t; 25 typedef int (cmd_func_t)(void *dhd, cmd_t *cmd, char **argv); 28 struct cmd { struct 46 extern int dhd_get(void *dhd, int cmd, void *buf, int len); argument 47 extern int dhd_set(void *dhd, int cmd, void *buf, int len);
|
D | dhdu.c | 120 static int dhd_do_msglevel(void *dhd, cmd_t *cmd, char **argv, dbg_msg_t *dbg_msg); 417 dhd_cmd_usage(cmd_t *cmd) in dhd_cmd_usage() argument 419 if (strlen(cmd->name) >= 8) in dhd_cmd_usage() 420 fprintf(stderr, "%s\n\t%s\n\n", cmd->name, cmd->help); in dhd_cmd_usage() 422 fprintf(stderr, "%s\t%s\n\n", cmd->name, cmd->help); in dhd_cmd_usage() 429 cmd_t *cmd; in dhd_list() local 438 for (cmd = dhd_cmds, nrows = 0; cmd->name; cmd++) in dhd_list() 455 for (cmd = dhd_cmds; cmd->name; cmd++) { in dhd_list() 456 if (cmd->name[0] == letter || cmd->name[0] == letter - 0x20) { in dhd_list() 457 strcat(buf+row*80, cmd->name); in dhd_list() [all …]
|
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/ |
D | driver_cmd_nl80211.c | 48 static void wpa_driver_notify_country_change(void *ctx, char *cmd) in wpa_driver_notify_country_change() argument 50 if ((os_strncasecmp(cmd, "COUNTRY", 7) == 0) || in wpa_driver_notify_country_change() 51 (os_strncasecmp(cmd, "SETBAND", 7) == 0)) { in wpa_driver_notify_country_change() 56 if (os_strncasecmp(cmd, "COUNTRY", 7) == 0) { in wpa_driver_notify_country_change() 58 if (os_strlen(cmd) > 9) { in wpa_driver_notify_country_change() 59 event.channel_list_changed.alpha2[0] = cmd[8]; in wpa_driver_notify_country_change() 60 event.channel_list_changed.alpha2[1] = cmd[9]; 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() argument 91 " cmd (%s)", bss->ifname, cmd); in wpa_driver_nl80211_driver_cmd() 95 if (os_strcasecmp(cmd, "STOP") == 0) { in wpa_driver_nl80211_driver_cmd() [all …]
|
D | driver_cmd_wext.c | 131 static int wpa_driver_wext_set_cscan_params(char *buf, size_t buf_len, char *cmd) in wpa_driver_wext_set_cscan_params() argument 138 wpa_printf(MSG_DEBUG, "%s: %s", __func__, cmd); in wpa_driver_wext_set_cscan_params() 141 pasv_ptr = os_strstr(cmd, ",TIME="); in wpa_driver_wext_set_cscan_params() 149 channel = (u8)atoi(cmd + 5); in wpa_driver_wext_set_cscan_params() 281 int wpa_driver_wext_driver_cmd( void *priv, char *cmd, char *buf, size_t buf_len ) in wpa_driver_wext_driver_cmd() argument 288 wpa_printf(MSG_DEBUG, "%s %s len = %d", __func__, cmd, buf_len); in wpa_driver_wext_driver_cmd() 290 if (!drv->driver_is_started && (os_strcasecmp(cmd, "START") != 0)) { in wpa_driver_wext_driver_cmd() 295 if (os_strcasecmp(cmd, "RSSI-APPROX") == 0) { in wpa_driver_wext_driver_cmd() 296 os_strlcpy(cmd, RSSI_CMD, MAX_DRV_CMD_SIZE); in wpa_driver_wext_driver_cmd() 297 } else if( os_strncasecmp(cmd, "SCAN-CHANNELS", 13) == 0 ) { in wpa_driver_wext_driver_cmd() [all …]
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/src/ |
D | ipa_nat_drvi.c | 866 struct ipa_ioc_v4_nat_init cmd; in ipa_nati_post_ipv4_init_cmd() local 870 cmd.tbl_index = tbl_index; in ipa_nati_post_ipv4_init_cmd() 872 cmd.ipv4_rules_offset = offset; in ipa_nati_post_ipv4_init_cmd() 873 cmd.expn_rules_offset = cmd.ipv4_rules_offset + in ipa_nati_post_ipv4_init_cmd() 876 cmd.index_offset = cmd.expn_rules_offset + in ipa_nati_post_ipv4_init_cmd() 879 cmd.index_expn_offset = cmd.index_offset + in ipa_nati_post_ipv4_init_cmd() 882 cmd.table_entries = ipv4_nat_cache.ip4_tbl[tbl_index].table_entries - 1; in ipa_nati_post_ipv4_init_cmd() 883 cmd.expn_table_entries = ipv4_nat_cache.ip4_tbl[tbl_index].expn_table_entries; in ipa_nati_post_ipv4_init_cmd() 885 cmd.ip_addr = ipv4_nat_cache.ip4_tbl[tbl_index].public_addr; in ipa_nati_post_ipv4_init_cmd() 887 ret = ioctl(ipv4_nat_cache.ipa_fd, IPA_IOC_V4_INIT_NAT, &cmd); in ipa_nati_post_ipv4_init_cmd() [all …]
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipanat/src/ |
D | ipa_nat_drvi.c | 921 struct ipa_ioc_v4_nat_init cmd; in ipa_nati_post_ipv4_init_cmd() local 925 cmd.tbl_index = tbl_index; in ipa_nati_post_ipv4_init_cmd() 927 cmd.ipv4_rules_offset = offset; in ipa_nati_post_ipv4_init_cmd() 928 cmd.expn_rules_offset = cmd.ipv4_rules_offset + in ipa_nati_post_ipv4_init_cmd() 931 cmd.index_offset = cmd.expn_rules_offset + in ipa_nati_post_ipv4_init_cmd() 934 cmd.index_expn_offset = cmd.index_offset + in ipa_nati_post_ipv4_init_cmd() 937 cmd.table_entries = ipv4_nat_cache.ip4_tbl[tbl_index].table_entries - 1; in ipa_nati_post_ipv4_init_cmd() 938 cmd.expn_table_entries = ipv4_nat_cache.ip4_tbl[tbl_index].expn_table_entries; in ipa_nati_post_ipv4_init_cmd() 940 cmd.ip_addr = ipv4_nat_cache.ip4_tbl[tbl_index].public_addr; in ipa_nati_post_ipv4_init_cmd() 942 ret = ioctl(ipv4_nat_cache.ipa_fd, IPA_IOC_V4_INIT_NAT, &cmd); in ipa_nati_post_ipv4_init_cmd() [all …]
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipanat/src/ |
D | ipa_nat_drvi.c | 920 struct ipa_ioc_v4_nat_init cmd; in ipa_nati_post_ipv4_init_cmd() local 924 cmd.tbl_index = tbl_index; in ipa_nati_post_ipv4_init_cmd() 926 cmd.ipv4_rules_offset = offset; in ipa_nati_post_ipv4_init_cmd() 927 cmd.expn_rules_offset = cmd.ipv4_rules_offset + in ipa_nati_post_ipv4_init_cmd() 930 cmd.index_offset = cmd.expn_rules_offset + in ipa_nati_post_ipv4_init_cmd() 933 cmd.index_expn_offset = cmd.index_offset + in ipa_nati_post_ipv4_init_cmd() 936 cmd.table_entries = ipv4_nat_cache.ip4_tbl[tbl_index].table_entries - 1; in ipa_nati_post_ipv4_init_cmd() 937 cmd.expn_table_entries = ipv4_nat_cache.ip4_tbl[tbl_index].expn_table_entries; in ipa_nati_post_ipv4_init_cmd() 939 cmd.ip_addr = ipv4_nat_cache.ip4_tbl[tbl_index].public_addr; in ipa_nati_post_ipv4_init_cmd() 941 ret = ioctl(ipv4_nat_cache.ipa_fd, IPA_IOC_V4_INIT_NAT, &cmd); in ipa_nati_post_ipv4_init_cmd() [all …]
|
/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/ |
D | Android.bp | 16 …cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_ComponentLibrary_V1_0.x… 25 …cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_ComponentTypeSet_V1_0.x… 34 …cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_ConfigurableDomain_V1_0… 43 …cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_ConfigurableDomains_V1_… 52 … cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_FileIncluder_V1_0.xsd", 61 cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_Parameter_V1_0.xsd", 70 …cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_ParameterFrameworkConfi… 79 …cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_ParameterSettings_V1_0.… 88 cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_Subsystem_V1_0.xsd", 97 … cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_SystemClass_V1_0.xsd", [all …]
|