Home
last modified time | relevance | path

Searched refs:continuous (Results 1 – 2 of 2) 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/linaro/hikey/hifi/xaf/host-apf/playback/tinyalsa/
Dpcm.c1091 unsigned int continuous, copy_frames, avail; in pcm_mmap_begin() local
1102 continuous = pcm->buffer_size - *offset; in pcm_mmap_begin()
1108 if (copy_frames > continuous) in pcm_mmap_begin()
1109 copy_frames = continuous; in pcm_mmap_begin()