/device/generic/goldfish/network/wifi_forwarder/ |
D | frame.h | 65 const Rates& rates() const { return mTxRates; } in rates() function 66 Rates& rates() { return mTxRates; } in rates() function 106 Rates& rates() { return mInfo.rates(); } in rates() function 107 const Rates& rates() const { return mInfo.rates(); } in rates() function
|
D | frame.cpp | 78 const hwsim_tx_rate* rates, in FrameInfo() 104 const hwsim_tx_rate* rates, size_t numRates) in Frame() 113 Rates& rates = mInfo.rates(); in incrementAttempts() local 128 Rates& rates = mInfo.rates(); in hasRemainingAttempts() local
|
D | local_connection.cpp | 169 const Rates& rates = info.rates(); in ackFrame() local 309 auto rates = reinterpret_cast<const hwsim_tx_rate*>( in parseFrame() local
|
D | remote_connection.cpp | 74 hwsim_tx_rate rates[kMaxNumRates]; member
|
/device/google/contexthub/util/nanotool/ |
D | nanotool.cpp | 214 static const std::vector<std::tuple<std::string, SensorSpecialRate>> rates = { in ParseRate() local
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
D | st_mag40.c | 396 #define DEC_INFO_BIAS(name, type, axis, inter, samples, rates, raw, scale, bias) \ argument 407 #define DEC_INFO(name, type, axis, inter, samples, rates, raw, scale) \ argument
|
/device/google/contexthub/firmware/os/drivers/si_si7034/ |
D | si7034a10.c | 225 #define DEC_INFO(name, type, axis, inter, samples, rates) \ argument
|
/device/google/contexthub/firmware/os/drivers/st_hts221/ |
D | hts221.c | 272 #define DEC_INFO(name, type, axis, inter, samples, rates) \ argument
|
/device/google/contexthub/firmware/os/drivers/orientation/ |
D | orientation.c | 155 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \ argument
|
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/ |
D | invensense_icm40600.c | 716 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \ argument 720 #define DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale) \ argument 727 #define DEC_INFO_RATE_BIAS(name, rates, type, axis, inter, samples, bias) \ argument 733 #define DEC_INFO_RATE_RAW_BIAS(name, rates, type, axis, inter, samples, raw, scale, bias) \ argument
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 683 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \ argument 687 #define DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale) \ argument 694 #define DEC_INFO_RATE_BIAS(name, rates, type, axis, inter, samples, bias) \ argument 700 #define DEC_INFO_RATE_RAW_BIAS(name, rates, type, axis, inter, samples, raw, scale, bias) \ argument
|
/device/google/contexthub/firmware/os/drivers/st_lps22hb/ |
D | lps22hb.c | 314 #define DEC_INFO(name, type, axis, inter, samples, rates) \ argument
|
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/ |
D | st_lsm6dsm.c | 968 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \ argument 972 #define DEC_INFO_RATE_BIAS(name, rates, type, axis, inter, samples, bias) \ argument 978 #define DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale) \ argument 985 #define DEC_INFO_RATE_RAW_BIAS(name, rates, type, axis, inter, samples, raw, scale, bias) \ argument
|
/device/google/contexthub/firmware/os/drivers/st_acc44/ |
D | st_acc44.c | 298 #define DEC_INFO(name, type, axis, inter, samples, rates, raw, scale) \ argument
|