Lines Matching refs:LocTimer
177 friend class LocTimer;
178 LocTimer* mClient;
187 LocTimerDelegate(LocTimer& client, struct timespec& futureTime, bool wakeOnExpire);
476 LocTimerDelegate::LocTimerDelegate(LocTimer& client, struct timespec& futureTime, bool wakeOnExpire) in LocTimerDelegate()
520 LocTimer* client = mClient; in expire()
532 LocTimer::LocTimer() : mTimer(NULL), mLock(new LocSharedLock()) { in LocTimer() function in LocTimer
535 LocTimer::~LocTimer() { in ~LocTimer()
543 bool LocTimer::start(unsigned int timeOutInMs, bool wakeOnExpire) { in start()
563 bool LocTimer::stop() { in stop()
582 class LocTimerWrapper : public LocTimer {
653 class LocTimerTest : public LocTimer, public LocRankable {
663 inline LocTimerTest(int timeout) : LocTimer(), LocRankable(), in LocTimerTest()