Searched refs:maxDelay (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish/sensors/ |
D | sensor_list.cpp | 54 .maxDelay = 500000, 72 .maxDelay = 500000, 90 .maxDelay = 500000, 108 .maxDelay = 500000, 126 .maxDelay = 0, 144 .maxDelay = 0, 163 .maxDelay = 0, 181 .maxDelay = 500000, 199 .maxDelay = 0, 217 .maxDelay = 500000, [all …]
|
/device/google/contexthub/sensorhal/ |
D | sensors.cpp | 274 } else if ((delayNs/1000) > sensor.maxDelay) { in setDelay() 275 delayNsClamped = sensor.maxDelay * 1000; in setDelay() 300 } else if ((sampling_period_ns/1000) > sensor.maxDelay) { in batch() 301 sampling_period_ns_clamped = sensor.maxDelay * 1000; in batch()
|
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/ |
D | arm_math.h | 4702 uint16_t maxDelay; /**< maximum offset specified by the pTapDelay array. */ member 4716 uint16_t maxDelay; /**< maximum offset specified by the pTapDelay array. */ member 4730 uint16_t maxDelay; /**< maximum offset specified by the pTapDelay array. */ member 4744 uint16_t maxDelay; /**< maximum offset specified by the pTapDelay array. */ member 4783 uint16_t maxDelay, 4821 uint16_t maxDelay, 4862 uint16_t maxDelay, 4902 uint16_t maxDelay,
|