Searched refs:continuous (Results 1 – 4 of 4) sorted by relevance
273 bool continuous = (limit == 0); in PrintAllEvents() local274 auto event_printer = [&limit, continuous](const SensorEvent& event) -> bool { in PrintAllEvents()276 return (continuous || --limit > 0); in PrintAllEvents()331 bool continuous = (limit == 0); in PrintSensorEvents() local332 auto event_printer = [type, &limit, continuous](const SensorEvent& event) -> bool { in PrintSensorEvents()338 return (continuous || limit > 0); in PrintSensorEvents()344 bool continuous = (limit == 0); in PrintSensorEvents() local345 auto event_printer = [&sensors, &limit, continuous](const SensorEvent& event) -> bool { in PrintSensorEvents()355 return (continuous || limit > 0); in PrintSensorEvents()
8 This HAL supports Accelerometer and Gyroscope continuous sensors.
45 Use the built-in continuous integration in GitLab.
758 // ms to wait before first continuous dump.