Searched refs:maxDelay (Results 1 – 5 of 5) sorted by relevance
/device/htc/flounder/sensor_hub/libsensors/ |
D | sensors.cpp | 57 .maxDelay = 200000, 74 .maxDelay = 200000, 91 .maxDelay = 200000, 108 .maxDelay = 0, 125 .maxDelay = 200000, 142 .maxDelay = 200000, 159 .maxDelay = 200000, 176 .maxDelay = 200000, 193 .maxDelay = 200000, 210 .maxDelay = 200000, [all …]
|
/device/google/contexthub/sensorhal/ |
D | sensors.cpp | 82 } else if ((delayNs/1000) > sensor.maxDelay) { in setDelay() 83 delayNsClamped = sensor.maxDelay * 1000; in setDelay() 125 } else if ((sampling_period_ns/1000) > sensor.maxDelay) { in batch() 126 sampling_period_ns_clamped = sensor.maxDelay * 1000; in batch()
|
/device/google/dragon/sensor_hub/ |
D | sensors.cpp | 106 maxDelay: 80000, 124 maxDelay: 80000, 146 maxDelay: 200000, 165 maxDelay: 10000000, 185 maxDelay: 10000000, 206 maxDelay: 0,
|
D | cros_ec_sensors.cpp | 208 info->sensor_data.maxDelay) in batch() 209 info->sampling_period_ns = microseconds_to_nanoseconds(info->sensor_data.maxDelay); in batch()
|
/device/google/contexthub/firmware/inc/platform/stm32f4xx/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,
|