Searched refs:IrDATimerEventSource (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DIrDATimerEventSource.h11 class IrDATimerEventSource : public IOTimerEventSource class in inherits:IOTimerEventSource
13 OSDeclareDefaultStructors(IrDATimerEventSource)
16 typedef void (*Action)(OSObject *owner, IrDATimerEventSource *sender);
18 static IrDATimerEventSource *timerEventSource(OSObject *inOwner, Action inAction);
H A DIrDATimerEventSource.cpp3 #include "IrDATimerEventSource.h"
34 OSDefineMetaClassAndStructors(IrDATimerEventSource, IOTimerEventSource);
40 Boolean IrDATimerEventSource::SafeCancelTimeout()
52 IrDATimerEventSource *
53 IrDATimerEventSource::timerEventSource(OSObject *inOwner, Action inAction)
55 IrDATimerEventSource *me = new IrDATimerEventSource;
H A DCTimer.h12 #include "IrDATimerEventSource.h"
21 typedef IrDATimerEventSource::Action Action; // defines CTimer::Action
31 IrDATimerEventSource *GetIOTimer(void);
35 static void timeout(OSObject *owner, IrDATimerEventSource *sender);
37 IrDATimerEventSource *fTimerSrc; // the i/o kit timer
46 inline IrDATimerEventSource * CTimer::GetIOTimer() { return fTimerSrc; }
H A DCTimer.cpp99 fTimerSrc = IrDATimerEventSource::timerEventSource(this, &CTimer::timeout);
208 CTimer::timeout(OSObject *owner, IrDATimerEventSource *sender)
/macosx-10.9.5/AppleUSBIrDA-145.2.4/
H A DIrDAComm.h15 class IrDATimerEventSource;
81 static void TimerRoutine(OSObject *owner, IrDATimerEventSource *iotimer); // our state engine CTimer callback
H A DIrDAComm.cpp708 IrDAComm::TimerRoutine(OSObject *owner, IrDATimerEventSource *iotimer)
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/
H A DIrGlue.cpp105 static void TimerNotifier(OSObject *owner, IrDATimerEventSource *sender);
413 void TimerNotifier(OSObject *owner, IrDATimerEventSource *iotimer)

Completed in 184 milliseconds