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

  /packages/apps/Nfc/nci/jni/
IntervalTimer.h 24 class IntervalTimer
29 IntervalTimer();
30 ~IntervalTimer();
IntervalTimer.cpp 21 #include "IntervalTimer.h"
25 IntervalTimer::IntervalTimer()
32 bool IntervalTimer::set(int ms, TIMER_FUNC cb)
59 ALOGE("IntervalTimer::set: fail set timer");
64 IntervalTimer::~IntervalTimer()
70 void IntervalTimer::kill()
81 bool IntervalTimer::create(TIMER_FUNC cb)
97 ALOGE("IntervalTimer::create: fail create timer")
    [all...]
Pn544Interop.cpp 28 #include "IntervalTimer.h"
45 static IntervalTimer gTimer;
NativeNfcTag.cpp 26 #include "IntervalTimer.h"
102 static IntervalTimer sSwitchBackTimer; // timer used to tell us to switch back to ISO_DEP frame interface
    [all...]

Completed in 103 milliseconds