/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 | 213 static const std::vector<std::tuple<std::string, SensorSpecialRate>> rates = { in ParseRate() local 219 for (size_t i = 0; i < rates.size(); i++) { in ParseRate() 223 std::tie(name, rate) = rates[i]; in ParseRate()
|
/device/google/contexthub/firmware/os/drivers/st_lps22hb/ |
D | lps22hb.c | 220 #define DEC_INFO(name, type, axis, inter, samples, rates, raw, scale, bias) \ argument 226 .supportedRates = rates, \
|
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/ |
D | st_lsm6dsm.c | 709 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \ argument 711 .supportedRates = rates 713 #define DEC_INFO_RATE_BIAS(name, rates, type, axis, inter, samples, bias) \ argument 715 .supportedRates = rates, \ 719 #define DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale) \ argument 721 .supportedRates = rates, \ 726 #define DEC_INFO_RATE_RAW_BIAS(name, rates, type, axis, inter, samples, raw, scale, bias) \ argument 727 DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale), \
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 620 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \ argument 622 .supportedRates = rates 624 #define DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale) \ argument 626 .supportedRates = rates, \ 631 #define DEC_INFO_RATE_BIAS(name, rates, type, axis, inter, samples, bias) \ argument 633 .supportedRates = rates, \ 637 #define DEC_INFO_RATE_RAW_BIAS(name, rates, type, axis, inter, samples, raw, scale, bias) \ argument 638 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/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/DeviceTree/ |
D | hi6220.dtsi | 941 assigned-clock-rates = <360000000>, <288000000>;
|