Searched refs:fLocalBusyClearedEvent (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrLAP.cpp449 fLocalBusyClearedEvent = nil;
505 fLocalBusyClearedEvent = fIrDA->GrabEventBlock(kIrLocalBusyClearedEvent, sizeof(TIrEvent)); // review, needed?
506 require(fLocalBusyClearedEvent, Fail);
547 if (fLocalBusyClearedEvent) {
548 fIrDA->ReleaseEventBlock(fLocalBusyClearedEvent);
549 fLocalBusyClearedEvent = nil;
3242 fLocalBusyClearedEvent->fEvent = kIrLocalBusyClearedEvent;
3243 fLocalBusyClearedEvent->fResult = noErr;
3245 this->EnqueueEvent(fLocalBusyClearedEvent);
H A DIrLAP.h516 TIrEvent *fLocalBusyClearedEvent; // REVIEW. How is this used? member in class:TIrLAP

Completed in 118 milliseconds