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