Lines Matching refs:LocTimer
176 friend class LocTimer;
177 LocTimer* mClient;
186 LocTimerDelegate(LocTimer& client, struct timespec& futureTime, bool wakeOnExpire);
477 LocTimerDelegate::LocTimerDelegate(LocTimer& client, struct timespec& futureTime, bool wakeOnExpire) in LocTimerDelegate()
521 LocTimer* client = mClient; in expire()
533 LocTimer::LocTimer() : mTimer(NULL), mLock(new LocSharedLock()) { in LocTimer() function in LocTimer
536 LocTimer::~LocTimer() { in ~LocTimer()
544 bool LocTimer::start(unsigned int timeOutInMs, bool wakeOnExpire) { in start()
564 bool LocTimer::stop() { in stop()
583 class LocTimerWrapper : public LocTimer {
654 class LocTimerTest : public LocTimer, public LocRankable {
664 inline LocTimerTest(int timeout) : LocTimer(), LocRankable(), in LocTimerTest()