Lines Matching refs:LocTimer
176 friend class LocTimer;
177 LocTimer* mClient;
186 LocTimerDelegate(LocTimer& client, struct timespec& futureTime, bool wakeOnExpire);
475 LocTimerDelegate::LocTimerDelegate(LocTimer& client, struct timespec& futureTime, bool wakeOnExpire) in LocTimerDelegate()
519 LocTimer* client = mClient; in expire()
531 LocTimer::LocTimer() : mTimer(NULL), mLock(new LocSharedLock()) { in LocTimer() function in LocTimer
534 LocTimer::~LocTimer() { in ~LocTimer()
542 bool LocTimer::start(unsigned int timeOutInMs, bool wakeOnExpire) { in start()
562 bool LocTimer::stop() { in stop()
581 class LocTimerWrapper : public LocTimer {
652 class LocTimerTest : public LocTimer, public LocRankable {
662 inline LocTimerTest(int timeout) : LocTimer(), LocRankable(), in LocTimerTest()