Searched refs:mPollMs (Results 1 – 4 of 4) sorted by relevance
55 if (mPollMs != pollMs) { in Start()89 mPollMs = pollMs; in Start()90 PollAndSchedule(mTaskRunner.get(), mPollMs); in Start()
164 mPollMs = config.poll_ms(); in OnSetup()165 if (mPollMs < 100) { in OnSetup()167 mPollMs = 100; in OnSetup()179 mStarted = sPoller.Start(mPollMs); in OnStart()
78 uint32_t mPollMs GUARDED_BY(mMutex);
119 uint32_t mPollMs; variable