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

  /hardware/qcom/gps/msm8909/utils/
LocTimer.h 40 // LocTimer client must extend this class and implementthe callback.
42 class LocTimer
46 // don't really want mLock to be manipulated by clients, yet LocTimer
47 // has to have a reference to the lock so that the delete of LocTimer
52 LocTimer();
53 virtual ~LocTimer();
68 // LocTimer client Should implement this method.
Android.mk 23 LocTimer.cpp \
53 LocTimer.h \
LocTimer.cpp 37 #include <LocTimer.h>
51 LocTimer, LocTimerDelegate, LocTimerContainer, LocTimerPollTask, LocTimerWrapper
53 LocTimer - client front end, interface for client to start / stop timers, also
56 Its life cycle is different than that of LocTimer. It gets
57 created when LocTimer::start() is called, and gets deleted
58 when it expires or clients calls the hosting LocTimer obj's
77 LocTimerWrapper - a LocTimer client itself, to implement the existing C API with
170 // Internal class of timer obj. It gets born when client calls LocTimer::start();
171 // and gets deleted when client calls LocTimer::stop() or when the it expire()'s.
176 friend class LocTimer;
    [all...]
  /hardware/qcom/gps/msm8996/utils/
LocTimer.h 40 // LocTimer client must extend this class and implementthe callback.
42 class LocTimer
46 // don't really want mLock to be manipulated by clients, yet LocTimer
47 // has to have a reference to the lock so that the delete of LocTimer
52 LocTimer();
53 virtual ~LocTimer();
68 // LocTimer client Should implement this method.
Android.mk 23 LocTimer.cpp \
53 LocTimer.h \
LocTimer.cpp 37 #include <LocTimer.h>
51 LocTimer, LocTimerDelegate, LocTimerContainer, LocTimerPollTask, LocTimerWrapper
53 LocTimer - client front end, interface for client to start / stop timers, also
56 Its life cycle is different than that of LocTimer. It gets
57 created when LocTimer::start() is called, and gets deleted
58 when it expires or clients calls the hosting LocTimer obj's
77 LocTimerWrapper - a LocTimer client itself, to implement the existing C API with
170 // Internal class of timer obj. It gets born when client calls LocTimer::start();
171 // and gets deleted when client calls LocTimer::stop() or when the it expire()'s.
176 friend class LocTimer;
    [all...]

Completed in 91 milliseconds