Home
last modified time | relevance | path

Searched refs:continuous (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/util/nanotool/
Dcontexthub.cpp273 bool continuous = (limit == 0); in PrintAllEvents() local
274 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() local
332 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() local
345 auto event_printer = [&sensors, &limit, continuous](const SensorEvent& event) -> bool { in PrintSensorEvents()
355 return (continuous || limit > 0); in PrintSensorEvents()
/device/google/trout/hal/sensors/2.1/
DREADME8 This HAL supports Accelerometer and Gyroscope continuous sensors.
/device/google/cuttlefish/tools/gigabyte-ampere-cuttlefish-installer/
DREADME.md45 Use the built-in continuous integration in GitLab.
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto758 // ms to wait before first continuous dump.