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

/macosx-10.10/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.h209 UInt8 *fPipeOutBuffer; member in class:AppleUSBIrDADriver
H A DAppleUSBIrDA.cpp1122 fPipeOutBuffer = NULL;
1503 LogData( kUSBOut, 0, me->fPipeOutBuffer );
1684 fPipeOutBuffer = (UInt8*)fpPipeOutMDP->getBytesNoCopy();
1685 ELG( 0, fPipeOutBuffer, 'oBuf', "allocateResources - output buffer" );
3202 fPipeOutBuffer[0] = (changeByte != fLastChangeByte) ? changeByte : 0; // tell hardware new mode if changed
3209 bcopy(control_buffer, &fPipeOutBuffer[1], control_length);
3212 bcopy(data_buffer, &fPipeOutBuffer[control_length+1], data_length);
3220 // LogData( kUSBOut, fCount, fPipeOutBuffer );

Completed in 114 milliseconds