/device/generic/goldfish/network/wifi_forwarder/ |
D | frame.cpp | 78 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 …]
|
D | frame.h | 59 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
|
D | remote_connection.cpp | 56 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()
|
D | local_connection.cpp | 148 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/ |
D | nanotool.cpp | 214 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/ |
D | README | 6 B. Different data rates: 1/10/25/50/75 Hz
|
D | lps22hb.c | 314 #define DEC_INFO(name, type, axis, inter, samples, rates) \ argument 320 .supportedRates = rates
|
/device/google/contexthub/firmware/os/drivers/st_hts221/ |
D | README | 6 B. Different data rates: 1/7/12.5 Hz
|
D | hts221.c | 272 #define DEC_INFO(name, type, axis, inter, samples, rates) \ argument 278 .supportedRates = rates
|
/device/google/contexthub/firmware/os/drivers/intersil_isl29034/ |
D | README | 6 B. Data rates: 10 Hz
|
/device/google/contexthub/firmware/os/drivers/st_acc44/ |
D | README | 10 B. Different data rates:
|
D | st_acc44.c | 298 #define DEC_INFO(name, type, axis, inter, samples, rates, raw, scale) \ argument 304 .supportedRates = rates, \
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
D | README | 11 B. Different data rates: 10/20/50/100 Hz
|
D | st_mag40.c | 396 #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/ |
D | si7034a10.c | 225 #define DEC_INFO(name, type, axis, inter, samples, rates) \ argument 231 .supportedRates = rates
|
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/ |
D | invensense_icm40600.c | 716 #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/ |
D | bosch_bmi160.c | 683 #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/ |
D | orientation.c | 155 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \ argument 157 .supportedRates = rates, \
|
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/ |
D | st_lsm6dsm.c | 968 #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/ |
D | System.map | 82325 ffffffff82aacea0 d rates
|
/device/google/cuttlefish_kernel/5.4-arm64/ |
D | System.map | 160393 ffffffc011652608 d rates
|