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

/macosx-10.10/AppleUSBIrDA-145.2.4/
H A DAppleIrDA.h176 virtual SInt16 SetBofCount( SInt16 bof_count ) = 0;
/macosx-10.10/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.h160 SInt16 SetBofCount( SInt16 bof_count );
272 SInt16 SetBofCount( SInt16 bof_count );
H A DAppleUSBIrDA.cpp775 // Method: AppleUSBIrDADriver::SetBofCount
785 SInt16 AppleUSBIrDADriver::SetBofCount( SInt16 bof_count ) function in class:AppleUSBIrDADriver
791 ELG( 0, bof_count, 'Sbof', "SetBofCount" );
816 ELG( 0, i, 'Sbf-', "SetBofCount - logic error" );
818 }/* end SetBofCount */
2131 SetBofCount(10); // start with about 10 bofs (sets fBofsCode)
3778 AppleUSBIrDA::SetBofCount(SInt16 bof_count)
3783 return driver->SetBofCount(bof_count);
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/IO/
H A DCIrDevice.cpp334 fDriver->SetBofCount(leadInCount); // cache and call only if different?

Completed in 79 milliseconds