HomeSort by relevance Sort by last modified time
    Searched refs:mPollIntervalSec (Results 1 - 2 of 2) sorted by null

  /device/samsung/manta/bubblelevel/
BubbleLevelImpl.h 82 uint32_t mPollIntervalSec;
BubbleLevelImpl.cpp 36 mPollIntervalSec(BL_POLL_INTERVAL_DEFAULT_SEC), mPollCount(0), mLevelCount(0),
165 mCond.waitRelative(mStateLock, seconds(mPollIntervalSec));
212 mPollIntervalSec = seconds;

Completed in 164 milliseconds