Searched refs:continuous (Results 1 – 2 of 2) 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()
1091 unsigned int continuous, copy_frames, avail; in pcm_mmap_begin() local1102 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()