/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/ |
D | wifi_twt.h | 193 s32 wake_dur_us; // Proposed wake duration in us 194 s32 wake_int_us; // Average wake interval in us 195 s32 wake_int_min_us; // Min wake interval in us. Optional. 196 s32 wake_int_max_us; // Max wake interval in us. Optional. 197 s32 wake_dur_min_us; // Min wake duration in us. Optional. 198 s32 wake_dur_max_us; // Max wake duration in us. Optional. 199 s32 avg_pkt_size; // Average bytes of each packet to send in each wake 201 s32 avg_pkt_num; // Average number of packets to send in each wake 203 s32 wake_time_off_us; // First wake duration time offset in us. Optional. 221 s32 wake_dur_us; // Proposed wake duration in us [all …]
|
D | wifi_hal.h | 35 typedef int32_t s32; typedef 736 s32 power_cap_dbm;
|
/hardware/google/apf/v7/ |
D | apf_checksum.h | 5 FUNC(u16 calc_csum(u32 sum, const u8* const buf, const s32 len)) { in FUNC() 7 s32 i; in FUNC() 48 FUNC(int csum_and_return_dscp(u8* const pkt, const s32 len, const u8 ip_ofs, in FUNC()
|
D | apf_interpreter.c | 32 typedef int32_t s32; typedef 523 FUNC(u16 apf_internal_calc_csum(u32 sum, const u8* const buf, const s32 len)) { in FUNC() 525 s32 i; in FUNC() 566 FUNC(int apf_internal_csum_and_return_dscp(u8* const pkt, const s32 len, const u8 ip_ofs, in FUNC() 735 s32 signed_imm = 0; in do_apf_run() 737 s32 arith_signed_imm; in do_apf_run() 741 signed_imm = (s32)(imm << ((4 - imm_len) * 8)); in do_apf_run() 748 …arith_signed_imm = (ctx->v6) ? (len_field ? signed_imm : (s32)OTHER_REG) : (reg_num ? (s32)ctx->R[… in do_apf_run() 755 counter[-(s32)imm]++; in do_apf_run() 940 int dscp = apf_internal_csum_and_return_dscp(ctx->tx_buf, (s32)pkt_len, ip_ofs, in do_apf_run() [all …]
|
D | apf_interpreter_source.c | 189 s32 signed_imm = 0; in do_apf_run() 191 s32 arith_signed_imm; in do_apf_run() 195 signed_imm = (s32)(imm << ((4 - imm_len) * 8)); in do_apf_run() 202 …arith_signed_imm = (ctx->v6) ? (len_field ? signed_imm : (s32)OTHER_REG) : (reg_num ? (s32)ctx->R[… in do_apf_run() 209 counter[-(s32)imm]++; in do_apf_run() 394 int dscp = csum_and_return_dscp(ctx->tx_buf, (s32)pkt_len, ip_ofs, in do_apf_run() 503 REG = counter[-(s32)imm]; in do_apf_run() 505 counter[-(s32)imm] = REG; in do_apf_run()
|
D | apf_defs.h | 3 typedef int32_t s32; typedef
|
/hardware/google/apf/ |
D | apf_checksum.h | 5 FUNC(u16 calc_csum(u32 sum, const u8* const buf, const s32 len)) { in FUNC() 7 s32 i; in FUNC() 48 FUNC(int csum_and_return_dscp(u8* const pkt, const s32 len, const u8 ip_ofs, in FUNC()
|
D | apf_defs.h | 3 typedef int32_t s32; typedef
|
/hardware/google/apf/devtools/ |
D | apf_interpreter.c | 32 typedef int32_t s32; typedef 523 FUNC(u16 apf_internal_calc_csum(u32 sum, const u8* const buf, const s32 len)) { in FUNC() 525 s32 i; in FUNC() 566 FUNC(int apf_internal_csum_and_return_dscp(u8* const pkt, const s32 len, const u8 ip_ofs, in FUNC() 735 s32 signed_imm = 0; in do_apf_run() 737 s32 arith_signed_imm; in do_apf_run() 741 signed_imm = (s32)(imm << ((4 - imm_len) * 8)); in do_apf_run() 748 …arith_signed_imm = (ctx->v6) ? (len_field ? signed_imm : (s32)OTHER_REG) : (reg_num ? (s32)ctx->R[… in do_apf_run() 755 counter[-(s32)imm]++; in do_apf_run() 940 int dscp = apf_internal_csum_and_return_dscp(ctx->tx_buf, (s32)pkt_len, ip_ofs, in do_apf_run() [all …]
|
/hardware/google/apf/v6/ |
D | apf_interpreter.c | 32 typedef int32_t s32; typedef 521 FUNC(u16 apf_internal_calc_csum(u32 sum, const u8* const buf, const s32 len)) { in FUNC() 523 s32 i; in FUNC() 564 FUNC(int apf_internal_csum_and_return_dscp(u8* const pkt, const s32 len, const u8 ip_ofs, in FUNC() 727 s32 signed_imm = 0; in do_apf_run() 729 s32 arith_signed_imm; in do_apf_run() 733 signed_imm = (s32)(imm << ((4 - imm_len) * 8)); in do_apf_run() 740 …arith_signed_imm = (ctx->v6) ? (len_field ? signed_imm : (s32)OTHER_REG) : (reg_num ? (s32)ctx->R[… in do_apf_run() 747 counter[-(s32)imm]++; in do_apf_run() 930 int dscp = apf_internal_csum_and_return_dscp(ctx->tx_buf, (s32)pkt_len, ip_ofs, in do_apf_run() [all …]
|
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | cpp_bindings.h | 227 wifi_error put_s32(int attribute, s32 value) { in put_s32() 269 s32 get_s32(const struct nlattr *nla) in get_s32() 271 return *(s32 *) nla_data(nla); in get_s32() 446 virtual wifi_error put_s32(int attribute, s32 value); 459 virtual s32 get_s32(const struct nlattr *nla);
|
D | common.h | 66 typedef int32_t s32; typedef
|
D | cpp_bindings.cpp | 870 wifi_error WifiVendorCommand::put_s32(int attribute, s32 value) in put_s32() 915 s32 WifiVendorCommand::get_s32(const struct nlattr *nla) in get_s32()
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | cpp_bindings.h | 233 wifi_error put_s32(int attribute, s32 value) { in put_s32() 275 s32 get_s32(const struct nlattr *nla) in get_s32() 277 return *(s32 *) nla_data(nla); in get_s32() 456 virtual wifi_error put_s32(int attribute, s32 value); 469 virtual s32 get_s32(const struct nlattr *nla);
|
D | common.h | 101 typedef int32_t s32; typedef
|
D | cpp_bindings.cpp | 876 wifi_error WifiVendorCommand::put_s32(int attribute, s32 value) in put_s32() 921 s32 WifiVendorCommand::get_s32(const struct nlattr *nla) in get_s32()
|
/hardware/qcom/wlan/wcn6740/qcwcn/wpa_supplicant_8_lib/ |
D | wpa_driver_common_lib.h | 352 s32 avg_rssi_per_chain[WMI_MAX_CHAINS]; 355 s32 rx_lastpkt_rssi;
|
/hardware/google/gfxstream/guest/mesa/src/util/format/ |
D | u_format.csv | 335 PIPE_FORMAT_R32_SSCALED , plain, 1, 1, 1, s32 , , , , x001, rgb 336 PIPE_FORMAT_R32G32_SSCALED , plain, 1, 1, 1, s32 , s32 , , , xy01, rgb 337 PIPE_FORMAT_R32G32B32_SSCALED , plain, 1, 1, 1, s32 , s32 , s32 , , xyz1, rgb 338 PIPE_FORMAT_R32G32B32A32_SSCALED , plain, 1, 1, 1, s32 , s32 , s32 , s32 , xyzw, rgb
|
/hardware/synaptics/wlan/synadhd/wifi_hal/ |
D | common.h | 358 s32 rssi; // in db
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | common.h | 417 s32 rssi; // in db
|
/hardware/broadcom/wlan/bcmdhd/halutil/ |
D | halutil.cpp | 1351 static const u8 *bss_get_ie(u8 id, const char* ie, const s32 ie_len) in bss_get_ie() 1369 static bool is11mcAP(const char* ie, const s32 ie_len) in is11mcAP() 1409 struct ht_op_ie *read_ht_oper_ie(const char* ie, const s32 ie_len) in read_ht_oper_ie() 1419 struct vht_op_ie *read_vht_oper_ie(const char* ie, const s32 ie_len) in read_vht_oper_ie() 1493 wifi_channel_info get_channel_of_ie(const char* ie, const s32 ie_len) in get_channel_of_ie() 5341 static int setDscpMap(s32 start, s32 end, s32 ac) in setDscpMap() 5497 s32 start = -1; in testDscpOptions() 5498 s32 end = -1; in testDscpOptions() 5499 s32 ac = -1; in testDscpOptions()
|