Searched refs:sensorsToWaitFor (Results 1 – 1 of 1) sorted by relevance
71 void waitForFlushEvents(const std::vector<SensorInfo>& sensorsToWaitFor, in waitForFlushEvents() argument75 [&] { return flushesReceived(sensorsToWaitFor, numCallsToFlush); }); in waitForFlushEvents()83 void waitForEvents(const std::vector<SensorInfo>& sensorsToWaitFor, int32_t timeoutMs) { in waitForEvents() argument86 [&] { return eventsReceived(sensorsToWaitFor); }); in waitForEvents()90 bool flushesReceived(const std::vector<SensorInfo>& sensorsToWaitFor, int32_t numCallsToFlush) { in flushesReceived() argument91 for (const SensorInfo& sensor : sensorsToWaitFor) { in flushesReceived()99 bool eventsReceived(const std::vector<SensorInfo>& sensorsToWaitFor) { in eventsReceived() argument100 for (const SensorInfo& sensor : sensorsToWaitFor) { in eventsReceived()