Lines Matching refs:LocTimer
176 friend class LocTimer;
177 LocTimer* mClient;
186 LocTimerDelegate(LocTimer& client, struct timespec& futureTime, LocTimerContainer* container);
477 LocTimerDelegate::LocTimerDelegate(LocTimer& client, in LocTimerDelegate()
528 LocTimer* client = mClient; in expire()
540 LocTimer::LocTimer() : mTimer(NULL), mLock(new LocSharedLock()) { in LocTimer() function in LocTimer
543 LocTimer::~LocTimer() { in ~LocTimer()
551 bool LocTimer::start(unsigned int timeOutInMs, bool wakeOnExpire) { in start()
576 bool LocTimer::stop() { in stop()
595 class LocTimerWrapper : public LocTimer {
666 class LocTimerTest : public LocTimer, public LocRankable {
676 inline LocTimerTest(int timeout) : LocTimer(), LocRankable(), in LocTimerTest()