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

/macosx-10.10/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.cpp1505 me->fpPipeOutMDP->setLength( 0 );
1507 me->fpOutPipe->Write( me->fpPipeOutMDP, &me->fWriteCompletionInfo );
1680 fpPipeOutMDP = IOBufferMemoryDescriptor::withCapacity( MAX_BLOCK_SIZE, kIODirectionOut );
1681 require(fpPipeOutMDP, Fail);
1683 fpPipeOutMDP->setLength( MAX_BLOCK_SIZE );
1684 fPipeOutBuffer = (UInt8*)fpPipeOutMDP->getBytesNoCopy();
1734 if ( fpPipeOutMDP )
1736 fpPipeOutMDP->release();
1737 fpPipeOutMDP = 0;
1766 require(fpPipeOutMDP, Fai
[all...]
H A DAppleUSBIrDA.h205 IOBufferMemoryDescriptor *fpPipeOutMDP; member in class:AppleUSBIrDADriver

Completed in 107 milliseconds