Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanotool/
Dcontexthub.cpp521 bool timeout_required = timeout_ms > 0; in ReadAppEvents() local
525 if (timeout_required && timeout_ms <= 0) { in ReadAppEvents()