Searched refs:CTimer (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCTimer.h2 File: CTimer.h
14 class CTimer;
16 class CTimer : public OSObject class in inherits:OSObject
18 OSDeclareDefaultStructors(CTimer);
21 typedef IrDATimerEventSource::Action Action; // defines CTimer::Action
23 static CTimer *cTimer(IOWorkLoop *work, OSObject *owner, Action callback);
45 inline UInt32 CTimer::GetSignature() { return fSig; }
46 inline IrDATimerEventSource * CTimer::GetIOTimer() { return fTimerSrc; }
H A DCTimer.cpp2 File: CTimer.cpp
9 #include "CTimer.h"
39 {kLogNew, "CTimer: new, obj="},
40 {kLogInit, "CTimer: init, fTimerSrc="},
41 {kLogFree1, "CTimer: free, obj="},
42 {kLogFree2, "CTimer: free, fTimerSrc="},
43 {kStartTimerDelay, "CTimer: Start timer, delay="},
44 {kStartTimerSignal, "CTimer: Start timer, signal=, new retain="},
46 {kLogStopTimer1, "CTimer: Stop timer, obj="},
47 {kLogStopTimer2, "CTimer
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/
H A DIrDAComm.h14 class CTimer;
81 static void TimerRoutine(OSObject *owner, IrDATimerEventSource *iotimer); // our state engine CTimer callback
93 CTimer *fTimer; // our state-engine timer
H A DIrDAComm.cpp8 #include "CTimer.h"
211 fTimer = CTimer::cTimer(workloop, this, &IrDAComm::TimerRoutine);
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/
H A DIrGlue.h42 class CTimer;
135 CTimer *GetTimer(int id); // this is really just used by glue, move to private?
143 CTimer *fTimers[kNumTimers]; // our three timers
164 inline CTimer * TIrGlue::GetTimer(int id) { CheckReturn(fTimers[id]); }
H A DIrGlue.cpp14 #include "CTimer.h"
173 fTimers[i] = CTimer::cTimer(workloop, this, &::TimerNotifier);
427 CTimer *ctimer = obj->GetTimer(i);
428 if (ctimer && ctimer->GetIOTimer() == iotimer) { // found our CTimer, finally (joke: only 3 of them)

Completed in 171 milliseconds