Searched refs:sensorsToWaitFor (Results 1 – 1 of 1) sorted by relevance
93 void waitForFlushEvents(const std::vector<SensorInfoType>& sensorsToWaitFor, in waitForFlushEvents() argument97 [&] { return flushesReceived(sensorsToWaitFor, numCallsToFlush); }); in waitForFlushEvents()105 void waitForEvents(const std::vector<SensorInfoType>& sensorsToWaitFor, milliseconds timeout) { in waitForEvents() argument107 mEventCV.wait_for(lock, timeout, [&] { return eventsReceived(sensorsToWaitFor); }); in waitForEvents()111 bool flushesReceived(const std::vector<SensorInfoType>& sensorsToWaitFor, in flushesReceived() argument113 for (const SensorInfoType& sensor : sensorsToWaitFor) { in flushesReceived()121 bool eventsReceived(const std::vector<SensorInfoType>& sensorsToWaitFor) { in eventsReceived() argument122 for (const SensorInfoType& sensor : sensorsToWaitFor) { in eventsReceived()