Searched refs:tmpLength (Results 1 – 1 of 1) sorted by relevance
621 int tmpLength = (bytesToWrite > mMaxTxPacketSize) in write() local624 mSocketOS.write(b, tmpOffset, tmpLength); in write()625 tmpOffset += tmpLength; in write()626 bytesToWrite -= tmpLength; in write()