Searched refs:rates (Results 1 – 5 of 5) sorted by relevance
/device/asus/fugu/libaudio/ |
D | alsa_utils.cpp | 222 void HDMIAudioCaps::getRatesForAF(String8& rates) { in getRatesForAF() argument 224 rates.clear(); in getRatesForAF() 242 rates.appendFormat(first ? "%d" : "|%d", srMaskToSR(i)); in getRatesForAF()
|
D | alsa_utils.h | 106 void getRatesForAF(String8& rates);
|
/device/google/contexthub/util/nanotool/ |
D | nanotool.cpp | 203 static const std::vector<std::tuple<std::string, SensorSpecialRate>> rates = { in ParseRate() local 209 for (size_t i = 0; i < rates.size(); i++) { in ParseRate() 213 std::tie(name, rate) = rates[i]; in ParseRate()
|
/device/google/contexthub/firmware/src/drivers/orientation/ |
D | orientation.c | 146 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \ argument 148 .supportedRates = rates, \
|
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 521 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \ argument 523 .supportedRates = rates 525 #define DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale) \ argument 527 .supportedRates = rates, \ 532 #define DEC_INFO_RATE_BIAS(name, rates, type, axis, inter, samples, bias) \ argument 534 .supportedRates = rates, \
|