Searched refs:tmpLength (Results 1 – 1 of 1) sorted by relevance
546 int tmpLength = (bytesToWrite > mMaxTxPacketSize) in write() local549 mSocketOS.write(b, tmpOffset, tmpLength); in write()550 tmpOffset += tmpLength; in write()551 bytesToWrite -= tmpLength; in write()