HomeSort by relevance Sort by last modified time
    Searched refs:LocTimer (Results 1 - 12 of 12) 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/msm8909w_3100/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.
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...]
Android.mk 25 LocTimer.cpp \
  /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.
LocTimer.cpp 38 #include <LocTimer.h>
52 LocTimer, LocTimerDelegate, LocTimerContainer, LocTimerPollTask, LocTimerWrapper
54 LocTimer - client front end, interface for client to start / stop timers, also
57 Its life cycle is different than that of LocTimer. It gets
58 created when LocTimer::start() is called, and gets deleted
59 when it expires or clients calls the hosting LocTimer obj's
78 LocTimerWrapper - a LocTimer client itself, to implement the existing C API with
171 // Internal class of timer obj. It gets born when client calls LocTimer::start();
172 // and gets deleted when client calls LocTimer::stop() or when the it expire()'s.
177 friend class LocTimer;
    [all...]
Android.mk 26 LocTimer.cpp \
  /hardware/qcom/gps/msm8998/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.
LocTimer.cpp 38 #include <LocTimer.h>
52 LocTimer, LocTimerDelegate, LocTimerContainer, LocTimerPollTask, LocTimerWrapper
54 LocTimer - client front end, interface for client to start / stop timers, also
57 Its life cycle is different than that of LocTimer. It gets
58 created when LocTimer::start() is called, and gets deleted
59 when it expires or clients calls the hosting LocTimer obj's
78 LocTimerWrapper - a LocTimer client itself, to implement the existing C API with
171 // Internal class of timer obj. It gets born when client calls LocTimer::start();
172 // and gets deleted when client calls LocTimer::stop() or when the it expire()'s.
177 friend class LocTimer;
    [all...]
Android.mk 25 LocTimer.cpp \
65 LocTimer.h \

Completed in 115 milliseconds