Searched refs:pollingTimeInUsec (Results 1 – 1 of 1) sorted by relevance
151 uint64_t pollingTimeInUsec = pollingTime * 1000; in doSensorPollingTask() local194 while (((t1 - t0) < pollingTimeInUsec) && (toBeUpdated > 0)) in doSensorPollingTask()241 } while ((t1 - t0) >= pollingTimeInUsec); in doSensorPollingTask()