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

/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrLAP.cpp1542 TIrConnLstnReply* connLstnReply = (TIrConnLstnReply*)GetCurrentEvent(); local
1543 connLstnReply->fEvent = kIrListenReplyEvent;
1544 connLstnReply->fResult = kIrDAErrToolBusy;
1545 GetLMP->EnqueueEvent(connLstnReply);
2923 TIrConnLstnReply* connLstnReply = (TIrConnLstnReply*)fCurrentRequest; local
2926 //XASSERT(connLstnReply != nil); // jdg, this can happen if we're not doing much and get connected to
2927 if (connLstnReply) { // jdg - if there was a current request (can be listen, connect or discover)
2928 //XASSERT((connLstnReply->fEvent == kIrConnectRequestEvent) || (connLstnReply->fEvent == kIrListenRequestEvent));
2929 if ((connLstnReply
[all...]

Completed in 176 milliseconds