Home
last modified time | relevance | path

Searched refs:rates (Results 1 – 21 of 21) sorted by relevance

/device/generic/goldfish/network/wifi_forwarder/
Dframe.cpp78 const hwsim_tx_rate* rates, in FrameInfo() argument
87 mTxRates[i].idx = rates[i].idx; in FrameInfo()
104 const hwsim_tx_rate* rates, size_t numRates) in Frame() argument
106 , mInfo(transmitter, cookie, flags, channel, rates, numRates) in Frame()
109 memcpy(mInitialTxRates.data(), rates, numRates * sizeof(*rates)); in Frame()
113 Rates& rates = mInfo.rates(); in incrementAttempts() local
114 for (size_t i = 0; i < rates.size(); ++i) { in incrementAttempts()
119 if (rates[i].count < mInitialTxRates[i].count) { in incrementAttempts()
120 ++rates[i].count; in incrementAttempts()
128 Rates& rates = mInfo.rates(); in hasRemainingAttempts() local
[all …]
Dframe.h59 const hwsim_tx_rate* rates,
65 const Rates& rates() const { return mTxRates; } in rates() function
66 Rates& rates() { return mTxRates; } in rates() function
93 const hwsim_tx_rate* rates,
106 Rates& rates() { return mInfo.rates(); } in rates() function
107 const Rates& rates() const { return mInfo.rates(); } in rates() function
Dremote_connection.cpp56 memcpy(rates, txRates, std::min(numRates, kMaxNumRates)); in WifiForwardHeader()
58 memset(&rates[numRates], in WifiForwardHeader()
60 sizeof(rates[0]) * (kMaxNumRates - numRates)); in WifiForwardHeader()
74 hwsim_tx_rate rates[kMaxNumRates]; member
223 fwd->rates, in receive()
238 fwd->rates, in receive()
262 frame->rates().size(), in sendFrame()
263 frame->rates().data()); in sendFrame()
323 info.rates().size(), in ackFrame()
324 info.rates().data()); in ackFrame()
Dlocal_connection.cpp148 frame.rates().data(), in cloneFrame()
149 frame.rates().size()); in cloneFrame()
169 const Rates& rates = info.rates(); in ackFrame() local
171 !msg.addAttribute(HWSIM_ATTR_TX_INFO, rates.data(), rates.size()) || in ackFrame()
309 auto rates = reinterpret_cast<const hwsim_tx_rate*>( in parseFrame() local
326 flags, channel, rates, numRates); in parseFrame()
/device/google/contexthub/util/nanotool/
Dnanotool.cpp214 static const std::vector<std::tuple<std::string, SensorSpecialRate>> rates = { in ParseRate() local
220 for (size_t i = 0; i < rates.size(); i++) { in ParseRate()
224 std::tie(name, rate) = rates[i]; in ParseRate()
/device/google/contexthub/firmware/os/drivers/st_lps22hb/
DREADME6 B. Different data rates: 1/10/25/50/75 Hz
Dlps22hb.c314 #define DEC_INFO(name, type, axis, inter, samples, rates) \ argument
320 .supportedRates = rates
/device/google/contexthub/firmware/os/drivers/st_hts221/
DREADME6 B. Different data rates: 1/7/12.5 Hz
Dhts221.c272 #define DEC_INFO(name, type, axis, inter, samples, rates) \ argument
278 .supportedRates = rates
/device/google/contexthub/firmware/os/drivers/intersil_isl29034/
DREADME6 B. Data rates: 10 Hz
/device/google/contexthub/firmware/os/drivers/st_acc44/
DREADME10 B. Different data rates:
Dst_acc44.c298 #define DEC_INFO(name, type, axis, inter, samples, rates, raw, scale) \ argument
304 .supportedRates = rates, \
/device/google/contexthub/firmware/os/drivers/st_mag40/
DREADME11 B. Different data rates: 10/20/50/100 Hz
Dst_mag40.c396 #define DEC_INFO_BIAS(name, type, axis, inter, samples, rates, raw, scale, bias) \ argument
402 .supportedRates = rates, \
407 #define DEC_INFO(name, type, axis, inter, samples, rates, raw, scale) \ argument
413 .supportedRates = rates, \
/device/google/contexthub/firmware/os/drivers/si_si7034/
Dsi7034a10.c225 #define DEC_INFO(name, type, axis, inter, samples, rates) \ argument
231 .supportedRates = rates
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c716 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \ argument
718 .supportedRates = rates
720 #define DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale) \ argument
722 .supportedRates = rates, \
727 #define DEC_INFO_RATE_BIAS(name, rates, type, axis, inter, samples, bias) \ argument
729 .supportedRates = rates, \
733 #define DEC_INFO_RATE_RAW_BIAS(name, rates, type, axis, inter, samples, raw, scale, bias) \ argument
734 DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale), \
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c683 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \ argument
685 .supportedRates = rates
687 #define DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale) \ argument
689 .supportedRates = rates, \
694 #define DEC_INFO_RATE_BIAS(name, rates, type, axis, inter, samples, bias) \ argument
696 .supportedRates = rates, \
700 #define DEC_INFO_RATE_RAW_BIAS(name, rates, type, axis, inter, samples, raw, scale, bias) \ argument
701 DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale), \
/device/google/contexthub/firmware/os/drivers/orientation/
Dorientation.c155 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \ argument
157 .supportedRates = rates, \
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c968 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \ argument
970 .supportedRates = rates
972 #define DEC_INFO_RATE_BIAS(name, rates, type, axis, inter, samples, bias) \ argument
974 .supportedRates = rates, \
978 #define DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale) \ argument
980 .supportedRates = rates, \
985 #define DEC_INFO_RATE_RAW_BIAS(name, rates, type, axis, inter, samples, raw, scale, bias) \ argument
986 DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale), \
/device/google/cuttlefish_kernel/5.4-x86_64/
DSystem.map82325 ffffffff82aacea0 d rates
/device/google/cuttlefish_kernel/5.4-arm64/
DSystem.map160393 ffffffc011652608 d rates