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

/macosx-10.10/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.cpp1126 fpOutPipe = NULL;
1507 me->fpOutPipe->Write( me->fpPipeOutMDP, &me->fWriteCompletionInfo );
1650 fpOutPipe = fpInterface->FindNextPipe( 0, &epReq );
1651 require(fpOutPipe, Fail);
1652 ELG( epReq.maxPacketSize << 16 |epReq.interval, fpOutPipe, 'o P+', "allocateResources - bulk output pipe." );
1792 if (fpOutPipe) fpOutPipe->Abort();
3223 //ior = fpOutPipe->Write( fpPipeOutMDP, &fWriteCompletionInfo );
3224 ior = fpOutPipe->Write( fpPipeOutMDP, 1000, 1000, &fWriteCompletionInfo ); // 1 second timeouts
H A DAppleUSBIrDA.h237 IOUSBPipe *fpOutPipe; member in class:AppleUSBIrDADriver

Completed in 71 milliseconds