Home
last modified time | relevance | path

Searched refs:mPollCount (Results 1 – 2 of 2) sorted by relevance

/device/samsung/manta/bubblelevel/
DBubbleLevelImpl.h60 uint32_t pollCount() { return mPollCount; } in pollCount()
61 void incPollCount() { mPollCount++; } in incPollCount()
83 uint32_t mPollCount; variable
DBubbleLevelImpl.cpp36 mPollIntervalSec(BL_POLL_INTERVAL_DEFAULT_SEC), mPollCount(0), mLevelCount(0), in BubbleLevelImpl()
119 mPollCount = 0; in threadLoop()
155 if (mPollCount >= BL_SENSOR_POLL_COUNT) { in threadLoop()
166 mPollCount = 0; in threadLoop()