Lines Matching full:interval
244 * Indicates that the interval and/or the latency which this sensor is
292 * Special value indicating non-importance of the interval.
606 * The interval, in nanoseconds, at which the sensor is now sampling.
608 * If this is CHRE_SENSOR_INTERVAL_DEFAULT, then a sampling interval
613 uint64_t interval;
634 * Note that only at least one of 'interval' or 'latency' must be
683 * does not exactly support the interval requested in chreSensorConfigure(), so
687 * requested a faster interval and/or lower latency. This latter scenario
705 * Configures a given sensor at a specific interval and latency and mode.
735 * interval/latency. They have not changed the fact that this nanoapp is
766 * @param interval The interval, in nanoseconds, at which we want events from
767 * the sensor. On success, the sensor will be set to 'interval', or a value
768 * less than 'interval'. There is a special value
770 * the interval, and allow the sensor to chose what it wants. Note that
772 * 'interval'.
795 uint64_t interval, uint64_t latency);