Searched refs:maxDelay (Results 1 – 7 of 7) sorted by relevance
/device/generic/goldfish/sensors/ |
D | sensor_list.cpp | 61 .maxDelay = 500000, 80 .maxDelay = 500000, 99 .maxDelay = 500000, 117 .maxDelay = 500000, 135 .maxDelay = 0, 153 .maxDelay = 0, 172 .maxDelay = 0, 190 .maxDelay = 500000, 208 .maxDelay = 0, 226 .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,
|
/device/google/trout/hal/sensors/2.1/ |
D | Sensor.cpp | 90 std::clamp(samplingPeriodNs, mSensorInfo.minDelay * 1000, mSensorInfo.maxDelay * 1000); in batch() 478 mSensorInfo.maxDelay = frequency_to_us(min_sampling_frequency); in HWSensorBase()
|
D | SensorsSubHal.cpp | 231 << " maxDelay:" << info.maxDelay << std::endl; in debug()
|
/device/google/comet/sensors/ |
D | sensors_dummy.c | 338 .maxDelay = 60 * 1000 * 1000,
|
/device/google/akita/sensors/ |
D | sensors_dummy.c | 338 .maxDelay = 60 * 1000 * 1000,
|